#include <gdcmPVRGCodec.h>
Public Member Functions | |
PVRGCodec () | |
~PVRGCodec () | |
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 | Code (DataElement const &in, DataElement &out) |
Code. | |
bool | Decode (DataElement const &is, DataElement &os) |
Decode. |
In an ideal world, you should not need this codec at all. But to support some broken file such as:
PHILIPS_Gyroscan-12-Jpeg_Extended_Process_2_4.dcm
we have to...
gdcm::PVRGCodec::PVRGCodec | ( | ) |
gdcm::PVRGCodec::~PVRGCodec | ( | ) |
bool gdcm::PVRGCodec::CanCode | ( | TransferSyntax const & | ) | const [virtual] |
Return whether this coder support this transfer syntax (can code it)
Reimplemented from gdcm::ImageCodec.
bool gdcm::PVRGCodec::CanDecode | ( | TransferSyntax const & | ) | const [virtual] |
Return whether this decoder support this transfer syntax (can decode it)
Reimplemented from gdcm::ImageCodec.
bool gdcm::PVRGCodec::Code | ( | DataElement const & | in_, |
DataElement & | out_ | ||
) | [virtual] |
Code.
Reimplemented from gdcm::Coder.
bool gdcm::PVRGCodec::Decode | ( | DataElement const & | is_, |
DataElement & | os | ||
) | [virtual] |
Decode.
Reimplemented from gdcm::ImageCodec.