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

Method CacheRequiresUpdate

Charts/Core/vtkPlot.cxx:106–111  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

104
105//------------------------------------------------------------------------------
106bool vtkPlot::CacheRequiresUpdate()
107{
108 return (this->MTime > this->BuildTime) ||
109 (this->XAxis && this->XAxis->GetMTime() > this->BuildTime) ||
110 (this->YAxis && this->YAxis->GetMTime() > this->BuildTime);
111}
112
113//------------------------------------------------------------------------------
114bool vtkPlot::PaintLegend(vtkContext2D*, const vtkRectf&, int)

Callers 2

UpdateMethod · 0.95
UpdateMethod · 0.45

Calls 1

GetMTimeMethod · 0.45

Tested by

no test coverage detected