44 #ifndef __vtkMultiBlockDataSet_h
45 #define __vtkMultiBlockDataSet_h
47 #include "vtkCommonDataModelModule.h"
55 void PrintSelf(ostream& os, vtkIndent indent);
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)
Composite dataset that organizes datasets into blocks.
static vtkDataObjectTree * GetData(vtkInformation *info)
general representation of visualization data
virtual int HasMetaData(vtkCompositeDataIterator *iter)