|
GDCM
2.2.3
|
Class to do RLE. More...
#include <gdcmRLECodec.h>


Public Member Functions | |
| RLECodec () | |
| ~RLECodec () | |
| 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. | |
| unsigned long | GetBufferLength () const |
| bool | GetHeaderInfo (std::istream &is, TransferSyntax &ts) |
| void | SetBufferLength (unsigned long l) |
| void | SetLength (unsigned long l) |
Protected Member Functions | |
| bool | DecodeByStreams (std::istream &is, std::ostream &os) |
| bool | DecodeExtent (char *buffer, unsigned int XMin, unsigned int XMax, unsigned int YMin, unsigned int YMax, unsigned int ZMin, unsigned int ZMax, std::istream &is) |
Friends | |
| class | ImageRegionReader |
Class to do RLE.
| bool gdcm::RLECodec::CanCode | ( | TransferSyntax const & | ) | const [virtual] |
Return whether this coder support this transfer syntax (can code it)
Reimplemented from gdcm::ImageCodec.
| bool gdcm::RLECodec::CanDecode | ( | TransferSyntax const & | ) | const [virtual] |
Return whether this decoder support this transfer syntax (can decode it)
Reimplemented from gdcm::ImageCodec.
| bool gdcm::RLECodec::Code | ( | DataElement const & | in_, |
| DataElement & | out_ | ||
| ) | [virtual] |
Code.
Reimplemented from gdcm::Coder.
| bool gdcm::RLECodec::Decode | ( | DataElement const & | , |
| DataElement & | |||
| ) | [virtual] |
Decode.
Reimplemented from gdcm::ImageCodec.
| bool gdcm::RLECodec::DecodeByStreams | ( | std::istream & | is, |
| std::ostream & | os | ||
| ) | [protected, virtual] |
Reimplemented from gdcm::ImageCodec.
| bool gdcm::RLECodec::DecodeExtent | ( | char * | buffer, |
| unsigned int | XMin, | ||
| unsigned int | XMax, | ||
| unsigned int | YMin, | ||
| unsigned int | YMax, | ||
| unsigned int | ZMin, | ||
| unsigned int | ZMax, | ||
| std::istream & | is | ||
| ) | [protected] |
| unsigned long gdcm::RLECodec::GetBufferLength | ( | ) | const [inline] |
| bool gdcm::RLECodec::GetHeaderInfo | ( | std::istream & | is, |
| TransferSyntax & | ts | ||
| ) | [virtual] |
Reimplemented from gdcm::ImageCodec.
| void gdcm::RLECodec::SetBufferLength | ( | unsigned long | l | ) | [inline] |
| void gdcm::RLECodec::SetLength | ( | unsigned long | l | ) | [inline] |
friend class ImageRegionReader [friend] |
1.7.6.1