0.5.0
Loading...
Searching...
No Matches
AmbiguityResolution.cpp File Reference

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 &params, 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.

Detailed Description

Ambiguity resolution algorithms.

Author
T. Topp (topp@.nosp@m.ins..nosp@m.uni-s.nosp@m.tutt.nosp@m.gart..nosp@m.de)
Date
2023-09-20

Definition in file AmbiguityResolution.cpp.