------------------------------------------------------------------------------
| 302 | |
| 303 | //------------------------------------------------------------------------------ |
| 304 | void vtkAlgorithm::SetNoPriorTemporalAccessInformationKey() |
| 305 | { |
| 306 | this->SetNoPriorTemporalAccessInformationKey( |
| 307 | vtkStreamingDemandDrivenPipeline::NO_PRIOR_TEMPORAL_ACCESS_RESET); |
| 308 | } |
| 309 | |
| 310 | //------------------------------------------------------------------------------ |
| 311 | void vtkAlgorithm::SetNoPriorTemporalAccessInformationKey(int key) |