Classes | |
struct | ShortPairLess |
class | Felt_Array |
encapsulate parameters of a felt file More... | |
class | Felt_Array2 |
A collection of FeltFields to build a 4-dimensional data array for 1-parameter and 1-vertical coordinate. More... | |
class | Felt_File |
Felt File access. More... | |
class | Felt_File2 |
Felt File access. More... | |
class | Felt_File_Error |
struct | LevelPairLess |
class | FeltParameters |
Typedefs | |
typedef set< pair< short, short >, ShortPairLess > | ShortPairSet |
typedef map< pair< short, short >, short, ShortPairLess > | ShortPairMap |
typedef std::pair< short, short > | LevelPair |
Functions | |
epoch_seconds | index16toTime (const boost::array< short, 16 > &idx) |
pair< short, short > | index16toLevelPair (const boost::array< short, 16 > &idx) |
std::string | getProjString (int gridType, const boost::array< float, 6 > &gridParameters) throw (Felt_File_Error) |
const int | ANY_VALUE () |
const std::string & | UNDEFINED () |
const boost::array< short, 16 > & | ANY_ARRAY () |
const boost::array< short, 20 > & | ANY_ARRAY20 () |
typedef std::pair<short, short> MetNoFelt::LevelPair |
a pair with two level values
typedef map<pair<short,short>, short, ShortPairLess > MetNoFelt::ShortPairMap |
map<pair<short,short>, short> with comparator
typedef set<pair<short,short>, ShortPairLess > MetNoFelt::ShortPairSet |
set<pair<short,short> > with comparator
const boost::array<short, 16>& MetNoFelt::ANY_ARRAY | ( | ) |
const boost::array<short, 20>& MetNoFelt::ANY_ARRAY20 | ( | ) |
const int MetNoFelt::ANY_VALUE | ( | ) | [inline] |
std::string MetNoFelt::getProjString | ( | int | gridType, | |
const boost::array< float, 6 > & | gridParameters | |||
) | throw (Felt_File_Error) |
pair<short, short> MetNoFelt::index16toLevelPair | ( | const boost::array< short, 16 > & | idx | ) |
convert the 16-short header to a levelPair
epoch_seconds MetNoFelt::index16toTime | ( | const boost::array< short, 16 > & | idx | ) |
convert the 16-short header to a time
const std::string& MetNoFelt::UNDEFINED | ( | ) |