#include <XnCppWrapper.h>
Public Member Functions | |
| Query () | |
| ~Query () | |
| XnNodeQuery * | GetUnderlyingObject () const |
| 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.
| xn::Query::Query | ( | ) | [inline] |
Ctor.
| xn::Query::~Query | ( | ) | [inline] |
Dtor.
| XnStatus xn::Query::AddNeededNode | ( | const XnChar * | strInstanceName | ) | [inline] |
For full details and usage, see xnNodeQueryAddNeededNode
| XnStatus xn::Query::AddSupportedCapability | ( | const XnChar * | strNeededCapability | ) | [inline] |
For full details and usage, see xnNodeQueryAddSupportedCapability
| XnStatus xn::Query::AddSupportedMapOutputMode | ( | const XnMapOutputMode & | MapOutputMode | ) | [inline] |
For full details and usage, see xnNodeQueryAddSupportedMapOutputMode
| XnNodeQuery* xn::Query::GetUnderlyingObject | ( | ) | const [inline] |
Gets the underlying C object.
| XnStatus xn::Query::SetCreationInfo | ( | const XnChar * | strCreationInfo | ) | [inline] |
For full details and usage, see xnNodeQuerySetCreationInfo
| XnStatus xn::Query::SetExistingNodeOnly | ( | XnBool | bExistingNode | ) | [inline] |
For full details and usage, see xnNodeQuerySetExistingNodeOnly
For full details and usage, see xnNodeQuerySetMaxVersion
For full details and usage, see xnNodeQuerySetMinVersion
| XnStatus xn::Query::SetName | ( | const XnChar * | strName | ) | [inline] |
For full details and usage, see xnNodeQuerySetName()
| XnStatus xn::Query::SetSupportedMinUserPositions | ( | const XnUInt32 | nCount | ) | [inline] |
For full details and usage, see xnNodeQuerySetSupportedMinUserPositions
| XnStatus xn::Query::SetVendor | ( | const XnChar * | strVendor | ) | [inline] |
For full details and usage, see xnNodeQuerySetVendor()
1.6.3