30 #ifndef vtkPartitionedDataSet_h
31 #define vtkPartitionedDataSet_h
33 #include "vtkCommonDataModelModule.h"
36 VTK_ABI_NAMESPACE_BEGIN
56 void SetNumberOfPartitions(
unsigned int numPartitions);
61 unsigned int GetNumberOfPartitions();
75 void SetPartition(
unsigned int idx,
vtkDataObject* partition);
102 return this->Superclass::GetMetaData(iter);
110 return this->Superclass::HasMetaData(iter);
117 void RemoveNullPartitions();
134 VTK_ABI_NAMESPACE_END
composite dataset to encapsulates a dataset consisting of partitions.
static vtkDataObject * New()
vtkDataObjectTree * CreateForCopyStructure(vtkDataObjectTree *) override
vtkPartitionedDataSet cannot contain non-leaf children.
provides implementation for most abstract methods in the superclass vtkCompositeDataSet ...
abstract class to specify dataset behavior
#define VTK_PARTITIONED_DATA_SET
superclass for composite data iterators
vtkTypeBool HasMetaData(unsigned int idx)
Returns true if meta-data is available for a given partition.
vtkInformation * GetMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.
a simple class to control print indentation
vtkInformation * GetMetaData(unsigned int idx)
Returns the meta-data for the partition.
int GetDataObjectType() override
Return class name of data type (see vtkType.h for definitions).
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.
general representation of visualization data
vtkTypeBool HasMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.