#include <vtkHierarchicalBoxVisitor.h>
Inheritance diagram for vtkHierarchicalBoxVisitor:
vtkHierarchicalBoxVisitor is a concrete implementation of vtkCompositeDataIterator. It iterates over the collection and applies the command to each. When calling Execute() on the command, vtkHierarchicalBoxVisitor passes an instance of vtkHierarchicalBoxApplyFilterCommand::LevelInformation as the optional argument. This is used by vtkHierarchicalBoxApplyFilterCommand.
Definition at line 46 of file vtkHierarchicalBoxVisitor.h.
Public Types | |
typedef vtkCompositeDataVisitor | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Execute () |
void | SetDataSet (vtkHierarchicalBoxDataSet *dataset) |
virtual vtkHierarchicalBoxDataSet * | GetDataSet () |
Static Public Member Functions | |
vtkHierarchicalBoxVisitor * | New () |
int | IsTypeOf (const char *type) |
vtkHierarchicalBoxVisitor * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkHierarchicalBoxVisitor () | |
virtual | ~vtkHierarchicalBoxVisitor () |
Protected Attributes | |
vtkHierarchicalBoxDataSet * | DataSet |
|
Reimplemented from vtkCompositeDataVisitor. Definition at line 51 of file vtkHierarchicalBoxVisitor.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkCompositeDataVisitor. |
|
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 vtkCompositeDataVisitor. |
|
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 vtkCompositeDataVisitor. |
|
Reimplemented from vtkCompositeDataVisitor. |
|
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 vtkCompositeDataVisitor. |
|
Apply the command on each object in the collection. Implements vtkCompositeDataVisitor. |
|
Set the data object to iterator over. |
|
Set the data object to iterator over. |
|
Definition at line 67 of file vtkHierarchicalBoxVisitor.h. |