ITK  4.6.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Functions | Variables
itkMaskNegatedImageFilter.h File Reference
#include "itkBinaryFunctorImageFilter.h"
#include "itkNumericTraits.h"
+ Include dependency graph for itkMaskNegatedImageFilter.h:

Go to the source code of this file.

Classes

class  itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >
 

Namespaces

 itk
 
 itk::Functor
 

Functions

*brief Mask an image with the
negative of a mask **This
class is templated over the
types of the *input image 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 definition of the *operator!
 

Variables

*brief Mask an image with the
negative of a mask **This
class is templated over the
types of the *input image 
type
 
TOutput itk::m_OutsideValue
 
TMask itk::m_MaskingValue
 
const TMask & itk::GetMaskingValue () const
 

Function Documentation

* brief Mask an image with the negative of a mask* * This class is templated over the types of the* input image the mask image type and the type of the output image* Numeric conversions ( castings  )

Variable Documentation

* brief Mask an image with the negative of a mask* * This class is templated over the types of the* input image type

Definition at line 109 of file itkMaskNegatedImageFilter.h.