NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Types | Public Member Functions | List of all members
itk::Functor::ScalarToRGBBIFPixelFunctor< TScalar > Class Template Reference

Function object which maps a scalar value into an RGB pixel value for basic image feature images according to Lewis Griffin's colour scheme. More...

Public Types

typedef unsigned char RGBComponentType
 
typedef RGBPixel
< RGBComponentType
RGBPixelType
 
typedef TScalar ScalarType
 

Public Member Functions

 ScalarToRGBBIFPixelFunctor ()
 
 ~ScalarToRGBBIFPixelFunctor ()
 
RGBPixelType operator() (const TScalar &) const
 

Detailed Description

template<class TScalar>
class itk::Functor::ScalarToRGBBIFPixelFunctor< TScalar >

Function object which maps a scalar value into an RGB pixel value for basic image feature images according to Lewis Griffin's colour scheme.

Member Typedef Documentation

template<class TScalar >
typedef unsigned char itk::Functor::ScalarToRGBBIFPixelFunctor< TScalar >::RGBComponentType
template<class TScalar >
typedef RGBPixel<RGBComponentType> itk::Functor::ScalarToRGBBIFPixelFunctor< TScalar >::RGBPixelType
template<class TScalar >
typedef TScalar itk::Functor::ScalarToRGBBIFPixelFunctor< TScalar >::ScalarType

Constructor & Destructor Documentation

template<class TScalar >
itk::Functor::ScalarToRGBBIFPixelFunctor< TScalar >::ScalarToRGBBIFPixelFunctor ( )
template<class TScalar >
itk::Functor::ScalarToRGBBIFPixelFunctor< TScalar >::~ScalarToRGBBIFPixelFunctor ( )
inline

Member Function Documentation

template<class TScalar >
RGBPixelType itk::Functor::ScalarToRGBBIFPixelFunctor< TScalar >::operator() ( const TScalar &  ) const

The documentation for this class was generated from the following file: