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

#include <QuickView.h>

+ Collaboration diagram for RGBImageInfo:

Detailed Description

A container for an rgb image and its descriptiom.

Definition at line 54 of file QuickView.h.

Public Types

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

Public Member Functions

 RGBImageInfo (ImageType *image, std::string description="")
 

Public Attributes

std::string m_Description
 
ImageType::Pointer m_Image
 

Member Typedef Documentation

typedef itk::Image<itk::RGBPixel<unsigned char>, 2> RGBImageInfo::ImageType

Definition at line 57 of file QuickView.h.

Constructor & Destructor Documentation

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

Definition at line 58 of file QuickView.h.

Member Data Documentation

std::string RGBImageInfo::m_Description

Definition at line 65 of file QuickView.h.

ImageType::Pointer RGBImageInfo::m_Image

Definition at line 64 of file QuickView.h.


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