|
| enum class | Mode { WALKAROUND
, PUSH
, BEND
, STRAIGHT
} |
| |
|
|
int | effort = 1 |
| |
|
bool | remove_loops = true |
| |
|
Mode | mode = Mode::WALKAROUND |
| |
|
bool | drc = true |
| |
|
| static const std::map< Mode, std::string > | mode_names |
| |
◆ load_from_json()
| void horizon::ToolRouteTrackInteractive::Settings::load_from_json |
( |
const json & |
j | ) |
|
|
overridevirtual |
◆ serialize()
| json horizon::ToolRouteTrackInteractive::Settings::serialize |
( |
| ) |
const |
|
overridevirtual |
◆ mode_names
| const std::map< ToolRouteTrackInteractive::Settings::Mode, std::string > horizon::ToolRouteTrackInteractive::Settings::mode_names |
|
static |
Initial value:=
{{ToolRouteTrackInteractive::Settings::Mode::BEND, "45 degree"},
{ToolRouteTrackInteractive::Settings::Mode::STRAIGHT, "Straight"},
{ToolRouteTrackInteractive::Settings::Mode::PUSH, "Push & shove"},
{ToolRouteTrackInteractive::Settings::Mode::WALKAROUND, "Walkaround"}}
The documentation for this class was generated from the following files: