#include <itkComposeRGBImageFilter.h>

Definition at line 29 of file itkComposeRGBImageFilter.h.
Public Types | |
| typedef RGBPixel< TInput > | OutputType |
Public Member Functions | |
| ComposeRGB () | |
| bool | operator!= (const ComposeRGB &) const |
| OutputType | operator() (const TInput &R, const TInput &G, const TInput &B) const |
| bool | operator== (const ComposeRGB &other) const |
| ~ComposeRGB () | |
| typedef RGBPixel<TInput> itk::Function::ComposeRGB< TInput >::OutputType |
Definition at line 32 of file itkComposeRGBImageFilter.h.
| itk::Function::ComposeRGB< TInput >::ComposeRGB | ( | ) | [inline] |
Definition at line 33 of file itkComposeRGBImageFilter.h.
| itk::Function::ComposeRGB< TInput >::~ComposeRGB | ( | ) | [inline] |
Definition at line 34 of file itkComposeRGBImageFilter.h.
| bool itk::Function::ComposeRGB< TInput >::operator!= | ( | const ComposeRGB< TInput > & | ) | const [inline] |
Definition at line 35 of file itkComposeRGBImageFilter.h.
| OutputType itk::Function::ComposeRGB< TInput >::operator() | ( | const TInput & | R, | |
| const TInput & | G, | |||
| const TInput & | B | |||
| ) | const [inline] |
Definition at line 43 of file itkComposeRGBImageFilter.h.
| bool itk::Function::ComposeRGB< TInput >::operator== | ( | const ComposeRGB< TInput > & | other | ) | const [inline] |
Definition at line 39 of file itkComposeRGBImageFilter.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000