#include <vtkUUID.h>
Public Member Functions | |
void | Clear (void) |
void | Copy (Structure const &a) |
void | Copy (const char *const &a) |
void | Copy (const unsigned char a[16]) |
int | GetString (char buffer[37]) const |
int | GetBinary (unsigned char buffer[16]) const |
int | IsNull (void) const |
time_t | GetTime (struct timeval *&a) const |
int | GetVariant (void) const |
int | GetVersion (void) const |
int | Compare (Structure const &a) const |
void | Swap (Structure &a) |
Structure (void) | |
Structure (Structure const &a) | |
Structure (const char *const &a) | |
Structure (const unsigned char a[16]) | |
Public Attributes | |
vtkUint32Type | mTimeLow |
The low field of the timestamp. | |
vtkUint16Type | mTimeMid |
The middle field of the timestamp. | |
vtkUint16Type | mTimeHigh |
The high field of the timestamp multiplexed with the version number. | |
vtkUint8Type | mClockSeqHigh |
The high field of the clock sequence multiplexed with the variant. | |
vtkUint8Type | mClockSeqLow |
The low field of the clock sequence. | |
vtkUint8Type | mNode [6] |
The spatially unique node identifier. |
|
|
|
|
|
|
|
|
|
Definition at line 514 of file vtkUUID.h. References mTimeLow. Referenced by vtkUUID::Clear(). |
|
Definition at line 737 of file vtkUUID.h. References Compare(), mClockSeqHigh, mClockSeqLow, mNode, mTimeHigh, mTimeLow, and mTimeMid. Referenced by vtkUUID::Compare(), Compare(), operator<(), operator==(), and Swap(). |
|
Definition at line 548 of file vtkUUID.h. References Copy(), mClockSeqHigh, mClockSeqLow, mNode, mTimeHigh, mTimeLow, and mTimeMid. |
|
|
|
Definition at line 530 of file vtkUUID.h. References Copy(), mClockSeqHigh, mClockSeqLow, mNode, mTimeHigh, mTimeLow, and mTimeMid. Referenced by vtkUUID::Copy(), and Copy(). |
|
Definition at line 596 of file vtkUUID.h. References mClockSeqHigh, mClockSeqLow, mNode, mTimeHigh, mTimeLow, mTimeMid, VTK_FALSE, and VTK_TRUE. Referenced by vtkUUID::GetBinary(). |
|
|
|
|
|
Definition at line 651 of file vtkUUID.h. References IsNull(), mClockSeqHigh, VTK_UUID_VARIANT_DCE, VTK_UUID_VARIANT_MICROSOFT, VTK_UUID_VARIANT_NCS, VTK_UUID_VARIANT_RESERVED, and VTK_UUID_VARIANT_UNKNOWN. Referenced by vtkUUID::GetVariant(), and GetVersion(). |
|
Definition at line 669 of file vtkUUID.h. References GetVariant(), IsNull(), mTimeHigh, VTK_UUID_VARIANT_DCE, VTK_UUID_VERSION_RANDOM, VTK_UUID_VERSION_TIME, and VTK_UUID_VERSION_UNKNOWN. Referenced by vtkUUID::GetVersion(). |
|
Definition at line 633 of file vtkUUID.h. References mClockSeqHigh, mClockSeqLow, mNode, mTimeHigh, mTimeLow, mTimeMid, VTK_FALSE, and VTK_TRUE. Referenced by GetVariant(), GetVersion(), and vtkUUID::IsNull(). |
|
Definition at line 792 of file vtkUUID.h. References Compare(), mClockSeqHigh, mClockSeqLow, mNode, mTimeHigh, mTimeLow, and mTimeMid. Referenced by Swap(), and vtkUUID::Swap(). |
|
The high field of the clock sequence multiplexed with the variant.
Definition at line 317 of file vtkUUID.h. Referenced by Compare(), Copy(), GetBinary(), GetVariant(), IsNull(), and Swap(). |
|
The low field of the clock sequence.
Definition at line 319 of file vtkUUID.h. Referenced by Compare(), Copy(), GetBinary(), IsNull(), and Swap(). |
|
The spatially unique node identifier.
Definition at line 321 of file vtkUUID.h. Referenced by Compare(), Copy(), GetBinary(), IsNull(), and Swap(). |
|
The high field of the timestamp multiplexed with the version number.
Definition at line 315 of file vtkUUID.h. Referenced by Compare(), Copy(), GetBinary(), GetVersion(), IsNull(), and Swap(). |
|
The low field of the timestamp.
Definition at line 311 of file vtkUUID.h. Referenced by Clear(), Compare(), Copy(), GetBinary(), IsNull(), and Swap(). |
|
The middle field of the timestamp.
Definition at line 313 of file vtkUUID.h. Referenced by Compare(), Copy(), GetBinary(), IsNull(), and Swap(). |