#include <fields2cover.h>
Public Attributes | |
| DecompAlg | decomp_alg {DecompAlg::NONE} |
| double | decomp_angle {0.0} |
| HGAlg | hg_alg {HGAlg::CONST} |
| int | hg_swaths {3} |
| PPAlg | pp_alg {PPAlg::DUBINS} |
| RPAlg | rp_alg {RPAlg::SHORTEST_ROUTE} |
| SGAlg | sg_alg {SGAlg::BRUTE_FORCE} |
| double | sg_angle {0.0} |
| SGObjFunc | sg_obj {SGObjFunc::N_SWATH_MOD} |
Definition at line 136 of file fields2cover.h.
| DecompAlg f2c::Options::decomp_alg {DecompAlg::NONE} |
Definition at line 137 of file fields2cover.h.
| double f2c::Options::decomp_angle {0.0} |
Definition at line 138 of file fields2cover.h.
| HGAlg f2c::Options::hg_alg {HGAlg::CONST} |
Definition at line 140 of file fields2cover.h.
| int f2c::Options::hg_swaths {3} |
Definition at line 141 of file fields2cover.h.
| PPAlg f2c::Options::pp_alg {PPAlg::DUBINS} |
Definition at line 149 of file fields2cover.h.
| RPAlg f2c::Options::rp_alg {RPAlg::SHORTEST_ROUTE} |
Definition at line 147 of file fields2cover.h.
| SGAlg f2c::Options::sg_alg {SGAlg::BRUTE_FORCE} |
Definition at line 143 of file fields2cover.h.
| double f2c::Options::sg_angle {0.0} |
Definition at line 145 of file fields2cover.h.
| SGObjFunc f2c::Options::sg_obj {SGObjFunc::N_SWATH_MOD} |
Definition at line 144 of file fields2cover.h.