#include <itkComposeRGBAImageFilter.h>
Public Types | |
typedef RGBAPixel< TInput > | OutputType |
Public Member Functions | |
ComposeRGBA () | |
bool | operator!= (const ComposeRGBA &) const |
OutputType | operator() (const std::vector< TInput > &in) const |
bool | operator== (const ComposeRGBA &other) const |
~ComposeRGBA () |
Definition at line 30 of file itkComposeRGBAImageFilter.h.
typedef RGBAPixel<TInput> itk::Functor::ComposeRGBA< TInput >::OutputType |
Definition at line 33 of file itkComposeRGBAImageFilter.h.
itk::Functor::ComposeRGBA< TInput >::ComposeRGBA | ( | ) | [inline] |
Definition at line 34 of file itkComposeRGBAImageFilter.h.
itk::Functor::ComposeRGBA< TInput >::~ComposeRGBA | ( | ) | [inline] |
Definition at line 35 of file itkComposeRGBAImageFilter.h.
bool itk::Functor::ComposeRGBA< TInput >::operator!= | ( | const ComposeRGBA< TInput > & | ) | const [inline] |
Definition at line 36 of file itkComposeRGBAImageFilter.h.
OutputType itk::Functor::ComposeRGBA< TInput >::operator() | ( | const std::vector< TInput > & | in | ) | const [inline] |
Definition at line 44 of file itkComposeRGBAImageFilter.h.
bool itk::Functor::ComposeRGBA< TInput >::operator== | ( | const ComposeRGBA< TInput > & | other | ) | const [inline] |
Definition at line 40 of file itkComposeRGBAImageFilter.h.