22#ifndef vtkTemporalDataSetCache_h 
   23#define vtkTemporalDataSetCache_h 
   25#include "vtkFiltersHybridModule.h"  
   31VTK_ABI_NAMESPACE_BEGIN
 
   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;
 
Superclass for all sources, filters, and sinks in VTK.
 
general representation of visualization data
 
a simple class to control print indentation
 
vtkTemporalDataSetCache()
 
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
 
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
std::map< double, std::pair< unsigned long, vtkDataObject * > > CacheType
 
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
see vtkAlgorithm for details
 
~vtkTemporalDataSetCache() override
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
std::vector< double > TimeStepValues
 
static vtkTemporalDataSetCache * New()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int RequestInformation(vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
void SetCacheSize(int size)
This is the maximum number of time steps that can be retained in memory.
 
vtkTypeUInt32 vtkMTimeType