#include <freHueToRGBPixelAccessor.h>
Public Types | |
| typedef HueToRGBPixelAccessor | Self |
| typedef T | InternalType |
| typedef itk::RGBPixel< T > | ExternalType |
Public Member Functions | |
| void | Set (InternalType &output, const ExternalType &input) const |
| ExternalType | Get (const InternalType &input) const |
| HueToRGBPixelAccessor () | |
| ~HueToRGBPixelAccessor () | |
The accessor assumes a pixelvalue as hue (0 to 360 degrees) and calculates the rgb value (0 to 255) of the pixel.
Definition at line 43 of file freHueToRGBPixelAccessor.h.
| typedef HueToRGBPixelAccessor FREE::Accessor::HueToRGBPixelAccessor< T >::Self |
Standard class typedefs.
Definition at line 47 of file freHueToRGBPixelAccessor.h.
| typedef T FREE::Accessor::HueToRGBPixelAccessor< T >::InternalType |
Internal typedef. It defines the internal real representation of data
Definition at line 51 of file freHueToRGBPixelAccessor.h.
| typedef itk::RGBPixel<T> FREE::Accessor::HueToRGBPixelAccessor< T >::ExternalType |
External typedef. It defines the external aspect that this class will exhibit
Definition at line 55 of file freHueToRGBPixelAccessor.h.
| FREE::Accessor::HueToRGBPixelAccessor< T >::HueToRGBPixelAccessor | ( | ) |
| FREE::Accessor::HueToRGBPixelAccessor< T >::~HueToRGBPixelAccessor | ( | ) |
| void FREE::Accessor::HueToRGBPixelAccessor< T >::Set | ( | InternalType & | output, | |
| const ExternalType & | input | |||
| ) | const [inline] |
Write access to the HueToRGBPixel component
Definition at line 103 of file freHueToRGBPixelAccessor.cxx.
| HueToRGBPixelAccessor< T >::ExternalType FREE::Accessor::HueToRGBPixelAccessor< T >::Get | ( | const InternalType & | input | ) | const [inline] |
Read access to the HueToRGBPixel component
Definition at line 35 of file freHueToRGBPixelAccessor.cxx.
1.5.3 written by Dimitri van Heesch,
© 1997-2000