Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Related Pages  

vtkImageTwoInputFilter Class Reference

Generic superclass for filters that have. More...

#include <vtkImageTwoInputFilter.h>

Inheritance diagram for vtkImageTwoInputFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkImageTwoInputFilter:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
virtual void SetInput1 (vtkImageData *input)
virtual void SetInput2 (vtkImageData *input)
vtkImageDataGetInput1 ()
vtkImageDataGetInput2 ()

Static Public Methods

vtkImageTwoInputFilter * New ()
int IsTypeOf (const char *type)
vtkImageTwoInputFilter * SafeDownCast (vtkObject *o)

Protected Methods

 vtkImageTwoInputFilter ()
 ~vtkImageTwoInputFilter ()
 vtkImageTwoInputFilter (const vtkImageTwoInputFilter &)
void operator= (const vtkImageTwoInputFilter &)

Detailed Description

Generic superclass for filters that have.

Date:
2000/12/10 20:09:11
Revision:
1.22
Thanks:
Thanks to C. Charles Law who developed this class. 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.


Member Function Documentation

virtual const char* vtkImageTwoInputFilter::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageMultipleInputFilter.

Reimplemented in vtkImageCorrelation.

vtkImageData* vtkImageTwoInputFilter::GetInput1   [inline]
 

Get the inputs to this filter.

virtual int vtkImageTwoInputFilter::IsA const char *    type [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 vtkImageMultipleInputFilter.

Reimplemented in vtkImageCorrelation.

int vtkImageTwoInputFilter::IsTypeOf const char *    type [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 vtkImageMultipleInputFilter.

Reimplemented in vtkImageCorrelation.

vtkImageTwoInputFilter* vtkImageTwoInputFilter::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkImageMultipleInputFilter.

Reimplemented in vtkImageCorrelation.

vtkImageTwoInputFilter* vtkImageTwoInputFilter::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageMultipleInputFilter.

Reimplemented in vtkImageCorrelation.

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.


The documentation for this class was generated from the following file:
Generated on Tue Mar 19 13:27:09 2002 for VTK by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002