ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Public Attributes | List of all members
RGBImageInfo Class Reference

#include <QuickView.h>

Detailed Description

A container for an rgb image and its description.

Definition at line 56 of file QuickView.h.

+ Collaboration diagram for RGBImageInfo:

Public Types

using ImageType = itk::Image< itk::RGBPixel< unsigned char >, 2 >
 

Public Member Functions

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

Public Attributes

std::string m_Description
 
ImageType::Pointer m_Image
 

Member Typedef Documentation

◆ ImageType

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

Definition at line 59 of file QuickView.h.

Constructor & Destructor Documentation

◆ RGBImageInfo()

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

Definition at line 60 of file QuickView.h.

Member Data Documentation

◆ m_Description

std::string RGBImageInfo::m_Description

Definition at line 67 of file QuickView.h.

◆ m_Image

ImageType::Pointer RGBImageInfo::m_Image

Definition at line 66 of file QuickView.h.


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