ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Public Attributes | List of all members
ImageInfo Class Reference

#include <QuickView.h>

+ Collaboration diagram for ImageInfo:

Detailed Description

A container for an image and its descriptiom.

Definition at line 33 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
 

Member Typedef Documentation

typedef itk::Image<unsigned char, 2> ImageInfo::ImageType

Definition at line 36 of file QuickView.h.

Constructor & Destructor Documentation

ImageInfo::ImageInfo ( ImageType image,
std::string  description = "" 
)
inline

Definition at line 38 of file QuickView.h.

References m_Description, and m_Image.

Member Data Documentation

std::string ImageInfo::m_Description

Definition at line 45 of file QuickView.h.

Referenced by ImageInfo().

ImageType::Pointer ImageInfo::m_Image

Definition at line 44 of file QuickView.h.

Referenced by ImageInfo().


The documentation for this class was generated from the following file: