#include <vtkPassThroughFilter.h>
Inheritance diagram for vtkPassThroughFilter:
This filter shallow copies it's input to it's output. It is normally used by PVSources with multiple outputs as the VTK filter in the dummy connection objects at each output.
Definition at line 41 of file vtkPassThroughFilter.h.
Public Types | |
typedef vtkDataSetToDataSetFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkPassThroughFilter * | SafeDownCast (vtkObject *o) |
vtkPassThroughFilter * | New () |
Protected Member Functions | |
vtkPassThroughFilter () | |
virtual | ~vtkPassThroughFilter () |
void | Execute () |
|
Reimplemented from vtkDataSetToDataSetFilter. Definition at line 44 of file vtkPassThroughFilter.h. |
|
Definition at line 53 of file vtkPassThroughFilter.h. |
|
Definition at line 54 of file vtkPassThroughFilter.h. |
|
Reimplemented from vtkDataSetToDataSetFilter. |
|
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 vtkDataSetToDataSetFilter. |
|
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 vtkDataSetToDataSetFilter. |
|
Reimplemented from vtkDataSetToDataSetFilter. |
|
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 vtkDataSetToDataSetFilter. |
|
Create a new vtkPassThroughFilter. Reimplemented from vtkAlgorithm. |
|
This method is the old style execute method Reimplemented from vtkSource. |