#include <itkRGBToLuminanceImageAdaptor.h>
Inheritance diagram for itk::RGBToLuminanceImageAdaptor< TImage, TOutputPixelType >:
Public Types | |
typedef RGBToLuminanceImageAdaptor | Self |
typedef ImageAdaptor< TImage, Accessor::RGBToLuminancePixelAccessor< typename TImage::PixelType, TOutputPixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
RGBToLuminanceImageAdaptor () | |
virtual | ~RGBToLuminanceImageAdaptor () |
Additional casting is performed according to the input and output image types following C++ default casting rules. The input color pixel type must provide a GetLuminance() method.
Definition at line 69 of file itkRGBToLuminanceImageAdaptor.h.
|
Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 82 of file itkRGBToLuminanceImageAdaptor.h. |
|
Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 81 of file itkRGBToLuminanceImageAdaptor.h. |
|
Standard class typedefs. Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 77 of file itkRGBToLuminanceImageAdaptor.h. |
|
Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 80 of file itkRGBToLuminanceImageAdaptor.h. |
|
Definition at line 91 of file itkRGBToLuminanceImageAdaptor.h. |
|
Definition at line 92 of file itkRGBToLuminanceImageAdaptor.h. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. |
|
Method for creation through the object factory. Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. |