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

Method GetMTime

Rendering/Core/vtkCompositePolyDataMapper.cxx:1661–1668  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1659
1660//-----------------------------------------------------------------------------
1661vtkMTimeType vtkCompositePolyDataMapper::GetMTime()
1662{
1663 if (this->CompositeAttributes)
1664 {
1665 return std::max(this->Superclass::GetMTime(), this->CompositeAttributes->GetMTime());
1666 }
1667 return this->Superclass::GetMTime();
1668}
1669VTK_ABI_NAMESPACE_END

Callers 4

ComputeBoundsMethod · 0.95
RenderMethod · 0.95
GetBoundsMethod · 0.45

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected