Go to the documentation of this file.
34 #ifndef vtkTemporalDataSetCache_h
35 #define vtkTemporalDataSetCache_h
37 #include "vtkFiltersHybridModule.h"
55 vtkGetMacro(CacheSize,
int);
64 typedef std::map<double,std::pair<unsigned long,vtkDataObject *> >
Superclass for all sources, filters, and sinks in VTK.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkTemporalDataSetCache()
void SetCacheSize(int size)
This is the maximum number of time steps that can be retained in memory.
std::map< double, std::pair< unsigned long, vtkDataObject * > > CacheType
a simple class to control print indentation
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
see vtkAlgorithm for details
virtual int FillOutputPortInformation(int vtkNotUsed(port), vtkInformation *info)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkTemporalDataSetCache * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
~vtkTemporalDataSetCache()