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

Method CacheRequiresUpdate

Charts/Core/vtkPlotFunctionalBag.cxx:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bool vtkPlotFunctionalBag::CacheRequiresUpdate()
58{
59 return this->Superclass::CacheRequiresUpdate() ||
60 (this->XAxis && this->LogX != this->XAxis->GetLogScaleActive()) ||
61 (this->YAxis && this->LogY != this->YAxis->GetLogScaleActive()) ||
62 (this->LookupTable && this->LookupTable->GetMTime() > this->BuildTime);
63}
64
65//------------------------------------------------------------------------------
66bool vtkPlotFunctionalBag::UpdateCache()

Callers

nothing calls this directly

Calls 1

GetMTimeMethod · 0.45

Tested by

no test coverage detected