#include <itkVectorToRGBImageAdaptor.h>
Inheritance diagram for itk::VectorToRGBImageAdaptor< TImage >:
Public Types | |
typedef VectorToRGBImageAdaptor | Self |
typedef ImageAdaptor< TImage, Accessor::VectorToRGBPixelAccessor< typename TImage::PixelType::ValueType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::PixelContainer | PixelContainer |
typedef Superclass::PixelContainerPointer | PixelContainerPointer |
typedef Superclass::PixelContainerConstPointer | PixelContainerConstPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
VectorToRGBImageAdaptor () | |
virtual | ~VectorToRGBImageAdaptor () |
The class is expected to be templated over a pixel type and dimension. These are the pixel types and dimension of the VectorImage.
The component to extract is set with SetExtractComponentIdx() method RGBPixel type.
This work is part of the National Alliance for Medical Image Computing (NAMIC), funded by the National Institutes of Health through the NIH Roadmap for Medical Research, Grant U54 EB005149.
Definition at line 35 of file itkVectorToRGBImageAdaptor.h.
|
Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 49 of file itkVectorToRGBImageAdaptor.h. |
|
PixelContainer typedef support. Used to construct a container for the pixel data. Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 59 of file itkVectorToRGBImageAdaptor.h. |
|
Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 61 of file itkVectorToRGBImageAdaptor.h. |
|
Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 60 of file itkVectorToRGBImageAdaptor.h. |
|
Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 48 of file itkVectorToRGBImageAdaptor.h. |
|
Standard class typedefs. Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 43 of file itkVectorToRGBImageAdaptor.h. |
|
Reimplemented from itk::ImageAdaptor< TImage, TAccessor >. Definition at line 47 of file itkVectorToRGBImageAdaptor.h. |
|
Definition at line 64 of file itkVectorToRGBImageAdaptor.h. |
|
Definition at line 65 of file itkVectorToRGBImageAdaptor.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 >. |