#include <vtkHierarchicalBoxApplyFilterCommand.h>
Inheritance diagram for vtkHierarchicalBoxApplyFilterCommand:
vtkMultiBlockApplyFilterCommand is a concrete implemetation of vtkApplyFilterCommand. It executes the filter on each dataset and collects the output in a vtkHierarchicalBoxDataSet. Currently, the filter has to be a subclass of vtkDataSetToDataSetFilter and the datasets have to be vtkUniformGrid.
Definition at line 38 of file vtkHierarchicalBoxApplyFilterCommand.h.
Public Types | |
typedef vtkApplyFilterCommand | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Initialize () |
virtual void | Execute (vtkCompositeDataVisitor *caller, vtkDataObject *input, void *callData) |
void | SetOutput (vtkHierarchicalBoxDataSet *output) |
virtual vtkHierarchicalBoxDataSet * | GetOutput () |
Static Public Member Functions | |
vtkHierarchicalBoxApplyFilterCommand * | New () |
int | IsTypeOf (const char *type) |
vtkHierarchicalBoxApplyFilterCommand * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkHierarchicalBoxApplyFilterCommand () | |
~vtkHierarchicalBoxApplyFilterCommand () | |
vtkHierarchicalBoxApplyFilterCommand (const vtkHierarchicalBoxApplyFilterCommand &) | |
void | operator= (const vtkHierarchicalBoxApplyFilterCommand &) |
Protected Attributes | |
vtkHierarchicalBoxDataSet * | Output |
|
Reimplemented from vtkApplyFilterCommand. Definition at line 44 of file vtkHierarchicalBoxApplyFilterCommand.h. |
|
|
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject.
|
|
Reimplemented from vtkApplyFilterCommand.
|
|
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 vtkApplyFilterCommand.
|
|
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 vtkApplyFilterCommand.
|
|
Reimplemented from vtkApplyFilterCommand.
|
|
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 vtkApplyFilterCommand.
|
|
Called by the visitor. The caller should pass itself, the current dataset. The last argument should be a pointer to an instance of LevelInformation. Implements vtkCompositeDataCommand.
|
|
The output to be used to store the results. A default output is created during construction. |
|
The output to be used to store the results. A default output is created during construction. |
|
Initialize should be called before iteration starts. It initializes the output. Reimplemented from vtkCompositeDataCommand.
|
|
|
|
Definition at line 69 of file vtkHierarchicalBoxApplyFilterCommand.h. |