#include <XnCppWrapper.h>
List of all members.
Detailed Description
Represents a query, containing filters regarding node info objects. Note that the relation between the filters is an AND relation.
Constructor & Destructor Documentation
xn::Query::Query |
( |
|
) |
[inline] |
xn::Query::~Query |
( |
|
) |
[inline] |
Member Function Documentation
XnStatus xn::Query::AddNeededNode |
( |
const XnChar * |
strInstanceName |
) |
[inline] |
XnStatus xn::Query::AddSupportedCapability |
( |
const XnChar * |
strNeededCapability |
) |
[inline] |
XnNodeQuery* xn::Query::GetUnderlyingObject |
( |
|
) |
[inline] |
const XnNodeQuery* xn::Query::GetUnderlyingObject |
( |
|
) |
const [inline] |
Gets the underlying C object.
XnStatus xn::Query::SetCreationInfo |
( |
const XnChar * |
strCreationInfo |
) |
[inline] |
XnStatus xn::Query::SetExistingNodeOnly |
( |
XnBool |
bExistingNode |
) |
[inline] |
XnStatus xn::Query::SetName |
( |
const XnChar * |
strName |
) |
[inline] |
XnStatus xn::Query::SetSupportedMinUserPositions |
( |
const XnUInt32 |
nCount |
) |
[inline] |
XnStatus xn::Query::SetVendor |
( |
const XnChar * |
strVendor |
) |
[inline] |
The documentation for this class was generated from the following file: