#include <vtkExtensionsGregorianClock.h>
Inheritance diagram for vtkExtensionsGregorianClock:


Definition at line 41 of file vtkExtensionsGregorianClock.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkExtensionsGregorianClock, vtkObject) | |
| void | PrintSelf (ostream &, vtkIndent) |
| void | GetClock (vtkUint32Type &clockHigh, vtkUint32Type &clockLow, vtkUint16Type &resultClockSeq) |
| Fills the arguments from current time and clock sequence. | |
| void | SetRNG (vtkExtensionsRNG *) |
| virtual vtkExtensionsRNG * | GetRNG () |
Static Public Member Functions | |
| vtkExtensionsGregorianClock * | New (void) |
Static Public Attributes | |
| const vtkUint32Type | TimeOffsetLow = VTK_EXTENSIONS_UINT32(0x13814000) |
| Offset between 15-Oct-1582 and 1-Jan-70 (DTSS UTC vs. | |
| const vtkUint32Type | TimeOffsetHigh = VTK_EXTENSIONS_UINT32(0x01B21DD2) |
| Offset between 15-Oct-1582 and 1-Jan-70 (DTSS UTC vs. | |
Protected Member Functions | |
| vtkExtensionsGregorianClock (void) | |
| ~vtkExtensionsGregorianClock () | |
|
|
|
|
|
|
|
||||||||||||||||
|
Fills the arguments from current time and clock sequence.
|
|
|
|
|
|
Reimplemented from vtkObject. |
|
||||||||||||
|
Reimplemented from vtkObject. |
|
|
|
|
||||||||||||
|
|
|
|
Offset between 15-Oct-1582 and 1-Jan-70 (DTSS UTC vs. Unix base times). Definition at line 58 of file vtkExtensionsGregorianClock.h. |
|
|
Offset between 15-Oct-1582 and 1-Jan-70 (DTSS UTC vs. Unix base times). Definition at line 57 of file vtkExtensionsGregorianClock.h. |
1.3.7