#include <QuickView.h>
A container for an rgb image and its description.
Definition at line 57 of file QuickView.h.
Collaboration diagram for RGBImageInfo:Public Types | |
| using | ImageType = itk::Image<itk::RGBPixel<unsigned char>, 2> |
Public Member Functions | |
| RGBImageInfo (ImageType *image, std::string description="") | |
Public Attributes | |
| std::string | m_Description |
| ImageType::Pointer | m_Image |
| using RGBImageInfo::ImageType = itk::Image<itk::RGBPixel<unsigned char>, 2> |
Definition at line 60 of file QuickView.h.
|
inline |
Definition at line 61 of file QuickView.h.
References m_Description, and m_Image.
| std::string RGBImageInfo::m_Description |
Definition at line 68 of file QuickView.h.
Referenced by RGBImageInfo().
| ImageType::Pointer RGBImageInfo::m_Image |
Definition at line 67 of file QuickView.h.
Referenced by RGBImageInfo().