33 #ifndef __vtkTemporalDataSetCache_h
34 #define __vtkTemporalDataSetCache_h
50 void SetCacheSize(
int size);
51 vtkGetMacro(CacheSize,
int);
61 typedef vtkstd::map<double,vtkstd::pair<unsigned long,vtkDataObject *> >
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
vtkstd::map< double, vtkstd::pair< unsigned long, vtkDataObject * > > CacheType
virtual int FillInputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
static vtkTemporalDataSetAlgorithm * New()
Superclass for algorithms that produce only vtkTemporalDataSet as output.