ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
ImageInfo Class Reference

#include <QuickView.h>

Detailed Description

A container for an image and its description.

Definition at line 37 of file 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
 

Member Typedef Documentation

◆ ImageType

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

Definition at line 40 of file QuickView.h.

Constructor & Destructor Documentation

◆ ImageInfo()

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

Definition at line 42 of file QuickView.h.

References m_Description, and m_Image.

Member Data Documentation

◆ m_Description

std::string ImageInfo::m_Description

Definition at line 49 of file QuickView.h.

Referenced by ImageInfo().

◆ m_Image

ImageType::Pointer ImageInfo::m_Image

Definition at line 48 of file QuickView.h.

Referenced by ImageInfo().


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