VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPassThroughFilter Class Reference

Filter which shallow copies it's input to it's output. More...

#include <vtkPassThroughFilter.h>

Inheritance diagram for vtkPassThroughFilter:
Inheritance graph
[legend]
Collaboration diagram for vtkPassThroughFilter:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkDataSetAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPassThroughFilterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPassThroughFilterSafeDownCast (vtkObjectBase *o)
static vtkPassThroughFilterNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPassThroughFilter ()
virtual ~vtkPassThroughFilter ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Detailed Description

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.


Member Typedef Documentation

Reimplemented from vtkDataSetAlgorithm.

Definition at line 34 of file vtkPassThroughFilter.h.


Constructor & Destructor Documentation

Definition at line 43 of file vtkPassThroughFilter.h.

virtual vtkPassThroughFilter::~vtkPassThroughFilter ( ) [inline, protected, virtual]

Definition at line 44 of file vtkPassThroughFilter.h.


Member Function Documentation

static int vtkPassThroughFilter::IsTypeOf ( const char *  name) [static]

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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetAlgorithm.

virtual int vtkPassThroughFilter::IsA ( const char *  name) [virtual]

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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetAlgorithm.

Reimplemented from vtkDataSetAlgorithm.

virtual vtkObjectBase* vtkPassThroughFilter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkDataSetAlgorithm.

Reimplemented from vtkDataSetAlgorithm.

void vtkPassThroughFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

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 vtkDataSetAlgorithm.

Create a new vtkPassThroughFilter.

Reimplemented from vtkDataSetAlgorithm.

This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process.

Reimplemented from vtkDataSetAlgorithm.


The documentation for this class was generated from the following file: