#include <vector>#include "License.h"#include "wof_api_io.h"#include "wof_api_functions.h"#include "wof_api_definitions.h"#include "TimerC.h"Go to the source code of this file.
Namespace | |
| GEOM_WOF | |
Macros | |
| #define | WOFLIC_ACTIVATED 10 |
| #define | WOFLIC_GRACE_OK 11 |
| #define | WOFLIC_GRACE_EXPIRED 12 |
| #define | WOFLIC_TRIAL 13 |
| #define | WOFLIC_INVALID 14 |
| #define | WOFLIC_PURE 15 |
Functions | |
| int | GEOM_WOF::getLicenseState () |
| Check the license state. More... | |
| void | GEOM_WOF::printLicense () |
| Print license details. | |
| bool | GEOM_WOF::isPure () |
| Check if pure or lm build. | |
| bool | GEOM_WOF::activateWof (const char *key, bool bSystemWide) |
| Activate WOF license. More... | |
| bool | GEOM_WOF::deactivateWof () |
| Deactivate WOF license. More... | |
| bool | GEOM_WOF::extendTrial (const char *key) |
| Extend Trial. More... | |
| void | GEOM_WOF::printVersion () |
| Print version number. More... | |
| void | GEOM_WOF::getVersion (int &versionMajor, int &versionMinor) |
| Get version numbers. More... | |
| bool | GEOM_WOF::isRelease () |
| Check if the present binary is a Release or Debug build. More... | |