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

Method GetMTime

Rendering/Volume/vtkMultiVolume.cxx:267–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267vtkMTimeType vtkMultiVolume::GetMTime()
268{
269 auto mTime = this->Superclass::GetMTime();
270
271 mTime = this->BoundsComputeTime > mTime ? this->BoundsComputeTime.GetMTime() : mTime;
272
273 return mTime;
274}
275
276void vtkMultiVolume::PrintSelf(ostream& os, vtkIndent indent)
277{

Callers 15

GetKeyMatricesMethod · 0.45
BuildRepresentationMethod · 0.45
ComputeMatrixMethod · 0.45
ComputeRenderModeMethod · 0.45
SetupVectorModeMethod · 0.45
ConnectMapperInputMethod · 0.45
ConnectFilterInputMethod · 0.45
RenderMethod · 0.45
ComputeBoundsMethod · 0.45
RenderMethod · 0.45
ComputeBoundsMethod · 0.45

Calls

no outgoing calls

Tested by 2

UpdateMethod · 0.36
PrintSelfMethod · 0.36