28 #ifndef vtkTimeStamp_h
29 #define vtkTimeStamp_h
51 unsigned long GetMTime()
const {
return this->ModifiedTime;};
56 return (this->ModifiedTime > ts.ModifiedTime);};
58 return (this->ModifiedTime < ts.ModifiedTime);};
62 operator unsigned long()
const {
return this->ModifiedTime;};
65 unsigned long ModifiedTime;
unsigned long GetMTime() const
#define VTKCOMMONCORE_EXPORT
bool operator>(vtkTimeStamp &ts)
record modification and/or execution time
bool operator<(vtkTimeStamp &ts)