Go to the documentation of this file.
36 #ifndef vtkMultiPieceDataSet_h
37 #define vtkMultiPieceDataSet_h
39 #include "vtkCommonDataModelModule.h"
87 {
return this->Superclass::HasChildMetaData(piece); }
95 {
return this->Superclass::GetChildMetaData(pieceno); }
109 {
return this->Superclass::GetMetaData(iter); }
115 {
return this->Superclass::HasMetaData(iter); }
vtkInformation * GetMetaData(unsigned int pieceno)
Returns the meta-data for the piece.
provides implementation for most abstract methods in the superclass vtkCompositeDataSet
int HasMetaData(unsigned int piece)
Returns true if meta-data is available for a given piece.
composite dataset to encapsulates pieces of dataset.
int HasMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.
unsigned int GetNumberOfPieces()
Returns the number of pieces.
void SetPiece(unsigned int pieceno, vtkDataObject *piece)
Sets the data object as the given piece.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int GetDataObjectType() override
Return class name of data type (see vtkType.h for definitions).
vtkDataSet * GetPiece(unsigned int pieceno)
Returns the piece at the given index.
vtkInformation * GetMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.
void SetNumberOfPieces(unsigned int numpieces)
Set the number of pieces.
superclass for composite data iterators
a simple class to control print indentation
#define VTK_MULTIPIECE_DATA_SET
~vtkMultiPieceDataSet() override
abstract class to specify dataset behavior
vtkDataObject * GetPieceAsDataObject(unsigned int pieceno)
static vtkMultiPieceDataSet * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
static vtkMultiPieceDataSet * GetData(vtkInformationVector *v, int i=0)
static vtkMultiPieceDataSet * New()
general representation of visualization data