VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPassThroughFilter Class Reference

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)
 
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 vtkObjectBase * NewInstanceInternal () 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

typedef vtkDataSetAlgorithm vtkPassThroughFilter::Superclass

Definition at line 34 of file vtkPassThroughFilter.h.

Constructor & Destructor Documentation

vtkPassThroughFilter::vtkPassThroughFilter ( )
inlineprotected

Definition at line 43 of file vtkPassThroughFilter.h.

virtual vtkPassThroughFilter::~vtkPassThroughFilter ( )
inlineprotectedvirtual

Definition at line 44 of file vtkPassThroughFilter.h.

Member Function Documentation

static int vtkPassThroughFilter::IsTypeOf ( const char *  type)
static
virtual int vtkPassThroughFilter::IsA ( const char *  type)
virtual
static vtkPassThroughFilter* vtkPassThroughFilter::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkPassThroughFilter::NewInstanceInternal ( ) const
protectedvirtual
vtkPassThroughFilter* vtkPassThroughFilter::NewInstance ( ) const
void vtkPassThroughFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
static vtkPassThroughFilter* vtkPassThroughFilter::New ( )
static

Create a new vtkPassThroughFilter.

int vtkPassThroughFilter::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

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