#include "vtkExtensionsCommonConfigure.h"
#include "vtkExtensionsTypes.h"
#include <assert.h>
#include "vtkObject.h"
Include dependency graph for vtkUUID.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | vtkUUID |
| A Universal Unique IDentifier modeled after OSF DCE UUIDs. More... | |
| struct | vtkUUID::Structure |
| class | vtkUUID::Init |
Functions | |
| vtkstd_bool | operator== (vtkUUID::Structure const &a1, vtkUUID::Structure const &a2) |
| UUID equality comparison. | |
| vtkstd_bool | operator< (vtkUUID::Structure const &a1, vtkUUID::Structure const &a2) |
| UUID ordering relation. | |
| vtkstd_bool | operator!= (vtkUUID::Structure const &a1, vtkUUID::Structure const &a2) |
| Based on operator==. | |
| vtkstd_bool | operator> (vtkUUID::Structure const &a1, vtkUUID::Structure const &a2) |
| Based on operator<. | |
| vtkstd_bool | operator<= (vtkUUID::Structure const &a1, vtkUUID::Structure const &a2) |
| Based on operator<. | |
| vtkstd_bool | operator>= (vtkUUID::Structure const &a1, vtkUUID::Structure const &a2) |
| Based on operator<. | |
| void | Swap (vtkUUID::Structure &a1, vtkUUID::Structure &a2) |
Variables | |
| vtkUUID::Init | vtkUUIDInitInstance |
|
|
OSF DCE UUID (1 0 -) Definition at line 28 of file vtkUUID.h. Referenced by vtkUUID::Structure::GetVariant(), vtkUUID::GetVariantString(), and vtkUUID::Structure::GetVersion(). |
|
|
Microsoft (1 1 0) Definition at line 29 of file vtkUUID.h. Referenced by vtkUUID::Structure::GetVariant(), and vtkUUID::GetVariantString(). |
|
|
Apollo NCS UUID (0 - -) Definition at line 27 of file vtkUUID.h. Referenced by vtkUUID::Structure::GetVariant(), and vtkUUID::GetVariantString(). |
|
|
(1 1 1) Definition at line 30 of file vtkUUID.h. Referenced by vtkUUID::Structure::GetVariant(), and vtkUUID::GetVariantString(). |
|
|
UUID variant.
Definition at line 26 of file vtkUUID.h. Referenced by vtkUUID::Structure::GetVariant(). |
|
|
(0 0 1 0) Definition at line 37 of file vtkUUID.h. Referenced by vtkUUID::GetVersionString(). |
|
|
(0 0 1 1) Definition at line 38 of file vtkUUID.h. Referenced by vtkUUID::GetVersionString(). |
|
|
RNG (0 1 0 0) Definition at line 39 of file vtkUUID.h. Referenced by vtkUUID::Structure::GetVersion(), and vtkUUID::GetVersionString(). |
|
|
Clock Time (0 0 0 1) Definition at line 36 of file vtkUUID.h. Referenced by vtkUUID::Structure::GetVersion(), and vtkUUID::GetVersionString(). |
|
|
UUID version.
Definition at line 35 of file vtkUUID.h. Referenced by vtkUUID::Structure::GetVersion(). |
|
||||||||||||
|
Based on operator==.
|
|
||||||||||||
|
UUID ordering relation.
Definition at line 855 of file vtkUUID.h. References vtkUUID::Structure::Compare(). |
|
||||||||||||
|
Based on operator<.
|
|
||||||||||||
|
UUID equality comparison.
Definition at line 847 of file vtkUUID.h. References vtkUUID::Structure::Compare(). |
|
||||||||||||
|
Based on operator<.
|
|
||||||||||||
|
Based on operator<.
|
|
||||||||||||
|
|
|
1.3.7