|
TuttleOFX
1
|

Go to the source code of this file.
Namespaces | |
| namespace | dpx |
OpenDPX namespace. | |
Functions | |
| template<typename T > | |
| 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) |