27 #ifndef vtkPartitionedDataSetCollection_h
28 #define vtkPartitionedDataSetCollection_h
30 #include "vtkCommonDataModelModule.h"
80 int HasMetaData(
unsigned int idx) {
return this->Superclass::HasChildMetaData(idx); }
102 return this->Superclass::GetMetaData(iter);
110 return this->Superclass::HasMetaData(iter);
superclass for composite data iterators
provides implementation for most abstract methods in the superclass vtkCompositeDataSet
a simple class to control print indentation
Composite dataset that groups datasets as a collection.
void RemovePartitionedDataSet(unsigned int idx)
Remove the given block from the dataset.
int HasMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.
unsigned int GetNumberOfPartitionedDataSets()
Returns the number of blocks.
void SetNumberOfPartitionedDataSets(unsigned int numDataSets)
Set the number of blocks.
vtkPartitionedDataSetCollection()
vtkPartitionedDataSet * GetPartitionedDataSet(unsigned int idx)
Returns the block at the given index.
static vtkPartitionedDataSetCollection * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
static vtkPartitionedDataSetCollection * New()
static vtkPartitionedDataSetCollection * GetData(vtkInformationVector *v, int i=0)
void SetPartitionedDataSet(unsigned int idx, vtkPartitionedDataSet *dataset)
Sets the data object as the given block.
~vtkPartitionedDataSetCollection() override
vtkInformation * GetMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int HasMetaData(unsigned int idx)
Returns true if meta-data is available for a given block.
vtkInformation * GetMetaData(unsigned int idx)
Returns the meta-data for the block.
int GetDataObjectType() override
Return class name of data type (see vtkType.h for definitions).
composite dataset to encapsulates a dataset consisting of partitions.
#define VTK_PARTITIONED_DATA_SET_COLLECTION