Go to the source code of this file.
|
void | get_limits (const r_Octet *tptr, double &min, double &max) |
|
void | get_limits (const r_Char *tptr, double &min, double &max) |
|
void | get_limits (const r_Short *tptr, double &min, double &max) |
|
void | get_limits (const r_UShort *tptr, double &min, double &max) |
|
void | get_limits (const r_Long *tptr, double &min, double &max) |
|
void | get_limits (const r_ULong *tptr, double &min, double &max) |
|
void | get_limits (const r_Float *tptr, double &min, double &max) |
|
void | get_limits (const r_Double *tptr, double &min, double &max) |
|
{ typedef double r_Double;}
{ typedef float r_Float;}
{ typedef unsigned long r_ULong;}
{ typedef short r_UShort;}
{ typedef unsigned char r_Char;}
{ typedef signed char r_Octet;} (Stroustroup: sign of plain char is implementation-defined)
{ typedef short r_Short;}
void get_limits |
( |
const r_Octet * |
tptr, |
|
|
double & |
min, |
|
|
double & |
max |
|
) |
| |
|
inline |
{ typedef unsigned char r_Boolean;} Changed to unsigned char
void get_limits |
( |
const r_Char * |
tptr, |
|
|
double & |
min, |
|
|
double & |
max |
|
) |
| |
|
inline |
void get_limits |
( |
const r_Short * |
tptr, |
|
|
double & |
min, |
|
|
double & |
max |
|
) |
| |
|
inline |
void get_limits |
( |
const r_UShort * |
tptr, |
|
|
double & |
min, |
|
|
double & |
max |
|
) |
| |
|
inline |
void get_limits |
( |
const r_Long * |
tptr, |
|
|
double & |
min, |
|
|
double & |
max |
|
) |
| |
|
inline |
void get_limits |
( |
const r_ULong * |
tptr, |
|
|
double & |
min, |
|
|
double & |
max |
|
) |
| |
|
inline |
void get_limits |
( |
const r_Float * |
tptr, |
|
|
double & |
min, |
|
|
double & |
max |
|
) |
| |
|
inline |
void get_limits |
( |
const r_Double * |
tptr, |
|
|
double & |
min, |
|
|
double & |
max |
|
) |
| |
|
inline |