C API Documentation
|
This is the complete list of members for rr::Solver, including all inherited members.
addSetting(std::string name, Variant val, string display_name, std::string hint, std::string description) (defined in rr::Solver) | rr::Solver | protected |
DescriptionMap typedef (defined in rr::Solver) | rr::Solver | protected |
descriptions (defined in rr::Solver) | rr::Solver | protected |
display_names_ (defined in rr::Solver) | rr::Solver | protected |
DisplayNameMap typedef (defined in rr::Solver) | rr::Solver | protected |
getDescription() const =0 | rr::Solver | pure virtual |
getDescription(std::string key) const | rr::Solver | |
getDisplayName(std::string key) const | rr::Solver | |
getHint() const =0 | rr::Solver | pure virtual |
getHint(std::string key) const | rr::Solver | |
getName() const =0 | rr::Solver | pure virtual |
getNumParams() const | rr::Solver | virtual |
getParamDesc(int n) const | rr::Solver | virtual |
getParamDisplayName(int n) const | rr::Solver | virtual |
getParamHint(int n) const | rr::Solver | virtual |
getParamName(size_t n) const | rr::Solver | virtual |
getSettings() const | rr::Solver | |
getSettingsRepr() const | rr::Solver | |
getType(std::string key) | rr::Solver | |
getValue(std::string key) const | rr::Solver | virtual |
getValueAsBool(std::string key) | rr::Solver | virtual |
getValueAsChar(std::string key) | rr::Solver | virtual |
getValueAsDouble(std::string key) | rr::Solver | virtual |
getValueAsDoubleVector(std::string key) | rr::Solver | virtual |
getValueAsFloat(std::string key) | rr::Solver | virtual |
getValueAsInt(std::string key) | rr::Solver | virtual |
getValueAsLong(std::string key) | rr::Solver | virtual |
getValueAsString(std::string key) | rr::Solver | virtual |
getValueAsUChar(std::string key) | rr::Solver | virtual |
getValueAsUInt(std::string key) | rr::Solver | virtual |
getValueAsULong(std::string key) | rr::Solver | virtual |
hasValue(std::string key) const | rr::Solver | virtual |
HintMap typedef (defined in rr::Solver) | rr::Solver | protected |
hints (defined in rr::Solver) | rr::Solver | protected |
resetSettings() | rr::Solver | virtual |
settings (defined in rr::Solver) | rr::Solver | protected |
SettingsList typedef (defined in rr::Solver) | rr::Solver | protected |
SettingsMap typedef (defined in rr::Solver) | rr::Solver | protected |
settingsPyDictRepr() const | rr::Solver | |
setValue(std::string key, const Variant &value) (defined in rr::Solver) | rr::Solver | virtual |
sorted_settings (defined in rr::Solver) | rr::Solver | protected |
toRepr() const | rr::Solver | virtual |
toString() const | rr::Solver | virtual |
~Solver() (defined in rr::Solver) | rr::Solver | inlinevirtual |