22 #ifndef vtkTemporalDataSetCache_h
23 #define vtkTemporalDataSetCache_h
25 #include "vtkFiltersHybridModule.h"
31 VTK_ABI_NAMESPACE_BEGIN
44 void SetCacheSize(
int size);
45 vtkGetMacro(CacheSize,
int);
53 vtkSetMacro(CacheInMemkind,
bool);
54 vtkGetMacro(CacheInMemkind,
bool);
55 vtkBooleanMacro(CacheInMemkind,
bool);
63 vtkSetMacro(IsASource,
bool);
64 vtkGetMacro(IsASource,
bool);
65 vtkBooleanMacro(IsASource,
bool);
74 typedef std::map<double, std::pair<unsigned long, vtkDataObject*>>
CacheType;
86 virtual int RequestInformation(
89 virtual int RequestDataObject(
110 VTK_ABI_NAMESPACE_END
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