33#ifndef vtkMultiPieceDataSet_h
34#define vtkMultiPieceDataSet_h
36#include "vtkCommonDataModelModule.h"
general representation of visualization data
abstract class to specify dataset behavior
a simple class to control print indentation
composite dataset to encapsulates pieces of dataset.
int GetDataObjectType() override
Return class name of data type (see vtkType.h for definitions).
static vtkMultiPieceDataSet * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
vtkDataSet * GetPiece(unsigned int pieceno)
Returns the piece at the given index.
static vtkMultiPieceDataSet * GetData(vtkInformationVector *v, int i=0)
Retrieve an instance of this class from an information object.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkMultiPieceDataSet * New()
void SetPiece(unsigned int pieceno, vtkDataObject *piece)
Sets the data object as the given piece.
unsigned int GetNumberOfPieces()
Returns the number of pieces.
~vtkMultiPieceDataSet() override
void SetNumberOfPieces(unsigned int numpieces)
Set the number of pieces.
vtkDataObject * GetPieceAsDataObject(unsigned int pieceno)
Returns the piece at the given index.
composite dataset to encapsulates a dataset consisting of partitions.
unsigned int GetNumberOfPartitions()
Returns the number of partitions.
vtkDataObject * GetPartitionAsDataObject(unsigned int idx)
Returns the partition at the given index.
vtkDataSet * GetPartition(unsigned int idx)
Returns the partition at the given index.
void SetNumberOfPartitions(unsigned int numPartitions)
Set the number of partitionss.
void SetPartition(unsigned int idx, vtkDataObject *partition)
Sets the data object as the given partition.
#define VTK_MULTIPIECE_DATA_SET