|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   39 #ifndef vtkPartitionedDataSet_h 
   40 #define vtkPartitionedDataSet_h 
   42 #include "vtkCommonDataModelModule.h"  
   64   void SetNumberOfPartitions(
unsigned int numPartitions);
 
   69   unsigned int GetNumberOfPartitions();
 
   83   void SetPartition(
unsigned int idx, 
vtkDataObject* partition);
 
   88   int HasMetaData(
unsigned int idx) { 
return this->Superclass::HasChildMetaData(idx); }
 
  110     return this->Superclass::GetMetaData(iter);
 
  118     return this->Superclass::HasMetaData(iter);
 
  125   void RemoveNullPartitions();
 
  
composite dataset to encapsulates a dataset consisting of partitions.
provides implementation for most abstract methods in the superclass vtkCompositeDataSet
int HasMetaData(unsigned int idx)
Returns true if meta-data is available for a given partition.
int HasMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.
int GetDataObjectType() override
Return class name of data type (see vtkType.h for definitions).
#define VTK_PARTITIONED_DATA_SET
superclass for composite data iterators
vtkInformation * GetMetaData(unsigned int idx)
Returns the meta-data for the partition.
a simple class to control print indentation
static vtkDataObjectTree * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
abstract class to specify dataset behavior
vtkInformation * GetMetaData(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.
general representation of visualization data
static vtkDataObject * New()