DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
|
This is the complete list of members for Ship, including all inherited members.
compute_emissions_in_ship() | Ship | |
export_ships_indicators(ofstream &shiplogs, int tstep) | Ship | |
get_breadth() const | Ship | |
get_count() const | Ship | |
get_course() const | Ship | |
get_end_point_x() const | Ship | |
get_end_point_y() const | Ship | |
get_flag() const | Ship | |
get_fuel_use_litre() const | Ship | |
get_fueluse() const | Ship | |
get_GHGEmission() const | Ship | |
get_GHGEmission_gperKWh() const | Ship | |
get_grosstonnage() const | Ship | |
get_idx() const | Ship | |
get_imo() const | Ship | |
get_is_active() const | Ship | |
get_KW() const | Ship | |
get_lats() const | Ship | |
get_loa() const | Ship | |
get_longs() const | Ship | |
get_name() const | Ship | |
get_nb_transported_units() const | Ship | |
get_nbunits() const | Ship | |
get_NOxEmission() const | Ship | |
get_NOxEmission_gperKWh() const | Ship | |
get_origin_x() const | Ship | |
get_origin_y() const | Ship | |
get_PMEEmission() const | Ship | |
get_PMEEmission_gperKWh() const | Ship | |
get_SOxEmission() const | Ship | |
get_SOxEmission_percentpertotalfuelmass() const | Ship | |
get_type() const | Ship | |
get_typecode() const | Ship | |
get_vcruise() const | Ship | |
get_vmax() const | Ship | |
get_x() const | Ship | |
get_y() const | Ship | |
get_yearbuild() const | Ship | |
lock() | Ship | inline |
move() | Ship | |
set_count(int val) | Ship | |
set_course(double val) | Ship | |
set_end_point_xy(double _x, double _y) | Ship | |
set_fuel_use_litre(double _cumul) | Ship | |
set_GHGEmission(double _cumul) | Ship | |
set_idx_ship(int val) | Ship | |
set_lane(vector< double > _longs, vector< double > _lats) | Ship | |
set_lats(vector< double > _lats) | Ship | |
set_longs(vector< double > _longs) | Ship | |
set_nb_transported_units(double _cumul) | Ship | |
set_NOxEmission(double _cumul) | Ship | |
set_PMEEmission(double _cumul) | Ship | |
set_SOxEmission(double _cumul) | Ship | |
set_vcruise(double val) | Ship | |
set_vmax(double val) | Ship | |
set_xy(double _x, double _y) | Ship | |
set_xy(vector< double > _xy) | Ship | |
Ship(int idx, string name, int is_active, double imo, double yearbuild, string flag, string type, double typecode, double loa, double KW, double breadth, double grosstonnage, double nbunits, double fueluse, double NOxEmission_gperKWh, double SOxEmission_percentpertotalfuelmass, double a_GHGEmission_gperKWh, double a_PMEEmission_gperKWh, double vmax, double vcruise, vector< double > lats, vector< double > longs) | Ship | |
Ship() | Ship | |
unlock() | Ship | inline |
~Ship() | Ship |