#include <Firm.h>
◆ Firm() [1/2]
Firm::Firm |
( |
int |
idx, |
|
|
int |
a_idx_firm, |
|
|
std::string |
a_name, |
|
|
int |
a_nb_vessels, |
|
|
double |
lon, |
|
|
double |
lat, |
|
|
std::vector< Vessel * > & |
a_bunch_of_vessels |
|
) |
| |
◆ Firm() [2/2]
◆ ~Firm()
◆ get_bunch_of_vessels()
vector< Vessel * > Firm::get_bunch_of_vessels |
( |
| ) |
|
◆ get_idx()
int Firm::get_idx |
( |
| ) |
const |
◆ get_name()
string Firm::get_name |
( |
| ) |
const |
◆ get_x()
double Firm::get_x |
( |
| ) |
const |
◆ get_y()
double Firm::get_y |
( |
| ) |
const |
◆ init()
◆ lock()
◆ set_idx_firm()
void Firm::set_idx_firm |
( |
int |
a_idx_firm | ) |
|
◆ set_x()
void Firm::set_x |
( |
double |
x | ) |
|
◆ set_y()
void Firm::set_y |
( |
double |
y | ) |
|
◆ unlock()
The documentation for this class was generated from the following files:
- C:/Users/fbas/Documents/GitHub/DISPLACE_GUI/include/Firm.h
- C:/Users/fbas/Documents/GitHub/DISPLACE_GUI/commons/Firm.cpp