![]() |
NiTE 2.0
|
#include <NiTE.h>
Static Public Member Functions | |
static Version | getVersion () |
static Status | initialize () |
static void | shutdown () |
The NiTE class is a static entry point to the library.
All applications that expect to use the NiTE middleware should run the NiTE.initialize() function before using any other API calls. Before the application exits, the application should run the NiTE.shutdown() function to properly close the API.
static Version nite::NiTE::getVersion | ( | ) | [inline, static] |
This function allows you to obtain the current version of the NiTE installation. This is useful for verifying application compatibility with the currently used version of NiTE, and for reporting this information to the user for troubleshooting purposes. In general, there should be minimal version conflict problems, as NiTE and OpenNI applications each contain their own copy of the API runtime files.
static Status nite::NiTE::initialize | ( | ) | [inline, static] |
static void nite::NiTE::shutdown | ( | ) | [inline, static] |