DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
|
#include <historicaldatacollector.h>
Public Types | |
typedef T | Value |
typedef QMap< int, Value > | Container |
Public Member Functions | |
HistoricalDataCollector () | |
void | insertValue (int tstep, const Value &data) |
const Value & | getValue (int tstep) const |
int | getUniqueValuesCount () const |
Container::const_iterator | getFirst () const |
bool | atEnd (typename Container::const_iterator it) const |
void | clear () |
Protected Attributes | |
Container | mData |
typedef QMap<int, Value> HistoricalDataCollector< T >::Container |
typedef T HistoricalDataCollector< T >::Value |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |