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

Method CacheRequiresUpdate

Charts/Core/vtkPlotBar.cxx:795–801  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

793
794//------------------------------------------------------------------------------
795bool vtkPlotBar::CacheRequiresUpdate()
796{
797 return this->Superclass::CacheRequiresUpdate() ||
798 (this->XAxis && this->LogX != this->XAxis->GetLogScaleActive()) ||
799 (this->YAxis && this->LogY != this->YAxis->GetLogScaleActive()) ||
800 (this->LookupTable && this->LookupTable->GetMTime() > this->BuildTime);
801}
802
803//------------------------------------------------------------------------------
804bool vtkPlotBar::UpdateCache()

Callers

nothing calls this directly

Calls 1

GetMTimeMethod · 0.45

Tested by

no test coverage detected