#include <vtkMultiBlockApplyFilterCommand.h>
Inheritance diagram for vtkMultiBlockApplyFilterCommand:
vtkMultiBlockApplyFilterCommand is a concrete implemetation of vtkApplyFilterCommand. It executes the filter on each dataset and collects the output in a vtkMultiBlockDataSet.
Definition at line 47 of file vtkMultiBlockApplyFilterCommand.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 *) |
void | SetOutput (vtkMultiBlockDataSet *output) |
virtual vtkMultiBlockDataSet * | GetOutput () |
Static Public Member Functions | |
vtkMultiBlockApplyFilterCommand * | New () |
int | IsTypeOf (const char *type) |
vtkMultiBlockApplyFilterCommand * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMultiBlockApplyFilterCommand () | |
~vtkMultiBlockApplyFilterCommand () | |
Protected Attributes | |
vtkMultiBlockDataSet * | Output |
|
Reimplemented from vtkApplyFilterCommand. Definition at line 52 of file vtkMultiBlockApplyFilterCommand.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 is ignored. 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 76 of file vtkMultiBlockApplyFilterCommand.h. |