#include <itkLabelOverlayFunctor.h>


This functor class used internally by LabelOverlayImageFilter
Definition at line 41 of file itkLabelOverlayFunctor.h.
Public Member Functions | |
| LabelOverlayFunctor () | |
| bool | operator!= (const LabelOverlayFunctor &l) const |
| TRGBPixel | operator() (const TInputPixel &p1, const TLabel &p2) const |
| void | SetBackgroundValue (TLabel v) |
| void | SetOpacity (double opacity) |
| ~LabelOverlayFunctor () | |
| itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >::LabelOverlayFunctor | ( | ) | [inline] |
Definition at line 44 of file itkLabelOverlayFunctor.h.
| itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >::~LabelOverlayFunctor | ( | ) | [inline] |
Definition at line 86 of file itkLabelOverlayFunctor.h.
| bool itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >::operator!= | ( | const LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel > & | l | ) | const [inline] |
Definition at line 78 of file itkLabelOverlayFunctor.h.
| TRGBPixel itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >::operator() | ( | const TInputPixel & | p1, | |
| const TLabel & | p2 | |||
| ) | const [inline] |
Definition at line 52 of file itkLabelOverlayFunctor.h.
| void itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >::SetBackgroundValue | ( | TLabel | v | ) | [inline] |
Definition at line 93 of file itkLabelOverlayFunctor.h.
| void itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >::SetOpacity | ( | double | opacity | ) | [inline] |
Definition at line 88 of file itkLabelOverlayFunctor.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000