#include <gdcmElement.h>
List of all members.
Static Public Member Functions |
template<typename T > |
static void | Read (T *data, unsigned long length, std::istream &_is) |
template<typename T > |
static void | ReadComputeLength (T *data, unsigned int &length, std::istream &_is) |
template<typename T > |
static void | ReadNoSwap (T *data, unsigned long length, std::istream &_is) |
template<typename T > |
static void | Write (const T *data, unsigned long length, std::ostream &_os) |
template<>
class gdcm::EncodingImplementation< VR::VRBINARY >
Member Function Documentation
template<typename T >
static void gdcm::EncodingImplementation< VR::VRBINARY >::Read |
( |
T * |
data, |
|
|
unsigned long |
length, |
|
|
std::istream & |
_is |
|
) |
| [inline, static] |
template<typename T >
static void gdcm::EncodingImplementation< VR::VRBINARY >::ReadComputeLength |
( |
T * |
data, |
|
|
unsigned int & |
length, |
|
|
std::istream & |
_is |
|
) |
| [inline, static] |
template<typename T >
static void gdcm::EncodingImplementation< VR::VRBINARY >::ReadNoSwap |
( |
T * |
data, |
|
|
unsigned long |
length, |
|
|
std::istream & |
_is |
|
) |
| [inline, static] |
template<typename T >
static void gdcm::EncodingImplementation< VR::VRBINARY >::Write |
( |
const T * |
data, |
|
|
unsigned long |
length, |
|
|
std::ostream & |
_os |
|
) |
| [inline, static] |
The documentation for this class was generated from the following file: