MCPcopy Create free account
hub / github.com/Kitware/VTK / GetMTime

Method GetMTime

Common/Core/vtkObject.cxx:236–239  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Return the modification for this object.

Source from the content-addressed store, hash-verified

234//------------------------------------------------------------------------------
235// Return the modification for this object.
236vtkMTimeType 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.

Callers 15

PrintSelfMethod · 0.95
GetBoundingRectMethod · 0.45
PaintMethod · 0.45
UpdateMethod · 0.45
CacheRequiresUpdateMethod · 0.45
GetControlPointsMTimeMethod · 0.45
CacheRequiresUpdateMethod · 0.45
CacheRequiresUpdateMethod · 0.45
PaintMethod · 0.45
UpdateMethod · 0.45
SetInputDataMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected