OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Functions
util.hh File Reference
#include <cmath>
#include <ost/img/module_config.hh>
#include "util.cc"

Go to the source code of this file.

Namespaces

 ost
 
 ost::img
 
 ost::img::util
 

Functions

template<typename T >
void swap_buf (T *p, int n)
 
void swap_short (short int *p, short int n)
 
void swap_ushort (ushort *p, short int n)
 
void swap_int (int *p, int n)
 
void swap_uint (uint *p, int n)
 
void swap_float (float *p, int n)
 
void swap_double (Real *p, int n)
 
void swap_long (long *p, int n)