rasdaman complete source
Classes | Typedefs | Functions | Variables
int16.hh File Reference

Go to the source code of this file.

Classes

class  r_GeoBBox
 

Typedefs

typedef vector< int16Row > int16RowVec
 

Functions

Format advancing from west to
east and from north to south
Each pixel consists of a bit
integer where the lower byte
comes first in 
sequence (i.e., pixel value is byte[i]+byte[i+1]*256).There is no file header
 
 r_Conv_int16 (const char *source, const r_Minterval &lengthordomain, const r_Type *tp) throw (r_Error)
 
 r_Conv_int16 (const char *source, const r_Minterval &lengthordomain, int tp) throw (r_Error)
 
r_convDescconvertFrom (const char *options=NULL) throw (r_Error)
 
r_convDescconvertTo (const char *options=NULL) throw (r_Error)
 
const char * get_name () const throw ()
 
r_Data_Format get_data_format () const throw ()
 
r_Convertorclone () const throw (r_Error)
 
virtual ~r_Conv_int16 (void)
 destructor More...
 

Variables

Format specification
 
r_GeoBBox collBBox
 parameters More...
 
int16Row min
 
int16Row max
 
int16RowVec demRows
 

Typedef Documentation

typedef vector<int16Row> int16RowVec

Function Documentation

r_Convertor* clone ( ) const
throw (r_Error
)
r_convDesc& convertFrom ( const char *  options = NULL)
throw (r_Error
)
r_convDesc& convertTo ( const char *  options = NULL)
throw (r_Error
)
r_Data_Format get_data_format ( ) const
throw (
)
const char* get_name ( ) const
throw (
)
r_Conv_int16 ( const char *  source,
const r_Minterval lengthordomain,
const r_Type tp 
)
throw (r_Error
)
r_Conv_int16 ( const char *  source,
const r_Minterval lengthordomain,
int  tp 
)
throw (r_Error
)
Format advancing from west to east and from north to south Each pixel consists of a bit integer where the lower byte comes first in sequence ( i.  e.,
pixel value is byte+byte *  256[i][i+1] 
)
virtual ~r_Conv_int16 ( void  )
virtual

destructor

Variable Documentation

r_GeoBBox collBBox

parameters

int16RowVec demRows
int16Row max
int16Row min
Format specification