![]() |
VISR
0.12.0
Versatile Interactive Scene Renderer
|
Functions | |
unsigned int | major () |
unsigned int | minor () |
unsigned int | patch () |
std::string | versionString () |
std::string | features () |
bool | hasFeature (std::string const &feature) |
Namespace containing version number and version name access functions.
std::string visr::version::features | ( | ) |
Return a comma-separated list of additional features.
bool visr::version::hasFeature | ( | std::string const & | feature | ) |
Query whether the software contains the specified additional feature.
feature | Feature id (a string). |
unsigned int visr::version::major | ( | ) |
Return the major version number as an integer.
unsigned int visr::version::minor | ( | ) |
Return the mainor version number as an integer.
unsigned int visr::version::patch | ( | ) |
Return the patch revision number as an integer.
std::string visr::version::versionString | ( | ) |
Return the software version as a string of the form <major>.<minor>.<patch>