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

Method GetMTime

Rendering/Core/vtkTextMapper.cxx:382–392  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

380
381//------------------------------------------------------------------------------
382vtkMTimeType vtkTextMapper::GetMTime()
383{
384 vtkMTimeType result = this->Superclass::GetMTime();
385 result = std::max(result, this->CoordsTime.GetMTime());
386 result = std::max(result, this->Image->GetMTime());
387 result = std::max(result, this->Points->GetMTime());
388 result = std::max(result, this->PolyData->GetMTime());
389 result = std::max(result, this->Mapper->GetMTime());
390 result = std::max(result, this->Texture->GetMTime());
391 return result;
392}
393
394//------------------------------------------------------------------------------
395void vtkTextMapper::UpdateQuad(vtkActor2D* actor, int dpi)

Callers 3

PrintSelfMethod · 0.45
UpdateQuadMethod · 0.45
UpdateImageMethod · 0.45

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected