DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
|
#include <mapsdataprovider.h>
Classes | |
struct | Impl |
Public Member Functions | |
MapsDataProvider () | |
~MapsDataProvider () noexcept | |
void | attach (std::shared_ptr< SQLiteOutputStorage > storage) |
std::shared_ptr< types::EnvironmentData > | getEnvironmentData (types::NodeId nodeId, types::tstep_t tstep) |
std::shared_ptr< types::NodesPopData > | getNodesPopData (types::NodeId nodeId, types::tstep_t tstep) |
std::shared_ptr< types::NodesBenthosData > | getNodesBenthosData (types::NodeId nodeId, types::tstep_t tstep) |
MapsDataProvider::MapsDataProvider | ( | ) |
|
defaultnoexcept |
void MapsDataProvider::attach | ( | std::shared_ptr< SQLiteOutputStorage > | storage | ) |
std::shared_ptr< types::EnvironmentData > MapsDataProvider::getEnvironmentData | ( | types::NodeId | nodeId, |
types::tstep_t | tstep | ||
) |
std::shared_ptr< types::NodesBenthosData > MapsDataProvider::getNodesBenthosData | ( | types::NodeId | nodeId, |
types::tstep_t | tstep | ||
) |
std::shared_ptr< types::NodesPopData > MapsDataProvider::getNodesPopData | ( | types::NodeId | nodeId, |
types::tstep_t | tstep | ||
) |