Go to the documentation of this file.
35 #ifndef vtkMultiPieceDataSet_h
36 #define vtkMultiPieceDataSet_h
74 {
return this->Superclass::HasChildMetaData(piece); }
82 {
return this->Superclass::GetChildMetaData(pieceno); }
96 {
return this->Superclass::GetMetaData(iter); }
102 {
return this->Superclass::HasMetaData(iter); }
vtkInformation * GetMetaData(unsigned int pieceno)
provides implementation for most abstract methods in the superclass vtkCompositeDataSet
int HasMetaData(unsigned int piece)
composite dataset to encapsulates pieces of dataset.
unsigned int GetNumberOfPieces()
#define vtkTypeMacro(thisClass, superclass)
void SetPiece(unsigned int pieceno, vtkDataObject *piece)
vtkDataSet * GetPiece(unsigned int pieceno)
void SetNumberOfPieces(unsigned int numpieces)
superclass for composite data iterators
a simple class to control print indentation
#define VTK_MULTIPIECE_DATA_SET
virtual int HasMetaData(vtkCompositeDataIterator *iter)
virtual int GetDataObjectType()
abstract class to specify dataset behavior
virtual vtkInformation * GetMetaData(vtkCompositeDataIterator *iter)
vtkDataObject * GetPieceAsDataObject(unsigned int pieceno)
void PrintSelf(ostream &os, vtkIndent indent)
static vtkMultiPieceDataSet * GetData(vtkInformation *info)
static vtkMultiPieceDataSet * GetData(vtkInformationVector *v, int i=0)
static vtkMultiPieceDataSet * New()
#define VTKCOMMONDATAMODEL_EXPORT
general representation of visualization data