#include <vtkImageTwoInputFilter.h>
Inheritance diagram for vtkImageTwoInputFilter:
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 41 of file vtkImageTwoInputFilter.h.
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) |
vtkImageData * | GetInput1 () |
vtkImageData * | GetInput2 () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkImageTwoInputFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageTwoInputFilter () | |
~vtkImageTwoInputFilter () |
|
Reimplemented from vtkImageMultipleInputFilter. Reimplemented in vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageMask, vtkImageMathematics, vtkImageNonMaximumSuppression, and vtkImageRectilinearWipe. Definition at line 44 of file vtkImageTwoInputFilter.h. |
|
|
|
Definition at line 63 of file vtkImageTwoInputFilter.h. |
|
Reimplemented from vtkImageMultipleInputFilter. Reimplemented in vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageMask, vtkImageMathematics, vtkImageNonMaximumSuppression, and vtkImageRectilinearWipe. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageMultipleInputFilter. Reimplemented in vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageMask, vtkImageMathematics, vtkImageNonMaximumSuppression, and vtkImageRectilinearWipe. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageMultipleInputFilter. Reimplemented in vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageMask, vtkImageMathematics, vtkImageNonMaximumSuppression, and vtkImageRectilinearWipe. |
|
Reimplemented from vtkImageMultipleInputFilter. Reimplemented in vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageMask, vtkImageMathematics, vtkImageNonMaximumSuppression, and vtkImageRectilinearWipe. |
|
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 vtkImageMultipleInputFilter. Reimplemented in vtkImageCheckerboard, vtkImageCorrelation, vtkImageDifference, vtkImageMask, vtkImageMathematics, vtkImageNonMaximumSuppression, and vtkImageRectilinearWipe. |
|
Set the Input1 of this filter. If a ScalarType has not been set, then the ScalarType of the input is used. Referenced by vtkImageMask::SetImageInput(), vtkImageDifference::SetInput(), and vtkImageNonMaximumSuppression::SetMagnitudeInput(). |
|
Set the Input2 of this filter. If a ScalarType has not been set, then the ScalarType of the input is used. Referenced by vtkImageDifference::SetImage(), vtkImageMask::SetMaskInput(), and vtkImageNonMaximumSuppression::SetVectorInput(). |
|
Get the inputs to this filter. |
|
Get the inputs to this filter. Referenced by vtkImageDifference::GetImage(). |