#include <vtkApplyFilterCommand.h>
Inheritance diagram for vtkApplyFilterCommand:
vtkApplyFilterCommand is an abstract superclass for commands that apply a filter to a dataset each time Execute() is called. Currently, the filter has to be a subclass of one of the following: vtkDataSetToDataSetFilter, vtkDataSetToImageFilter, vtkDataSetToPolyDataFilter, vtkDataSetToStructuredGridFilter vtkDataSetToStructuredPointsFilter", vtkDataSetToUnstructuredGridFilter and the datasets have to be subclasses of vtkDataSet.
Definition at line 51 of file vtkApplyFilterCommand.h.
Public Types | |
typedef vtkCompositeDataCommand | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetFilter (vtkSource *filter) |
virtual vtkSource * | GetFilter () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkApplyFilterCommand * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
int | CheckFilterInputMatch (vtkDataObject *inp) |
void | SetFilterInput (vtkSource *source, vtkDataObject *input) |
vtkApplyFilterCommand () | |
~vtkApplyFilterCommand () | |
Protected Attributes | |
vtkApplyFilterCommandInternal * | Internal |
vtkSource * | Filter |
|
Reimplemented from vtkCompositeDataCommand. Reimplemented in vtkHierarchicalBoxApplyFilterCommand, and vtkMultiBlockApplyFilterCommand. Definition at line 54 of file vtkApplyFilterCommand.h. |
|
|
|
|
|
Reimplemented from vtkCompositeDataCommand. Reimplemented in vtkHierarchicalBoxApplyFilterCommand, and vtkMultiBlockApplyFilterCommand. |
|
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 vtkCompositeDataCommand. Reimplemented in vtkHierarchicalBoxApplyFilterCommand, and vtkMultiBlockApplyFilterCommand. |
|
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 vtkCompositeDataCommand. Reimplemented in vtkHierarchicalBoxApplyFilterCommand, and vtkMultiBlockApplyFilterCommand. |
|
Reimplemented from vtkCompositeDataCommand. Reimplemented in vtkHierarchicalBoxApplyFilterCommand, and vtkMultiBlockApplyFilterCommand. |
|
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 vtkCompositeDataCommand. Reimplemented in vtkHierarchicalBoxApplyFilterCommand, and vtkMultiBlockApplyFilterCommand. |
|
The filter to be executed in Execute() |
|
The filter to be executed in Execute() |
|
|
|
|
|
Definition at line 65 of file vtkApplyFilterCommand.h. |
|
Definition at line 67 of file vtkApplyFilterCommand.h. |