Coder.
More...
#include <gdcmCoder.h>
List of all members.
Public Member Functions |
| virtual | ~Coder () |
| virtual bool | CanCode (TransferSyntax const &) const =0 |
| | Return whether this coder support this transfer syntax (can code it).
|
| virtual bool | Code (DataElement const &in_, DataElement &out_) |
| | Code.
|
Protected Member Functions |
| virtual bool | InternalCode (const char *bv, unsigned long len, std::ostream &os) |
Detailed Description
Coder.
Constructor & Destructor Documentation
| virtual gdcm::Coder::~Coder |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| virtual bool gdcm::Coder::CanCode |
( |
TransferSyntax const & |
|
) |
const [pure virtual] |
Return whether this coder support this transfer syntax (can code it).
| virtual bool gdcm::Coder::InternalCode |
( |
const char * |
bv, |
|
|
unsigned long |
len, |
|
|
std::ostream & |
os | |
|
) |
| | [inline, protected, virtual] |
The documentation for this class was generated from the following file: