28 #ifndef __vtkTimeStamp_h
29 #define __vtkTimeStamp_h
50 unsigned long GetMTime()
const {
return this->ModifiedTime;};
55 return (this->ModifiedTime > ts.ModifiedTime);};
57 return (this->ModifiedTime < ts.ModifiedTime);};
61 operator unsigned long()
const {
return this->ModifiedTime;};
64 unsigned long ModifiedTime;
unsigned long GetMTime() const
bool operator>(vtkTimeStamp &ts)
record modification and/or execution time
bool operator<(vtkTimeStamp &ts)