 |
VTK
9.0.1
|
Go to the documentation of this file.
39 #ifndef vtkPartitionedDataSet_h
40 #define vtkPartitionedDataSet_h
42 #include "vtkCommonDataModelModule.h"
88 int HasMetaData(
unsigned int idx) {
return this->Superclass::HasChildMetaData(idx); }
110 return this->Superclass::GetMetaData(iter);
118 return this->Superclass::HasMetaData(iter);
composite dataset to encapsulates a dataset consisting of partitions.
provides implementation for most abstract methods in the superclass vtkCompositeDataSet
static vtkPartitionedDataSet * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
~vtkPartitionedDataSet() override
int HasMetaData(unsigned int idx)
Returns true if meta-data is available for a given partition.
int HasMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.
static vtkPartitionedDataSet * GetData(vtkInformationVector *v, int i=0)
vtkDataObject * GetPartitionAsDataObject(unsigned int idx)
int GetDataObjectType() override
Return class name of data type (see vtkType.h for definitions).
#define VTK_PARTITIONED_DATA_SET
void SetNumberOfPartitions(unsigned int numPartitions)
Set the number of partitionss.
superclass for composite data iterators
vtkInformation * GetMetaData(unsigned int idx)
Returns the meta-data for the partition.
a simple class to control print indentation
void RemoveNullPartitions()
Removes all partitions that have null datasets and resizes the dataset.
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPartitionedDataSet * New()
void SetPartition(unsigned int idx, vtkDataObject *partition)
Sets the data object as the given partition.
vtkInformation * GetMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.
vtkDataSet * GetPartition(unsigned int idx)
Returns the partition at the given index.
general representation of visualization data
unsigned int GetNumberOfPartitions()
Returns the number of partitions.