#include <itkMaskNegatedImageFilter.h>
Inheritance diagram for itk::MaskNegatedImageFilter< TInputImage, TMaskImage, TOutputImage >:
Public Types | |
typedef MaskNegatedImageFilter | Self |
typedef BinaryFunctorImageFilter< TInputImage, TMaskImage, TOutputImage, Functor::MaskNegatedInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
MaskNegatedImageFilter () | |
virtual | ~MaskNegatedImageFilter () |
This class is parametrized over the types of the input image type, the mask image type and the type of the output image. Numeric conversions (castings) are done by the C++ defaults.
The pixel type of the input 2 image must have a valid defintion of the operator != with zero . This condition is required because internally this filter will perform the operation
if pixel_from_mask_image != 0 pixel_output_image = 0 else pixel_output_image = pixel_input_image
The pixel from the input 1 is cast to the pixel type of the output image.
Note that the input and the mask images must be of the same size.
Definition at line 78 of file itkMaskNegatedImageFilter.h.
|
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 98 of file itkMaskNegatedImageFilter.h. |
|
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 97 of file itkMaskNegatedImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 90 of file itkMaskNegatedImageFilter.h. |
|
Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. Definition at line 96 of file itkMaskNegatedImageFilter.h. |
|
Definition at line 104 of file itkMaskNegatedImageFilter.h. |
|
Definition at line 105 of file itkMaskNegatedImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, TFunction >. |