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