VTK
|
Filter which shallow copies it's input to it's output. More...
#include <vtkPassThroughFilter.h>
Inherits vtkDataSetAlgorithm.
Public Types | |
typedef vtkDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPassThroughFilter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPassThroughFilter * | SafeDownCast (vtkObjectBase *o) |
static vtkPassThroughFilter * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPassThroughFilter () | |
virtual | ~vtkPassThroughFilter () |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Filter which shallow copies it's input to it's output.
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 31 of file vtkPassThroughFilter.h.
typedef vtkDataSetAlgorithm vtkPassThroughFilter::Superclass |
Definition at line 34 of file vtkPassThroughFilter.h.
|
inlineprotected |
Definition at line 43 of file vtkPassThroughFilter.h.
|
inlineprotectedvirtual |
Definition at line 44 of file vtkPassThroughFilter.h.
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkPassThroughFilter* vtkPassThroughFilter::NewInstance | ( | ) | const |
void vtkPassThroughFilter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
static |
Create a new vtkPassThroughFilter.
|
protected |