![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
Include dependency graph for itkMaskNegatedImageFilter.h:Go to the source code of this file.
Classes | |
| class | itk::Functor::MaskNegatedInput< TInput, TMask, TOutput > |
Namespaces | |
| namespace | itk |
| namespace | 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 |
| * 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 | ) |
| * 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.
1.8.3.1