![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <QuickView.h>
Collaboration diagram for RGBImageInfo:A container for an rgb image and its descriptiom.
Definition at line 52 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 55 of file QuickView.h.
|
inline |
Definition at line 56 of file QuickView.h.
References m_Description, and m_Image.
| std::string RGBImageInfo::m_Description |
Definition at line 63 of file QuickView.h.
Referenced by RGBImageInfo().
| ImageType::Pointer RGBImageInfo::m_Image |
Definition at line 62 of file QuickView.h.
Referenced by RGBImageInfo().
1.8.3.1