ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <QuickView.h>
A container for an rgb image and its descriptiom.
Definition at line 54 of file QuickView.h.
Public Types | |
typedef itk::Image < itk::RGBPixel< unsigned char >, 2 > | ImageType |
Public Member Functions | |
RGBImageInfo (ImageType *image, std::string description="") | |
Public Attributes | |
std::string | m_Description |
ImageType::Pointer | m_Image |
typedef itk::Image<itk::RGBPixel<unsigned char>, 2> RGBImageInfo::ImageType |
Definition at line 57 of file QuickView.h.
|
inline |
Definition at line 58 of file QuickView.h.
std::string RGBImageInfo::m_Description |
Definition at line 65 of file QuickView.h.
ImageType::Pointer RGBImageInfo::m_Image |
Definition at line 64 of file QuickView.h.