34 #ifndef vtkTemporalDataSetCache_h
35 #define vtkTemporalDataSetCache_h
37 #include "vtkFiltersHybridModule.h"
55 void SetCacheSize(
int size);
56 vtkGetMacro(CacheSize,
int);
64 vtkSetMacro(CacheInMemkind,
bool);
65 vtkGetMacro(CacheInMemkind,
bool);
66 vtkBooleanMacro(CacheInMemkind,
bool);
74 vtkSetMacro(IsASource,
bool);
75 vtkGetMacro(IsASource,
bool);
76 vtkBooleanMacro(IsASource,
bool);
85 typedef std::map<double, std::pair<unsigned long, vtkDataObject*>>
CacheType;
97 virtual int RequestInformation(
100 virtual int RequestDataObject(
vtkTypeUInt32 vtkMTimeType
std::map< double, std::pair< unsigned long, vtkDataObject * > > CacheType
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
std::vector< double > TimeStepValues
virtual vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
Superclass for all sources, filters, and sinks in VTK.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
a simple class to control print indentation
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkAlgorithm * New()
general representation of visualization data