ByteSwap.
More...
#include <gdcmByteSwap.h>
List of all members.
Detailed Description
template<class T>
class gdcm::ByteSwap< T >
ByteSwap.
Perform machine dependent byte swaping (Little Endian, Big Endian, Bad Little Endian, Bad Big Endian). TODO: bswap_32 / bswap_64 ...
- Examples:
-
TestByteSwap.cxx.
Member Function Documentation
template<class T >
static void gdcm::ByteSwap< T >::SwapRange |
( |
T * |
p, |
|
|
unsigned int |
num |
|
) |
| [static] |
template<class T >
static void gdcm::ByteSwap< T >::SwapRangeFromSwapCodeIntoSystem |
( |
T * |
p, |
|
|
SwapCode const & |
sc, |
|
|
unsigned int |
num |
|
) |
| [static] |
Query the machine Endian-ness.
The documentation for this class was generated from the following file: