30 #ifndef vtkPartitionedDataSetCollection_h 31 #define vtkPartitionedDataSetCollection_h 33 #include "vtkCommonDataModelModule.h" 56 void SetNumberOfPartitionedDataSets(
unsigned int numDataSets);
61 unsigned int GetNumberOfPartitionedDataSets();
78 void RemovePartitionedDataSet(
unsigned int idx);
84 {
return this->Superclass::HasChildMetaData(idx); }
92 {
return this->Superclass::GetChildMetaData(idx); }
106 {
return this->Superclass::GetMetaData(iter); }
112 {
return this->Superclass::HasMetaData(iter); }
composite dataset to encapsulates a dataset consisting of partitions.
static vtkDataObject * New()
int HasMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.
provides implementation for most abstract methods in the superclass vtkCompositeDataSet ...
vtkInformation * GetMetaData(unsigned int idx)
Returns the meta-data for the block.
superclass for composite data iterators
#define VTK_PARTITIONED_DATA_SET_COLLECTION
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkDataObjectTree * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
int GetDataObjectType() override
Return class name of data type (see vtkType.h for definitions).
vtkInformation * GetMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.
int HasMetaData(unsigned int idx)
Returns true if meta-data is available for a given block.
Composite dataset that groups datasets as a collection.