OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
ost::img::util Namespace Reference

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)

Function Documentation

void ost::img::util::swap_buf ( T *  p,
int  n 
)

Definition at line 55 of file swap_util.hh.

void ost::img::util::swap_double ( Real p,
int  n 
)
inline

Definition at line 51 of file util.hh.

void ost::img::util::swap_float ( float *  p,
int  n 
)
inline

Definition at line 49 of file util.hh.

void ost::img::util::swap_int ( int *  p,
int  n 
)
inline

Definition at line 45 of file util.hh.

void ost::img::util::swap_long ( long *  p,
int  n 
)
inline

Definition at line 53 of file util.hh.

void ost::img::util::swap_short ( short int *  p,
short int  n 
)
inline

Definition at line 41 of file util.hh.

void ost::img::util::swap_uint ( uint p,
int  n 
)
inline

Definition at line 47 of file util.hh.

void ost::img::util::swap_ushort ( ushort p,
short int  n 
)
inline

Definition at line 43 of file util.hh.