#include <outputexporter.h>
|
| OutputExporter (const std::string &basepath, const std::string &namesimu) |
|
void | exportVmsLike (unsigned int tstep, Vessel *vessel) |
|
void | exportVmsLikeFPingsOnly (unsigned int tstep, Vessel *vessel, const std::vector< Population * > &populations, std::vector< int > &implicit_pops) |
|
void | exportLogLike (unsigned int tstep, Vessel *vessel, const std::vector< Population * > &populations, std::vector< int > &implicit_pops) |
|
void | exportTripCatchPopPerSzgroup (unsigned int tstep, Vessel *vessel, const std::vector< Population * > &populations, std::vector< int > &implicit_pops) |
|
void | close () |
|
void | setUseSqlite (bool sql) |
|
void | setUsePlainText (bool pt) |
|
void | setSQLiteDb (std::shared_ptr< SQLiteOutputStorage > db) |
|
◆ OutputExporter()
OutputExporter::OutputExporter |
( |
const std::string & |
basepath, |
|
|
const std::string & |
namesimu |
|
) |
| |
◆ close()
void OutputExporter::close |
( |
| ) |
|
◆ exportLogLike()
void OutputExporter::exportLogLike |
( |
unsigned int |
tstep, |
|
|
Vessel * |
vessel, |
|
|
const std::vector< Population * > & |
populations, |
|
|
std::vector< int > & |
implicit_pops |
|
) |
| |
◆ exportTripCatchPopPerSzgroup()
void OutputExporter::exportTripCatchPopPerSzgroup |
( |
unsigned int |
tstep, |
|
|
Vessel * |
vessel, |
|
|
const std::vector< Population * > & |
populations, |
|
|
std::vector< int > & |
implicit_pops |
|
) |
| |
◆ exportVmsLike()
void OutputExporter::exportVmsLike |
( |
unsigned int |
tstep, |
|
|
Vessel * |
vessel |
|
) |
| |
◆ exportVmsLikeFPingsOnly()
void OutputExporter::exportVmsLikeFPingsOnly |
( |
unsigned int |
tstep, |
|
|
Vessel * |
vessel, |
|
|
const std::vector< Population * > & |
populations, |
|
|
std::vector< int > & |
implicit_pops |
|
) |
| |
◆ instance()
◆ instantiate()
bool OutputExporter::instantiate |
( |
const std::string & |
basepath, |
|
|
const std::string & |
namesimu |
|
) |
| |
|
static |
◆ setSQLiteDb()
◆ setUsePlainText()
void OutputExporter::setUsePlainText |
( |
bool |
pt | ) |
|
|
inline |
◆ setUseSqlite()
void OutputExporter::setUseSqlite |
( |
bool |
sql | ) |
|
|
inline |
The documentation for this class was generated from the following files: