35 #ifndef __vtkMultiPieceDataSet_h
36 #define __vtkMultiPieceDataSet_h
38 #include "vtkCommonDataModelModule.h"
47 void PrintSelf(ostream& os, vtkIndent indent);
55 void SetNumberOfPieces(
unsigned int numpieces);
58 unsigned int GetNumberOfPieces();
62 vtkDataSet* GetPiece(
unsigned int pieceno);
74 {
return this->Superclass::HasChildMetaData(piece); }
82 {
return this->Superclass::GetChildMetaData(pieceno); }
96 {
return this->Superclass::GetMetaData(iter); }
102 {
return this->Superclass::HasMetaData(iter); }
static vtkDataObject * New()
provides implementation for most abstract methods in the superclass vtkCompositeDataSet ...
int HasMetaData(unsigned int piece)
superclass for composite data iterators
void PrintSelf(ostream &os, vtkIndent indent)
virtual int HasMetaData(vtkCompositeDataIterator *iter)
composite dataset to encapsulates pieces of dataset.
virtual int GetDataObjectType()
virtual vtkInformation * GetMetaData(vtkCompositeDataIterator *iter)
static vtkDataObjectTree * GetData(vtkInformation *info)
general representation of visualization data
vtkInformation * GetMetaData(unsigned int pieceno)