FMT 0.9.8
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) |
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::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 | ||
) |