![]() |
FMT 1.2.0
Forest management tools for forest planning
|
Functions | |
| void | exportCore () |
| void | exportException () |
| void | exportGraph () |
| void | exportHeuristics () |
| void | exportModel () |
| void | exportParallel () |
| void | exportParser () |
| void | exportSpatial () |
| int | getMajorStaticPass (Version::FMTVersion *versionobject) |
| int | getMinorStaticPass (Version::FMTVersion *versionobject) |
| int | getPatchStaticPass (Version::FMTVersion *versionobject) |
| std::string | getVersionStaticPass (Version::FMTVersion *versionobject) |
| bool | isAtLeastStaticPass (Version::FMTVersion *versionobject, int major, int minor, int patch) |
| bool | hasFeatureStaticPass (Version::FMTVersion *versionobject, const std::string &feature) |
| std::string | getLicenseStaticPass (Version::FMTVersion *versionobject, bool french) |
| std::string | getChangelogStaticPass (Version::FMTVersion *versionobject, bool french) |
| void | exportVersion () |
| void R::exportCore | ( | ) |
| void R::exportException | ( | ) |
| void R::exportGraph | ( | ) |
| void R::exportHeuristics | ( | ) |
| void R::exportModel | ( | ) |
| void R::exportParallel | ( | ) |
| void R::exportParser | ( | ) |
| void R::exportSpatial | ( | ) |
| void R::exportVersion | ( | ) |
| std::string R::getChangelogStaticPass | ( | Version::FMTVersion * | versionobject, |
| bool | french | ||
| ) |
| std::string R::getLicenseStaticPass | ( | Version::FMTVersion * | versionobject, |
| bool | french | ||
| ) |
| int R::getMajorStaticPass | ( | Version::FMTVersion * | versionobject | ) |
| int R::getMinorStaticPass | ( | Version::FMTVersion * | versionobject | ) |
| int R::getPatchStaticPass | ( | Version::FMTVersion * | versionobject | ) |
| std::string R::getVersionStaticPass | ( | Version::FMTVersion * | versionobject | ) |
| bool R::hasFeatureStaticPass | ( | Version::FMTVersion * | versionobject, |
| const std::string & | feature | ||
| ) |
| bool R::isAtLeastStaticPass | ( | Version::FMTVersion * | versionobject, |
| int | major, | ||
| int | minor, | ||
| int | patch | ||
| ) |