#include <vtkHierarchicalDataSet.h>
Inheritance diagram for vtkHierarchicalDataSet:
vtkHierarchicalDataSet is a vtkCompositeDataSet that stores a hierarchy of datasets. The dataset collection consists of multiple levels. Each dataset can have an arbitrary number of parents and children at levels above and below. Currently, the interface for connecting parents-children is incomplete.
Definition at line 40 of file vtkHierarchicalDataSet.h.
|
Reimplemented from vtkCompositeDataSet. Reimplemented in vtkHierarchicalBoxDataSet. Definition at line 45 of file vtkHierarchicalDataSet.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkDataObject. Reimplemented in vtkHierarchicalBoxDataSet. |
|
Reimplemented from vtkCompositeDataSet. Reimplemented in vtkHierarchicalBoxDataSet. |
|
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. Reimplemented in vtkHierarchicalBoxDataSet. |
|
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 in vtkHierarchicalBoxDataSet. |
|
Reimplemented from vtkCompositeDataSet. Reimplemented in vtkHierarchicalBoxDataSet. |
|
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. Reimplemented in vtkHierarchicalBoxDataSet. |
|
Return a new (forward) iterator (the iterator has to be deleted by user) Implements vtkCompositeDataSet. |
|
Return class name of data type (see vtkSystemIncludes.h for definitions). Reimplemented from vtkCompositeDataSet. Reimplemented in vtkHierarchicalBoxDataSet. Definition at line 54 of file vtkHierarchicalDataSet.h. References VTK_HIERARCHICAL_DATA_SET. |
|
Restore data object to initial state, Reimplemented from vtkCompositeDataSet. |
|
Set the number of refinement levels. This call might cause allocation if the new number of levels is larger than the current one. |
|
Returns the number of levels. |
|
Set the number of datasets in a given level. This call might cause allocation if the new number of datasets is larger than the current one. |
|
Returns the number of datasets in a given level. |
|
Initialize the entry for a dataset node. This removes all parent/child links between the given node and others. |
|
Set the dataset pointer for a given node. This method does not remove the existing parent/child links. It only replaces the dataset pointer. Reimplemented in vtkHierarchicalBoxDataSet. |
|
Uses keys LEVEL() and INDEX() to call SetDataSet(LEVEL, INDEX, dobj) Implements vtkCompositeDataSet. |
|
Get a dataset give a level and an id. Reimplemented in vtkHierarchicalBoxDataSet. |
|
Uses keys LEVEL() and INDEX() to call GetDataSet(LEVEL, INDEX) Implements vtkCompositeDataSet. Reimplemented in vtkHierarchicalBoxDataSet. |
|
Shallow and Deep copy. Reimplemented from vtkDataObject. Reimplemented in vtkHierarchicalBoxDataSet. |
|
Uses keys LEVEL() and INDEX() to call GetDataSet(LEVEL, INDEX) Reimplemented from vtkDataObject. Reimplemented in vtkHierarchicalBoxDataSet. |
|
Returns the data structure containing information about the datasets. |
|
Set the information about the datasets. |
|
Returns the total number of points of all blocks. This will iterate over all blocks and call GetNumberOfPoints() so it might be expansive. Reimplemented in vtkHierarchicalBoxDataSet. |
|
|
|
Retrieve an instance of this class from an information object. Reimplemented from vtkCompositeDataSet. |
|
Reimplemented from vtkCompositeDataSet. |
|
|
|
|
|
Definition at line 112 of file vtkHierarchicalDataSet.h. |
|
Definition at line 129 of file vtkHierarchicalDataSet.h. |
|
Definition at line 135 of file vtkHierarchicalDataSet.h. |