GDCM 2.0.17

gdcm::RAWCodec Class Reference

RAWCodec class. More...

#include <gdcmRAWCodec.h>

Inheritance diagram for gdcm::RAWCodec:
Collaboration diagram for gdcm::RAWCodec:

List of all members.

Public Member Functions

 RAWCodec ()
 ~RAWCodec ()
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.
bool DecodeBytes (const char *inBytes, size_t inBufferLength, char *outBytes, size_t inOutBufferLength)
bool GetHeaderInfo (std::istream &is, TransferSyntax &ts)

Protected Member Functions

bool Decode (std::istream &is, std::ostream &os)

Detailed Description

RAWCodec class.


Constructor & Destructor Documentation

gdcm::RAWCodec::RAWCodec ( )
gdcm::RAWCodec::~RAWCodec ( )

Member Function Documentation

bool gdcm::RAWCodec::CanCode ( TransferSyntax const &  ) const [virtual]

Return whether this coder support this transfer syntax (can code it)

Reimplemented from gdcm::ImageCodec.

bool gdcm::RAWCodec::CanDecode ( TransferSyntax const &  ) const [virtual]

Return whether this decoder support this transfer syntax (can decode it)

Reimplemented from gdcm::ImageCodec.

bool gdcm::RAWCodec::Code ( DataElement const &  in_,
DataElement out_ 
) [virtual]

Code.

Reimplemented from gdcm::Coder.

bool gdcm::RAWCodec::Decode ( std::istream &  is,
std::ostream &  os 
) [protected, virtual]

Reimplemented from gdcm::ImageCodec.

bool gdcm::RAWCodec::Decode ( DataElement const &  is_,
DataElement os 
) [virtual]

Decode.

Reimplemented from gdcm::ImageCodec.

bool gdcm::RAWCodec::DecodeBytes ( const char *  inBytes,
size_t  inBufferLength,
char *  outBytes,
size_t  inOutBufferLength 
)

Used by the ImageStreamReader-- converts a read in buffer into one with the proper encodings.

bool gdcm::RAWCodec::GetHeaderInfo ( std::istream &  is,
TransferSyntax ts 
) [virtual]

Reimplemented from gdcm::ImageCodec.


The documentation for this class was generated from the following file:

Generated on Tue Feb 1 2011 12:30:29 for GDCM by doxygen 1.7.3
SourceForge.net Logo