|
GDCM 3.0.24
|
#include <gdcmPixmapReader.h>
Public Member Functions | |
| PixmapReader () | |
| ~PixmapReader () override | |
| Pixmap & | GetPixmap () |
| const Pixmap & | GetPixmap () const |
| Return the read image (need to call Read() first) | |
| bool | Read () override |
Public Member Functions inherited from gdcm::Reader | |
| Reader () | |
| virtual | ~Reader () |
| bool | CanRead () const |
| File & | GetFile () |
| Set/Get File. | |
| const File & | GetFile () const |
| Set/Get File. | |
| size_t | GetStreamCurrentPosition () const |
| bool | ReadSelectedPrivateTags (std::set< PrivateTag > const &ptags, bool readvalues=true) |
| Will only read the specified selected private tags. | |
| bool | ReadSelectedTags (std::set< Tag > const &tags, bool readvalues=true) |
| Will only read the specified selected tags. | |
| bool | ReadUpToTag (const Tag &tag, std::set< Tag > const &skiptags=std::set< Tag >()) |
| void | SetFile (File &file) |
| Set/Get File. | |
| void | SetFileName (const char *filename_native) |
| void | SetStream (std::istream &input_stream) |
| Set the open-ed stream directly. | |
Protected Member Functions | |
| virtual bool | ReadACRNEMAImage () |
| virtual bool | ReadImage (MediaStorage const &ms) |
| bool | ReadImageInternal (MediaStorage const &ms, bool handlepixeldata=true) |
Protected Member Functions inherited from gdcm::Reader | |
| std::istream * | GetStreamPtr () const |
| bool | ReadDataSet () |
| bool | ReadMetaInformation () |
| bool | ReadPreamble () |
Protected Attributes | |
| SmartPointer< Pixmap > | PixelData |
Protected Attributes inherited from gdcm::Reader | |
| SmartPointer< File > | F |
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 | ( | ) |
|
override |
| Pixmap & gdcm::PixmapReader::GetPixmap | ( | ) |
| const Pixmap & gdcm::PixmapReader::GetPixmap | ( | ) | const |
Return the read image (need to call Read() first)
|
overridevirtual |
Read the DICOM image. There are two reason for failure:
Reimplemented from gdcm::Reader.
|
protectedvirtual |
Reimplemented in gdcm::ImageReader.
|
protectedvirtual |
Reimplemented in gdcm::ImageReader.
|
protected |
|
protected |