Go to the documentation of this file.
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.
provides implementation for most abstract methods in the superclass vtkCompositeDataSet
int GetDataObjectType() override
Return class name of data type (see vtkType.h for definitions).
#define VTK_PARTITIONED_DATA_SET_COLLECTION
vtkInformation * GetMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.
int HasMetaData(unsigned int idx)
Returns true if meta-data is available for a given block.
superclass for composite data iterators
a simple class to control print indentation
static vtkDataObjectTree * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
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.
static vtkDataObject * New()