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

Method GetMTime

Rendering/Annotation/vtkAxesActor.cxx:366–370  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

364
365//------------------------------------------------------------------------------
366vtkMTimeType vtkAxesActor::GetMTime()
367{
368 vtkMTimeType mTime = this->Superclass::GetMTime();
369 return mTime;
370}
371
372//------------------------------------------------------------------------------
373vtkMTimeType vtkAxesActor::GetRedrawMTime()

Callers 15

GetRedrawMTimeMethod · 0.95
ShouldRebuildMethod · 0.45
BuildLabelsMethod · 0.45
SetTitleFontSizeMethod · 0.45
BuildTitleMethod · 0.45
BuildAxesMethod · 0.45
BuildPlotMethod · 0.45
PlaceAxesMethod · 0.45
RenderOpaqueGeometryMethod · 0.45
RebuildLayoutIfNeededMethod · 0.45
PrepareTitleTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected