![]() |
ITK
5.3.0
Insight Toolkit
|
#include <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 |
A container for an image and its description.
Definition at line 36 of file QuickView.h.
| using ImageInfo::ImageType = itk::Image<unsigned char, 2> |
Definition at line 39 of file QuickView.h.
|
inline |
Definition at line 41 of file QuickView.h.
| std::string ImageInfo::m_Description |
Definition at line 48 of file QuickView.h.
| ImageType::Pointer ImageInfo::m_Image |
Definition at line 47 of file QuickView.h.
1.8.16