|
OpenNI 1.3.2
|
#include <XnCppWrapper.h>
Public Member Functions | |
| Query () | |
| Query (XnNodeQuery *pNodeQuery) | |
| ~Query () | |
| const XnNodeQuery * | GetUnderlyingObject () const |
| XnNodeQuery * | GetUnderlyingObject () |
| XnStatus | SetVendor (const XnChar *strVendor) |
| XnStatus | SetName (const XnChar *strName) |
| XnStatus | SetMinVersion (const XnVersion &minVersion) |
| XnStatus | SetMaxVersion (const XnVersion &maxVersion) |
| XnStatus | AddSupportedCapability (const XnChar *strNeededCapability) |
| XnStatus | AddSupportedMapOutputMode (const XnMapOutputMode &MapOutputMode) |
| XnStatus | SetSupportedMinUserPositions (const XnUInt32 nCount) |
| XnStatus | SetExistingNodeOnly (XnBool bExistingNode) |
| XnStatus | AddNeededNode (const XnChar *strInstanceName) |
| XnStatus | SetCreationInfo (const XnChar *strCreationInfo) |
Represents a query, containing filters regarding node info objects. Note that the relation between the filters is an AND relation.
|
inline |
Ctor.
|
inline |
|
inline |
Dtor.
|
inline |
For full details and usage, see xnNodeQueryAddNeededNode
|
inline |
For full details and usage, see xnNodeQueryAddSupportedCapability
|
inline |
For full details and usage, see xnNodeQueryAddSupportedMapOutputMode
|
inline |
Gets the underlying C object.
|
inline |
|
inline |
For full details and usage, see xnNodeQuerySetCreationInfo
|
inline |
For full details and usage, see xnNodeQuerySetExistingNodeOnly
For full details and usage, see xnNodeQuerySetMaxVersion
For full details and usage, see xnNodeQuerySetMinVersion
|
inline |
For full details and usage, see xnNodeQuerySetName()
|
inline |
For full details and usage, see xnNodeQuerySetSupportedMinUserPositions
|
inline |
For full details and usage, see xnNodeQuerySetVendor()
1.8.1.2