#include <gdcmElement.h>
|
template<> |
void | Write (const float *data, unsigned long length, std::ostream &_os) |
|
template<> |
void | Write (const double *data, unsigned long length, std::ostream &_os) |
|
|
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) |
|
The documentation for this class was generated from the following file: