World Ocean Simulation System (WOSS) library
sediment-deck41-db.h File Reference

Provides the interface for woss::SedimDeck41Db class. More...

Go to the source code of this file.

Classes

class  woss::SedimDeck41Db
 WossDb for NetCDF DECK41 Sediment database. More...
 

Typedefs

typedef ::std::map< int, int > woss::FrequencyMap
 
typedef FrequencyMap::const_iterator woss::FMCIter
 
typedef FrequencyMap::iterator woss::FMIter
 
typedef FrequencyMap::reverse_iterator woss::FMRIter
 
typedef FrequencyMap::const_reverse_iterator woss::FMCRIter
 
typedef ::std::map< char, double > woss::SedimWeightMap
 
typedef SedimWeightMap::iterator woss::SWIter
 
typedef SedimWeightMap::reverse_iterator woss::SWRIter
 

Detailed Description

Provides the interface for woss::SedimDeck41Db class.

Author
Federico Guerra

Provides the interface for the woss::SedimDeck41Db class

Typedef Documentation

◆ FrequencyMap

typedef ::std::map<int, int> woss::FrequencyMap

Map that links a DECK41 integer type to the number of times it has appeared in a database query result

See also
deck41-db-state-logic-constrol.h

◆ SedimWeightMap

typedef ::std::map< char, double > woss::SedimWeightMap

Map that links a condition of Deck41TypeTests to its weight for calculating weighted average value

See also
Deck41TypeTests