#include <XnCppWrapper.h>
Public Member Functions | |
XnStatus | AddNeededNode (const XnChar *strInstanceName) |
XnStatus | AddSupportedCapability (const XnChar *strNeededCapability) |
XnStatus | AddSupportedMapOutputMode (const XnMapOutputMode &MapOutputMode) |
XnNodeQuery * | GetUnderlyingObject () const |
Gets the underlying C object. | |
Query () | |
Ctor. | |
XnStatus | SetCreationInfo (const XnChar *strCreationInfo) |
XnStatus | SetExistingNodeOnly (XnBool bExistingNode) |
XnStatus | SetMaxVersion (const XnVersion &maxVersion) |
XnStatus | SetMinVersion (const XnVersion &minVersion) |
XnStatus | SetName (const XnChar *strName) |
XnStatus | SetSupportedMinUserPositions (const XnUInt32 nCount) |
XnStatus | SetVendor (const XnChar *strVendor) |
~Query () | |
Dtor. | |
Private Attributes | |
XnNodeQuery * | m_pQuery |
Represents a query, containing filters regarding node info objects. Note that the relation between the filters is an AND relation.
Definition at line 1120 of file XnCppWrapper.h.
xn::Query::Query | ( | ) | [inline] |
Ctor.
Definition at line 1124 of file XnCppWrapper.h.
xn::Query::~Query | ( | ) | [inline] |
Dtor.
Definition at line 1130 of file XnCppWrapper.h.
XnStatus xn::Query::AddNeededNode | ( | const XnChar * | strInstanceName | ) | [inline] |
Definition at line 1206 of file XnCppWrapper.h.
XnStatus xn::Query::AddSupportedCapability | ( | const XnChar * | strNeededCapability | ) | [inline] |
Definition at line 1174 of file XnCppWrapper.h.
XnStatus xn::Query::AddSupportedMapOutputMode | ( | const XnMapOutputMode & | MapOutputMode | ) | [inline] |
Definition at line 1182 of file XnCppWrapper.h.
XnNodeQuery* xn::Query::GetUnderlyingObject | ( | ) | const [inline] |
Gets the underlying C object.
Definition at line 1137 of file XnCppWrapper.h.
XnStatus xn::Query::SetCreationInfo | ( | const XnChar * | strCreationInfo | ) | [inline] |
Definition at line 1214 of file XnCppWrapper.h.
XnStatus xn::Query::SetExistingNodeOnly | ( | XnBool | bExistingNode | ) | [inline] |
Definition at line 1198 of file XnCppWrapper.h.
XnStatus xn::Query::SetMaxVersion | ( | const XnVersion & | maxVersion | ) | [inline] |
Definition at line 1166 of file XnCppWrapper.h.
XnStatus xn::Query::SetMinVersion | ( | const XnVersion & | minVersion | ) | [inline] |
Definition at line 1158 of file XnCppWrapper.h.
XnStatus xn::Query::SetName | ( | const XnChar * | strName | ) | [inline] |
Definition at line 1150 of file XnCppWrapper.h.
XnStatus xn::Query::SetSupportedMinUserPositions | ( | const XnUInt32 | nCount | ) | [inline] |
Definition at line 1190 of file XnCppWrapper.h.
XnStatus xn::Query::SetVendor | ( | const XnChar * | strVendor | ) | [inline] |
Definition at line 1142 of file XnCppWrapper.h.
XnNodeQuery* xn::Query::m_pQuery [private] |
Definition at line 1220 of file XnCppWrapper.h.