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

Method GetRedrawMTime

Rendering/Annotation/vtkAxesActor.cxx:373–377  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

371
372//------------------------------------------------------------------------------
373vtkMTimeType vtkAxesActor::GetRedrawMTime()
374{
375 vtkMTimeType mTime = this->GetMTime();
376 return mTime;
377}
378
379//------------------------------------------------------------------------------
380void vtkAxesActor::SetTotalLength(double x, double y, double z)

Callers

nothing calls this directly

Calls 1

GetMTimeMethod · 0.95

Tested by

no test coverage detected