Go to the documentation of this file.
30 #ifndef vtkPartitionedDataSetCollection_h
31 #define vtkPartitionedDataSetCollection_h
33 #include "vtkCommonDataModelModule.h"
84 {
return this->Superclass::HasChildMetaData(idx); }
92 {
return this->Superclass::GetChildMetaData(idx); }
106 {
return this->Superclass::GetMetaData(iter); }
112 {
return this->Superclass::HasMetaData(iter); }
static vtkPartitionedDataSetCollection * New()
composite dataset to encapsulates a dataset consisting of partitions.
provides implementation for most abstract methods in the superclass vtkCompositeDataSet
static vtkPartitionedDataSetCollection * GetData(vtkInformationVector *v, int i=0)
vtkPartitionedDataSet * GetPartitionedDataSet(unsigned int idx)
Returns the block at the given index.
int GetDataObjectType() override
Return class name of data type (see vtkType.h for definitions).
void RemovePartitionedDataSet(unsigned int idx)
Remove the given block from the dataset.
#define VTK_PARTITIONED_DATA_SET_COLLECTION
vtkInformation * GetMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.
void SetPartitionedDataSet(unsigned int idx, vtkPartitionedDataSet *dataset)
Sets the data object as the given block.
~vtkPartitionedDataSetCollection() override
static vtkPartitionedDataSetCollection * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
int HasMetaData(unsigned int idx)
Returns true if meta-data is available for a given block.
unsigned int GetNumberOfPartitionedDataSets()
Returns the number of blocks.
superclass for composite data iterators
a simple class to control print indentation
void SetNumberOfPartitionedDataSets(unsigned int numDataSets)
Set the number of blocks.
vtkPartitionedDataSetCollection()
int HasMetaData(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.
Composite dataset that groups datasets as a collection.
vtkInformation * GetMetaData(unsigned int idx)
Returns the meta-data for the block.