|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primesense.nite.NiTE
public class NiTE
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
Constructor Summary | |
---|---|
NiTE()
|
Method Summary | |
---|---|
static Version |
getVersion()
This function allows you to obtain the current version of the NiTE installation. |
static void |
initialize()
Initializes the NiTE API. |
static void |
shutdown()
Shuts down the API, properly releasing all resources used by NiTE. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NiTE()
Method Detail |
---|
public static void initialize()
public static void shutdown()
public static Version getVersion()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |