33 #ifndef vtkMultiBlockDataSet_h
34 #define vtkMultiBlockDataSet_h
36 #include "vtkCommonDataModelModule.h"
39 VTK_ABI_NAMESPACE_BEGIN
58 void SetNumberOfBlocks(
unsigned int numBlocks);
63 unsigned int GetNumberOfBlocks();
85 void RemoveBlock(
unsigned int blockno);
92 return this->Superclass::HasChildMetaData(blockno);
102 return this->Superclass::GetChildMetaData(blockno);
118 return this->Superclass::GetMetaData(iter);
126 return this->Superclass::HasMetaData(iter);
145 VTK_ABI_NAMESPACE_END
vtkInformation * GetMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.
static vtkDataObject * New()
provides implementation for most abstract methods in the superclass vtkCompositeDataSet ...
vtkTypeBool HasMetaData(unsigned int blockno)
Returns true if meta-data is available for a given block.
vtkInformation * GetMetaData(unsigned int blockno)
Returns the meta-data for the block.
superclass for composite data iterators
a simple class to control print indentation
virtual vtkDataObjectTree * CreateForCopyStructure(vtkDataObjectTree *other)
When copying structure from another vtkDataObjectTree, this method gets called for create a new non-l...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Composite dataset that organizes datasets into blocks.
vtkTypeBool HasMetaData(vtkCompositeDataIterator *iter) override
Unhiding superclass method.
static vtkDataObjectTree * GetData(vtkInformation *info)
Retrieve an instance of this class from an information object.
#define VTK_MULTIBLOCK_DATA_SET
general representation of visualization data
int GetDataObjectType() override
Return class name of data type (see vtkType.h for definitions).