Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel > Class Template Reference

#include <itkLabelOverlayFunctor.h>

Collaboration diagram for itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<class TInputPixel, class TLabel, class TRGBPixel>
class itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >

Functor for applying a colormap to a label image and combine it with a grayscale image.

This functor class used internally by LabelOverlayImageFilter

Author:
Gaëtan Lehmann. Biologie du Développement et de la Reproduction, INRA de Jouy-en-Josas, France.
See also:
LabelOverlayImageFilter LabelToRGBFunctor

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)
void SetBackgroundValue (TLabel v)
void SetOpacity (double opacity)
 ~LabelOverlayFunctor ()


Constructor & Destructor Documentation

template<class TInputPixel, class TLabel, class TRGBPixel>
itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >::LabelOverlayFunctor (  )  [inline]

Definition at line 44 of file itkLabelOverlayFunctor.h.

template<class TInputPixel, class TLabel, class TRGBPixel>
itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >::~LabelOverlayFunctor (  )  [inline]

Definition at line 86 of file itkLabelOverlayFunctor.h.


Member Function Documentation

template<class TInputPixel, class TLabel, class TRGBPixel>
bool itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >::operator!= ( const LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel > &  l  )  const [inline]

Definition at line 78 of file itkLabelOverlayFunctor.h.

References itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >::m_BackgroundValue, and itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >::m_Opacity.

template<class TInputPixel, class TLabel, class TRGBPixel>
TRGBPixel itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >::operator() ( const TInputPixel &  p1,
const TLabel &  p2 
) [inline]

Definition at line 52 of file itkLabelOverlayFunctor.h.

template<class TInputPixel, class TLabel, class TRGBPixel>
void itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >::SetBackgroundValue ( TLabel  v  )  [inline]

Definition at line 93 of file itkLabelOverlayFunctor.h.

template<class TInputPixel, class TLabel, class TRGBPixel>
void itk::Functor::LabelOverlayFunctor< TInputPixel, TLabel, TRGBPixel >::SetOpacity ( double  opacity  )  [inline]

Definition at line 88 of file itkLabelOverlayFunctor.h.


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 14:19:30 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000