ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <QuickView.h>
A container for an image and its descriptiom.
Definition at line 35 of file QuickView.h.
Public Types | |
typedef itk::Image< unsigned char, 2 > | ImageType |
Public Member Functions | |
ImageInfo (ImageType *image, std::string description="") | |
Public Attributes | |
std::string | m_Description |
ImageType::Pointer | m_Image |
typedef itk::Image<unsigned char, 2> ImageInfo::ImageType |
Definition at line 38 of file QuickView.h.
|
inline |
Definition at line 40 of file QuickView.h.
std::string ImageInfo::m_Description |
Definition at line 47 of file QuickView.h.
ImageType::Pointer ImageInfo::m_Image |
Definition at line 46 of file QuickView.h.