OpenNI 1.3.2

Node Handles

In C interface, each production node in the context is accessed using a node handle (XnNodeHandle). Every function on a specific node takes the node handle as its first argument. In C++, every class inheriting from xn::NodeWrapper holds the handle as a member, making it easier for applications to use the methods.