|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   27 #ifndef vtkPartitionedDataSetCollection_h 
   28 #define vtkPartitionedDataSetCollection_h 
   30 #include "vtkCommonDataModelModule.h"  
   53   void SetNumberOfPartitionedDataSets(
unsigned int numDataSets);
 
   58   unsigned int GetNumberOfPartitionedDataSets();
 
   75   void RemovePartitionedDataSet(
unsigned int idx);
 
   80   int HasMetaData(
unsigned int idx) { 
return this->Superclass::HasChildMetaData(idx); }
 
  102     return this->Superclass::GetMetaData(iter);
 
  110     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()