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

Method GetMTime

Rendering/WebGPU/vtkWebGPUBatchedPolyDataMapper.cxx:427–437  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

425
426//------------------------------------------------------------------------------
427vtkMTimeType vtkWebGPUBatchedPolyDataMapper::GetMTime()
428{
429 if (this->Parent)
430 {
431 return std::max(this->Superclass::GetMTime(), this->Parent->GetMTime());
432 }
433 else
434 {
435 return this->Superclass::GetMTime();
436 }
437}
438
439//------------------------------------------------------------------------------
440void vtkWebGPUBatchedPolyDataMapper::ReleaseGraphicsResources(vtkWindow* w)

Callers 15

LoadMethod · 0.45
RenderPieceMethod · 0.45
UpdateLightsMethod · 0.45
UpdateKeyMatricesMethod · 0.45
RenderMethod · 0.45
RenderDataSetMethod · 0.45

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected