#include <vtkCompositeDataVisitor.h>
Inheritance diagram for vtkCompositeDataVisitor:
vtkCompositeDataVisitor is a superclass for composite data visitors. Composite data visitors iterate through dataset collections and apply an operation to each item.
Definition at line 46 of file vtkCompositeDataVisitor.h.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Execute ()=0 |
void | SetCommand (vtkCompositeDataCommand *comm) |
virtual vtkCompositeDataCommand * | GetCommand () |
virtual void | SetCreateTransitionElements (int) |
virtual int | GetCreateTransitionElements () |
virtual void | CreateTransitionElementsOn () |
virtual void | CreateTransitionElementsOff () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkCompositeDataVisitor * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCompositeDataVisitor () | |
virtual | ~vtkCompositeDataVisitor () |
Protected Attributes | |
vtkCompositeDataCommand * | Command |
int | CreateTransitionElements |
|
Reimplemented from vtkObject. Reimplemented in vtkHierarchicalBoxVisitor, and vtkMultiBlockDataVisitor. Definition at line 49 of file vtkCompositeDataVisitor.h. |
|
|
|
|
|
Reimplemented from vtkObject. Reimplemented in vtkHierarchicalBoxVisitor, and vtkMultiBlockDataVisitor. |
|
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 vtkObject. Reimplemented in vtkHierarchicalBoxVisitor, and vtkMultiBlockDataVisitor. |
|
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 vtkObject. Reimplemented in vtkHierarchicalBoxVisitor, and vtkMultiBlockDataVisitor. |
|
Reimplemented from vtkObject. Reimplemented in vtkHierarchicalBoxVisitor, and vtkMultiBlockDataVisitor. |
|
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 vtkObject. Reimplemented in vtkHierarchicalBoxVisitor, and vtkMultiBlockDataVisitor. |
|
Set/get the command object applied to each item. The visitor will call Execute() on the command with the current item as an argument. |
|
Set/get the command object applied to each item. The visitor will call Execute() on the command with the current item as an argument. |
|
Apply the command on each object in the collection. Implemented in vtkHierarchicalBoxVisitor, and vtkMultiBlockDataVisitor. |
|
When CreateTransitionElements is enabled, the visitor will try to create extra datasets to remove boundary artifacts. This is used by sub-classes that have such capability. |
|
When CreateTransitionElements is enabled, the visitor will try to create extra datasets to remove boundary artifacts. This is used by sub-classes that have such capability. |
|
When CreateTransitionElements is enabled, the visitor will try to create extra datasets to remove boundary artifacts. This is used by sub-classes that have such capability. |
|
When CreateTransitionElements is enabled, the visitor will try to create extra datasets to remove boundary artifacts. This is used by sub-classes that have such capability. |
|
Definition at line 77 of file vtkCompositeDataVisitor.h. |
|
Definition at line 78 of file vtkCompositeDataVisitor.h. |