TuttleOFX  1
EndianSwap.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  dpx
 

OpenDPX namespace.


Functions

template<typename T >
dpx::SwapBytes (T &value)
template<>
unsigned short dpx::SwapBytes (unsigned short &value)
template<>
unsigned char dpx::SwapBytes (unsigned char &value)
template<>
char dpx::SwapBytes (char &value)
template<typename T >
void dpx::SwapBuffer (T *buf, unsigned int len)
template<DataSize SIZE>
void dpx::EndianSwapImageBuffer (void *data, int length)
void dpx::EndianSwapImageBuffer (DataSize size, void *data, int length)