Functions | |
| CLASS_DECLSPEC const char * | GEOM_FADE25D::getFade2DVersion () |
| Get the ID string. More... | |
| CLASS_DECLSPEC int | GEOM_FADE25D::getMajorVersionNumber () |
| Get the major version number. More... | |
| CLASS_DECLSPEC int | GEOM_FADE25D::getMinorVersionNumber () |
| Get the minor version number. More... | |
| CLASS_DECLSPEC int | GEOM_FADE25D::getRevisionNumber () |
| Get the revision version number. More... | |
| CLASS_DECLSPEC bool | GEOM_FADE25D::isRelease () |
| Check if a release of debug version is used. More... | |
| CLASS_DECLSPEC const char* GEOM_FADE25D::getFade2DVersion | ( | ) |
This function returns an ID string that provides versioning and build information. The string format is: Fade25D BUILDTYPE VER where:
BUILDTYPE is either Release or DebugVER is the version string in the format MajorVersion.MinorVersion.Revision.const char*. | CLASS_DECLSPEC int GEOM_FADE25D::getMajorVersionNumber | ( | ) |
This function returns the major version number of Fade.
| CLASS_DECLSPEC int GEOM_FADE25D::getMinorVersionNumber | ( | ) |
This function returns the minor version number of Fade.
| CLASS_DECLSPEC int GEOM_FADE25D::getRevisionNumber | ( | ) |
This function returns the revision number of Fade.
| CLASS_DECLSPEC bool GEOM_FADE25D::isRelease | ( | ) |
This function checks whether the current Fade binary is built as a release or debug version.
true if the used Fade binary is a release build, false if it is a debug build.