29 #ifndef vtkTimeStamp_h
30 #define vtkTimeStamp_h
32 #include "vtkCommonCoreModule.h"
64 return (this->ModifiedTime > ts.ModifiedTime);};
66 return (this->ModifiedTime < ts.ModifiedTime);};
bool operator>(vtkTimeStamp &ts)
Support comparisons of time stamp objects directly.
record modification and/or execution time
vtkTypeUInt64 vtkMTimeType
bool operator<(vtkTimeStamp &ts)
Support comparisons of time stamp objects directly.
vtkMTimeType GetMTime() const
Return this object's Modified time.