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

Method GetMTime

Rendering/OpenGL2/vtkFastLabeledDataMapper.cxx:1474–1487  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1472
1473//----------------------------------------------------------------------
1474vtkMTimeType vtkFastLabeledDataMapper::GetMTime()
1475{
1476 vtkMTimeType mtime = this->Superclass::GetMTime();
1477
1478 for (vtkTextProperty* tprop : this->Implementation->TextProperties)
1479 {
1480 if (tprop)
1481 {
1482 mtime = std::max(mtime, tprop->GetMTime());
1483 }
1484 }
1485
1486 return mtime;
1487}
1488
1489//-----------------------------------------------------------------------------
1490void vtkFastLabeledDataMapper::RenderPieceStart(vtkRenderer* ren, vtkActor* actor)

Callers 15

RenderPieceMethod · 0.95
GetShaderStageMTimeMethod · 0.45
RenderMethod · 0.45
InitOpenGLResourcesMethod · 0.45
UpdateShadersMethod · 0.45
UpdateBufferObjectsMethod · 0.45
BuildBufferObjectsMethod · 0.45
BuildIBOMethod · 0.45

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected