#include <vtkImageTwoInputFilter.h>
Inheritance diagram for vtkImageTwoInputFilter:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | SetInput1 (vtkImageData *input) |
virtual void | SetInput2 (vtkImageData *input) |
vtkImageData * | GetInput1 () |
vtkImageData * | GetInput2 () |
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 &) |
Definition at line 59 of file vtkImageTwoInputFilter.h.
|
|
|
Definition at line 79 of file vtkImageTwoInputFilter.h. |
|
Definition at line 80 of file vtkImageTwoInputFilter.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageMultipleInputFilter. Reimplemented in vtkImageCorrelation, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, and vtkImageNonMaximumSuppression. |
|
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, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, and vtkImageNonMaximumSuppression. |
|
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, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, and vtkImageNonMaximumSuppression. |
|
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, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, and vtkImageNonMaximumSuppression. |
|
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, vtkImageDifference, vtkImageDotProduct, vtkImageLogic, vtkImageMask, vtkImageMathematics, and vtkImageNonMaximumSuppression. |
|
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. Definition at line 74 of file vtkImageTwoInputFilter.h. |
|
Definition at line 75 of file vtkImageTwoInputFilter.h. Referenced by vtkImageDifference::GetImage().
|
|
Definition at line 81 of file vtkImageTwoInputFilter.h. |