VTK
|
cache time steps More...
#include <vtkTemporalDataSetCache.h>
Inherits vtkAlgorithm.
Public Types | |
typedef vtkAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkTemporalDataSetCache * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetCacheSize (int size) |
virtual int | GetCacheSize () |
Static Public Member Functions | |
static vtkTemporalDataSetCache * | New () |
static int | IsTypeOf (const char *type) |
static vtkTemporalDataSetCache * | SafeDownCast (vtkObjectBase *o) |
Protected Types | |
typedef std::map< double, std::pair< unsigned long, vtkDataObject * > > | CacheType |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkTemporalDataSetCache () | |
~vtkTemporalDataSetCache () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | FillOutputPortInformation (int vtkNotUsed(port), vtkInformation *info) |
virtual int | RequestDataObject (vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Attributes | |
int | CacheSize |
CacheType | Cache |
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.
typedef vtkAlgorithm vtkTemporalDataSetCache::Superclass |
Definition at line 45 of file vtkTemporalDataSetCache.h.
|
protected |
Definition at line 63 of file vtkTemporalDataSetCache.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkTemporalDataSetCache* vtkTemporalDataSetCache::NewInstance | ( | ) | const |
void vtkTemporalDataSetCache::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
void vtkTemporalDataSetCache::SetCacheSize | ( | int | size | ) |
This is the maximum number of time steps that can be retained in memory. it defaults to 10.
|
virtual |
This is the maximum number of time steps that can be retained in memory. it defaults to 10.
|
protectedvirtual |
see vtkAlgorithm for details
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
Definition at line 59 of file vtkTemporalDataSetCache.h.
|
protected |
Definition at line 64 of file vtkTemporalDataSetCache.h.