vtkTimeStamp - record modification and/or execution time
Description:
vtkTimeStamp records a unique time when the method Modified() is executed. This time is guaranteed to be monotonically increasing. Classes use this object to record modified and/or execution time. There is built in support for the binary
comparison operators between two vtkTimeStamp objects.
Methods:
void Delete () | |
void vtkTimeStamp () | |
const char *GetClassName () | |
static vtkTimeStamp *New () | |
void Modified () | |
unsigned long GetMTime () |
Detailed Method Descriptions:
void Modified () |
unsigned long GetMTime () |