GDCM
2.2.3
|
Class to do PGX See PGX as used in JPEG 2000 implementation and reference images. More...
#include <gdcmPGXCodec.h>
Public Member Functions | |
PGXCodec () | |
~PGXCodec () | |
bool | CanCode (TransferSyntax const &ts) const |
Return whether this coder support this transfer syntax (can code it) | |
bool | CanDecode (TransferSyntax const &ts) const |
Return whether this decoder support this transfer syntax (can decode it) | |
bool | GetHeaderInfo (std::istream &is, TransferSyntax &ts) |
bool | Read (const char *filename, DataElement &out) const |
bool | Write (const char *filename, const DataElement &out) const |
Class to do PGX See PGX as used in JPEG 2000 implementation and reference images.
bool gdcm::PGXCodec::CanCode | ( | TransferSyntax const & | ) | const [virtual] |
Return whether this coder support this transfer syntax (can code it)
Reimplemented from gdcm::ImageCodec.
bool gdcm::PGXCodec::CanDecode | ( | TransferSyntax const & | ) | const [virtual] |
Return whether this decoder support this transfer syntax (can decode it)
Reimplemented from gdcm::ImageCodec.
bool gdcm::PGXCodec::GetHeaderInfo | ( | std::istream & | is, |
TransferSyntax & | ts | ||
) | [virtual] |
Reimplemented from gdcm::ImageCodec.
bool gdcm::PGXCodec::Read | ( | const char * | filename, |
DataElement & | out | ||
) | const |
bool gdcm::PGXCodec::Write | ( | const char * | filename, |
const DataElement & | out | ||
) | const |