VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkImageTwoInputFilter Class Reference

Generic superclass for filters that have two inputs. More...

#include <vtkImageTwoInputFilter.h>

Inherits vtkImageMultipleInputFilter.

Public Types

typedef vtkImageMultipleInputFilter Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetInput1 (vtkImageData *input)
 
virtual void SetInput2 (vtkImageData *input)
 
vtkImageDataGetInput1 ()
 
vtkImageDataGetInput2 ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkImageTwoInputFilterSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkImageTwoInputFilter ()
 
 ~vtkImageTwoInputFilter ()
 

Detailed Description

Generic superclass for filters that have two inputs.

vtkImageTwoInputFilter handles two inputs. It is just a subclass of vtkImageMultipleInputFilter with some methods that are specific to two inputs. Although the inputs are labeled input1 and input2, they are stored in an array indexed starting at 0.

Definition at line 30 of file vtkImageTwoInputFilter.h.

Member Typedef Documentation

typedef vtkImageMultipleInputFilter vtkImageTwoInputFilter::Superclass

Definition at line 33 of file vtkImageTwoInputFilter.h.

Constructor & Destructor Documentation

vtkImageTwoInputFilter::vtkImageTwoInputFilter ( )
protected
vtkImageTwoInputFilter::~vtkImageTwoInputFilter ( )
inlineprotected

Definition at line 52 of file vtkImageTwoInputFilter.h.

Member Function Documentation

virtual const char* vtkImageTwoInputFilter::GetClassName ( )
virtual
static int vtkImageTwoInputFilter::IsTypeOf ( const char *  type)
static
virtual int vtkImageTwoInputFilter::IsA ( const char *  type)
virtual
static vtkImageTwoInputFilter* vtkImageTwoInputFilter::SafeDownCast ( vtkObject o)
static
void vtkImageTwoInputFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkImageTwoInputFilter::SetInput1 ( vtkImageData input)
virtual

Set the Input1 of this filter. If a ScalarType has not been set, then the ScalarType of the input is used.

virtual void vtkImageTwoInputFilter::SetInput2 ( vtkImageData input)
virtual

Set the Input2 of this filter. If a ScalarType has not been set, then the ScalarType of the input is used.

vtkImageData* vtkImageTwoInputFilter::GetInput1 ( )

Get the inputs to this filter.

vtkImageData* vtkImageTwoInputFilter::GetInput2 ( )

Get the inputs to this filter.


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