#include <QuickView.h>
A container for an image and its description.
Definition at line 37 of file QuickView.h.
Collaboration diagram for ImageInfo:Public Types | |
| using | ImageType = itk::Image<unsigned char, 2> |
Public Member Functions | |
| ImageInfo (ImageType *image, std::string description="") | |
Public Attributes | |
| std::string | m_Description |
| ImageType::Pointer | m_Image |
| using ImageInfo::ImageType = itk::Image<unsigned char, 2> |
Definition at line 40 of file QuickView.h.
|
inline |
Definition at line 42 of file QuickView.h.
References m_Description, and m_Image.
| std::string ImageInfo::m_Description |
Definition at line 49 of file QuickView.h.
Referenced by ImageInfo().
| ImageType::Pointer ImageInfo::m_Image |
Definition at line 48 of file QuickView.h.
Referenced by ImageInfo().