44 #ifndef vtkMultiBlockDataSet_h 
   45 #define vtkMultiBlockDataSet_h 
   63   void SetNumberOfBlocks(
unsigned int numBlocks);
 
   66   unsigned int GetNumberOfBlocks();
 
   78   void RemoveBlock(
unsigned int blockno);
 
   83     { 
return this->Superclass::HasChildMetaData(blockno); }
 
   91     { 
return this->Superclass::GetChildMetaData(blockno); }
 
  105     { 
return this->Superclass::GetMetaData(iter); }
 
  111     { 
return this->Superclass::HasMetaData(iter); }
 
static vtkDataObject * New()
 
provides implementation for most abstract methods in the superclass vtkCompositeDataSet ...
 
virtual vtkInformation * GetMetaData(vtkCompositeDataIterator *iter)
 
virtual int GetDataObjectType()
 
int HasMetaData(unsigned int blockno)
 
vtkInformation * GetMetaData(unsigned int blockno)
 
superclass for composite data iterators 
 
void PrintSelf(ostream &os, vtkIndent indent)
 
a simple class to control print indentation 
 
Composite dataset that organizes datasets into blocks. 
 
static vtkDataObjectTree * GetData(vtkInformation *info)
 
#define VTK_MULTIBLOCK_DATA_SET
 
general representation of visualization data 
 
virtual int HasMetaData(vtkCompositeDataIterator *iter)
 
#define VTKCOMMONDATAMODEL_EXPORT