24 #ifndef __vtkTemporalDataSet_h
25 #define __vtkTemporalDataSet_h
70 {
return this->Superclass::GetChildMetaData(timestep); }
76 {
return this->Superclass::HasChildMetaData(timestep); }
93 {
return this->Superclass::GetMetaData(iter); }
100 {
return this->Superclass::HasMetaData(iter); }
virtual vtkInformation * GetMetaData(vtkCompositeDataIterator *iter)
static vtkDataObject * New()
void PrintSelf(ostream &os, vtkIndent indent)
void SetNumberOfTimeSteps(unsigned int numLevels)
unsigned int GetNumberOfTimeSteps()
virtual int HasMetaData(vtkCompositeDataIterator *iter)
Composite dataset that holds multiple times.
vtkDataObject * GetChild(unsigned int num)
void SetNumberOfChildren(unsigned int num)
unsigned int GetNumberOfChildren()
superclass for composite data iterators
vtkDataObject * GetTimeStep(unsigned int timestep)
vtkInformation * GetMetaData(unsigned int timestep)
abstract superclass for composite (multi-block or AMR) datasets
virtual int GetDataObjectType()
a simple class to control print indentation
static vtkCompositeDataSet * GetData(vtkInformation *info)
int HasMetaData(unsigned int timestep)
virtual int GetExtentType()
general representation of visualization data
#define VTK_TEMPORAL_DATA_SET