![]() |
0.5.0
|
Ambiguity resolution algorithms. More...
Go to the source code of this file.
Namespaces | |
| namespace | NAV |
Functions | |
| void | NAV::from_json (const json &j, AmbiguityResolutionParameters &obj) |
| Converts the provided json object into a node object. | |
| bool | NAV::GuiAmbiguityResolution (const char *id, AmbiguityResolutionParameters ¶ms, float width=310.0F) |
| Shows a ComboBox to select the ambiguity resolution algorithms. | |
| void | NAV::to_json (json &j, const AmbiguityResolutionParameters &obj) |
| Converts the provided object into json. | |
| const char * | NAV::to_string (AmbiguityResolutionParameters::DecorrelationAlgorithm decorrelationAlgorithm) |
| Converts the enum to a string. | |
| const char * | NAV::to_string (AmbiguityResolutionParameters::SearchAlgorithm searchAlgorithm) |
| Converts the enum to a string. | |
| const char * | NAV::to_string (AmbiguityResolutionParameters::ValidationAlgorithm validationAlgorithm) |
| Converts the enum to a string. | |
| const char * | NAV::to_string (AmbiguityResolutionStrategy ambiguityResolutionStrategy) |
| Converts the enum to a string. | |
| const char * | NAV::to_string_short (AmbiguityResolutionParameters::SearchAlgorithm searchAlgorithm) |
| Converts the enum to a string. | |