GDCM
2.0.18
|
#include <gdcmPixmapReader.h>
Public Member Functions | |
PixmapReader () | |
virtual | ~PixmapReader () |
const Pixmap & | GetPixmap () const |
Return the read image (need to call Read() first) | |
Pixmap & | GetPixmap () |
virtual bool | Read () |
Protected Member Functions | |
virtual bool | ReadACRNEMAImage () |
virtual bool | ReadImage (MediaStorage const &ms) |
Protected Attributes | |
SmartPointer< Pixmap > | PixelData |
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 'Pixmap'
gdcm::PixmapReader::PixmapReader | ( | ) |
virtual gdcm::PixmapReader::~PixmapReader | ( | ) | [virtual] |
const Pixmap& gdcm::PixmapReader::GetPixmap | ( | ) | const |
Return the read image (need to call Read() first)
Pixmap& gdcm::PixmapReader::GetPixmap | ( | ) |
virtual bool gdcm::PixmapReader::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 Pixmap.
Reimplemented from gdcm::Reader.
Reimplemented in gdcm::ImageReader.
virtual bool gdcm::PixmapReader::ReadACRNEMAImage | ( | ) | [protected, virtual] |
Reimplemented in gdcm::ImageReader.
virtual bool gdcm::PixmapReader::ReadImage | ( | MediaStorage const & | ms | ) | [protected, virtual] |
Reimplemented in gdcm::ImageReader.
SmartPointer<Pixmap> gdcm::PixmapReader::PixelData [protected] |