VTK
|
cache time steps More...
#include <vtkTemporalDataSetCache.h>
cache time steps
vtkTemporalDataSetCache cache time step requests of a temporal dataset, when cached data is requested it is returned using a shallow copy.
Definition at line 41 of file vtkTemporalDataSetCache.h.
Reimplemented from vtkAlgorithm.
Definition at line 45 of file vtkTemporalDataSetCache.h.
typedef std::map<double,std::pair<unsigned long,vtkDataObject *> > vtkTemporalDataSetCache::CacheType [protected] |
Definition at line 63 of file vtkTemporalDataSetCache.h.
vtkTemporalDataSetCache::vtkTemporalDataSetCache | ( | ) | [protected] |
vtkTemporalDataSetCache::~vtkTemporalDataSetCache | ( | ) | [protected] |
static vtkTemporalDataSetCache* vtkTemporalDataSetCache::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
static int vtkTemporalDataSetCache::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkAlgorithm.
virtual int vtkTemporalDataSetCache::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkAlgorithm.
static vtkTemporalDataSetCache* vtkTemporalDataSetCache::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkAlgorithm.
virtual vtkObjectBase* vtkTemporalDataSetCache::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkAlgorithm.
Reimplemented from vtkAlgorithm.
void vtkTemporalDataSetCache::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkAlgorithm.
void vtkTemporalDataSetCache::SetCacheSize | ( | int | size | ) |
This is the maximum number of time steps that can be retained in memory. it defaults to 10.
virtual int vtkTemporalDataSetCache::GetCacheSize | ( | ) | [virtual] |
This is the maximum number of time steps that can be retained in memory. it defaults to 10.
virtual int vtkTemporalDataSetCache::ProcessRequest | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
see vtkAlgorithm for details
Reimplemented from vtkAlgorithm.
virtual int vtkTemporalDataSetCache::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkAlgorithm.
virtual int vtkTemporalDataSetCache::FillOutputPortInformation | ( | int | vtkNotUsedport, |
vtkInformation * | info | ||
) | [protected, virtual] |
virtual int vtkTemporalDataSetCache::RequestDataObject | ( | vtkInformation * | , |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
virtual int vtkTemporalDataSetCache::RequestUpdateExtent | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
virtual int vtkTemporalDataSetCache::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
int vtkTemporalDataSetCache::CacheSize [protected] |
Definition at line 59 of file vtkTemporalDataSetCache.h.
CacheType vtkTemporalDataSetCache::Cache [protected] |
Definition at line 64 of file vtkTemporalDataSetCache.h.