#include <itkLabelOverlayImageFilter.h>
Collaboration diagram for itk::Functor::LabelOverlay< TInputPixel, TLabel, TRGBPixel >:
Definition at line 34 of file itkLabelOverlayImageFilter.h.
Public Member Functions | |
LabelOverlay () | |
bool | operator!= (const LabelOverlay &l) const |
TRGBPixel | operator() (const TInputPixel &p1, const TLabel &p2) |
void | SetBackgroundValue (TLabel v) |
void | SetOpacity (double opacity) |
void | SetUseBackground (bool b) |
~LabelOverlay () |
itk::Functor::LabelOverlay< TInputPixel, TLabel, TRGBPixel >::LabelOverlay | ( | ) | [inline] |
Definition at line 37 of file itkLabelOverlayImageFilter.h.
itk::Functor::LabelOverlay< TInputPixel, TLabel, TRGBPixel >::~LabelOverlay | ( | ) | [inline] |
Definition at line 82 of file itkLabelOverlayImageFilter.h.
bool itk::Functor::LabelOverlay< TInputPixel, TLabel, TRGBPixel >::operator!= | ( | const LabelOverlay< TInputPixel, TLabel, TRGBPixel > & | l | ) | const [inline] |
Definition at line 73 of file itkLabelOverlayImageFilter.h.
References itk::Functor::LabelOverlay< TInputPixel, TLabel, TRGBPixel >::m_BackgroundValue, itk::Functor::LabelOverlay< TInputPixel, TLabel, TRGBPixel >::m_Opacity, and itk::Functor::LabelOverlay< TInputPixel, TLabel, TRGBPixel >::m_UseBackground.
TRGBPixel itk::Functor::LabelOverlay< TInputPixel, TLabel, TRGBPixel >::operator() | ( | const TInputPixel & | p1, | |
const TLabel & | p2 | |||
) | [inline] |
Definition at line 47 of file itkLabelOverlayImageFilter.h.
void itk::Functor::LabelOverlay< TInputPixel, TLabel, TRGBPixel >::SetBackgroundValue | ( | TLabel | v | ) | [inline] |
Definition at line 89 of file itkLabelOverlayImageFilter.h.
void itk::Functor::LabelOverlay< TInputPixel, TLabel, TRGBPixel >::SetOpacity | ( | double | opacity | ) | [inline] |
Definition at line 84 of file itkLabelOverlayImageFilter.h.
void itk::Functor::LabelOverlay< TInputPixel, TLabel, TRGBPixel >::SetUseBackground | ( | bool | b | ) | [inline] |
Definition at line 94 of file itkLabelOverlayImageFilter.h.