| 55 | } |
| 56 | |
| 57 | bool 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 | //------------------------------------------------------------------------------ |
| 66 | bool vtkPlotFunctionalBag::UpdateCache() |