OpenNI 1.5.2
Public Member Functions
xn::Device Class Reference

#include <XnCppWrapper.h>

Inheritance diagram for xn::Device:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Device (XnNodeHandle hNode=NULL)
 Device (const NodeWrapper &other)
DeviceIdentificationCapability GetIdentificationCap ()
XnStatus Create (Context &context, Query *pQuery=NULL, EnumerationErrors *pErrors=NULL)

Detailed Description

Represents a hardware device node


Constructor & Destructor Documentation

xn::Device::Device ( XnNodeHandle  hNode = NULL) [inline]

Ctor

Parameters:
hNode[in] Node handle
xn::Device::Device ( const NodeWrapper other) [inline]

Member Function Documentation

XnStatus xn::Device::Create ( Context context,
Query pQuery = NULL,
EnumerationErrors pErrors = NULL 
) [inline]

Creates a device node.

For full details and usage, see xnCreateDevice

Gets a DeviceIdentificationCapability object for accessing device identification functionality. It is the application responsibility to check first if XN_CAPABILITY_DEVICE_IDENTIFICATION is supported by calling IsCapabilitySupported().


The documentation for this class was generated from the following file: