#include <gdcmImageReader.h>
Public Member Functions | |
ImageReader () | |
~ImageReader () | |
Image & | GetImage () |
const Image & | GetImage () const |
Return the read image. | |
bool | Read () |
Protected Member Functions | |
bool | ReadACRNEMAImage () |
bool | ReadImage (MediaStorage const &ms) |
See PS 3.3-2008, Table C.7-11b IMAGE PIXEL MACRO ATTRIBUTES for the list of attribute that belong to what gdcm calls a 'Image'
CheckBigEndianBug.cxx, CompressImage.cxx, ConvertToQImage.cxx, FixBrokenJ2K.cxx, GetJPEGSamplePrecision.cxx, HelloVizWorld.cxx, MergeTwoFiles.cxx, MrProtocol.cxx, and PatchFile.cxx.
gdcm::ImageReader::ImageReader | ( | ) |
gdcm::ImageReader::~ImageReader | ( | ) |
Image& gdcm::ImageReader::GetImage | ( | ) |
const Image& gdcm::ImageReader::GetImage | ( | ) | const |
Return the read image.
bool gdcm::ImageReader::Read | ( | ) | [virtual] |
Read the DICOM image. There are two reason for failure: 1. The input filename is not DICOM 2. The input DICOM file does not contains an Image.
Reimplemented from gdcm::PixmapReader.
bool gdcm::ImageReader::ReadACRNEMAImage | ( | ) | [protected, virtual] |
Reimplemented from gdcm::PixmapReader.
bool gdcm::ImageReader::ReadImage | ( | MediaStorage const & | ms | ) | [protected, virtual] |
Reimplemented from gdcm::PixmapReader.