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