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) |
void ost::img::util::swap_buf | ( | T * | p, | |
int | n | |||
) | [inline] |
Definition at line 55 of file swap_util.hh.
void ost::img::util::swap_double | ( | Real * | p, | |
int | n | |||
) | [inline] |
void ost::img::util::swap_float | ( | float * | p, | |
int | n | |||
) | [inline] |
void ost::img::util::swap_short | ( | short int * | p, | |
short int | n | |||
) | [inline] |