Wrap functions related to the LightWave system.
More...
#include <global.h>
List of all members.
Static Public Member Functions |
| unsigned static int | Build () |
| | Get the build of LightWave.
|
| unsigned static int | Context (void) |
| | Get the contex (Layout, Modeler, or LWSN)
|
| unsigned static int | DongleID (void) |
| | Get the DongleID.
|
| static int | GetNumCores () |
| static void | Init (void) |
| static bool | is (const unsigned int major, const unsigned int minor) |
| static bool | isAtLeast (const unsigned int major, const unsigned int minor) |
| | Returns true if the current version of LightWave is at least the version designated by major and minor.
|
| static bool | isAtLeast (const unsigned int major, const unsigned int minor, const unsigned build) |
| | Returns true if the current version of LightWave is at least the version designated by major and minor and the build.
|
| static bool | isLayout () |
| | Check if we're running in Layout.
|
| static bool | isModeler () |
| | Check if we're running in Modeler.
|
| static bool | isScreamernet () |
| | Check if we're running on Screamernet.
|
| unsigned static int | Major () |
| | Get the major version of LightWave.
|
| unsigned static int | Minor () |
| | Get the minor version of LightWave.
|
Detailed Description
Wrap functions related to the LightWave system.
Member Function Documentation
| unsigned static int lwpp::LightWave::Build |
( |
| ) |
|
|
inlinestatic |
Get the build of LightWave.
- Note:
- The build number is different for different programs of the same release
| unsigned static int lwpp::LightWave::Context |
( |
void |
| ) |
|
|
inlinestatic |
Get the contex (Layout, Modeler, or LWSN)
| unsigned static int lwpp::LightWave::DongleID |
( |
void |
| ) |
|
|
inlinestatic |
| int lwpp::LightWave::GetNumCores |
( |
| ) |
|
|
static |
| void lwpp::LightWave::Init |
( |
void |
| ) |
|
|
static |
| static bool lwpp::LightWave::is |
( |
const unsigned int |
major, |
|
|
const unsigned int |
minor |
|
) |
| |
|
inlinestatic |
| static bool lwpp::LightWave::isAtLeast |
( |
const unsigned int |
major, |
|
|
const unsigned int |
minor |
|
) |
| |
|
inlinestatic |
Returns true if the current version of LightWave is at least the version designated by major and minor.
| static bool lwpp::LightWave::isAtLeast |
( |
const unsigned int |
major, |
|
|
const unsigned int |
minor, |
|
|
const unsigned |
build |
|
) |
| |
|
inlinestatic |
Returns true if the current version of LightWave is at least the version designated by major and minor and the build.
| static bool lwpp::LightWave::isLayout |
( |
| ) |
|
|
inlinestatic |
Check if we're running in Layout.
| static bool lwpp::LightWave::isModeler |
( |
| ) |
|
|
inlinestatic |
Check if we're running in Modeler.
| static bool lwpp::LightWave::isScreamernet |
( |
| ) |
|
|
inlinestatic |
Check if we're running on Screamernet.
| unsigned static int lwpp::LightWave::Major |
( |
| ) |
|
|
inlinestatic |
| unsigned static int lwpp::LightWave::Minor |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: