#include <vtkMultiBlockDataSet.h>
Inheritance diagram for vtkMultiBlockDataSet:
vtkMultiBlockDataSet represents a collection of data objects. The data objects can be primitive datasets as well as other composite datasets. No relation (spatial or hierarchical) between data objects is specified or enforced.
Definition at line 50 of file vtkMultiBlockDataSet.h.
Public Types | |
typedef vtkCompositeDataSet | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkCompositeDataIterator * | NewIterator () |
virtual vtkCompositeDataVisitor * | NewVisitor () |
virtual int | GetDataObjectType () |
void | AddDataSet (vtkDataObject *data) |
virtual void | Initialize () |
Static Public Member Functions | |
vtkMultiBlockDataSet * | New () |
int | IsTypeOf (const char *type) |
vtkMultiBlockDataSet * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMultiBlockDataSet () | |
~vtkMultiBlockDataSet () | |
Protected Attributes | |
vtkMultiBlockDataSetInternal * | Internal |
|
Reimplemented from vtkCompositeDataSet. Definition at line 55 of file vtkMultiBlockDataSet.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkDataObject. |
|
Reimplemented from vtkCompositeDataSet. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkCompositeDataSet. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkCompositeDataSet. |
|
Reimplemented from vtkCompositeDataSet. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkCompositeDataSet. |
|
Return a new iterator (has to be deleted by user) Implements vtkCompositeDataSet. |
|
This returns a vtkMultiBlockDataVisitor. Implements vtkCompositeDataSet. |
|
Return class name of data type (see vtkSystemIncludes.h for definitions. Reimplemented from vtkCompositeDataSet. Definition at line 66 of file vtkMultiBlockDataSet.h. |
|
Add a dataset to the collection. |
|
Restore data object to initial state, Reimplemented from vtkCompositeDataSet. |
|
Definition at line 86 of file vtkMultiBlockDataSet.h. |