------------------------------------------------------------------------------ Return the modification for this object.
| 234 | //------------------------------------------------------------------------------ |
| 235 | // Return the modification for this object. |
| 236 | vtkMTimeType vtkObject::GetMTime() |
| 237 | { |
| 238 | return this->MTime.GetMTime(); |
| 239 | } |
| 240 | |
| 241 | // Chaining method to print an object's instance variables, as well as |
| 242 | // its superclasses. |
no outgoing calls
no test coverage detected