rasdaman API
Typedefs | Functions
odmgtypes.hh File Reference

Go to the source code of this file.

Typedefs

typedef unsigned char r_Char
 
typedef signed char r_Octet
 
typedef short r_Short
 
typedef unsigned short r_UShort
 
typedef int r_Long
 
typedef unsigned int r_ULong
 
typedef float r_Float
 
typedef double r_Double
 
typedef unsigned char r_Boolean
 

Functions

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 Documentation

typedef unsigned char r_Boolean

{ typedef double r_Double;}

typedef unsigned char r_Char
typedef double r_Double

{ typedef float r_Float;}

typedef float r_Float

{ typedef unsigned long r_ULong;}

typedef int r_Long

{ typedef short r_UShort;}

typedef signed char r_Octet

{ typedef unsigned char r_Char;}

typedef short r_Short

{ typedef signed char r_Octet;} (Stroustroup: sign of plain char is implementation-defined)

typedef unsigned int r_ULong

{ typedef int r_Long;}

typedef unsigned short r_UShort

{ typedef short r_Short;}

Function Documentation

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