MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / AutoEnumerateOverSingleInput

Function AutoEnumerateOverSingleInput

Include/XnCppWrapper.h:9480–9483  ·  view source on GitHub ↗

* @copybrief xnAutoEnumerateOverSingleInput * For full details and usage, see @ref xnAutoEnumerateOverSingleInput */

Source from the content-addressed store, hash-verified

9478 * For full details and usage, see @ref xnAutoEnumerateOverSingleInput
9479 */
9480 inline XnStatus AutoEnumerateOverSingleInput(NodeInfoList& List, XnProductionNodeDescription& description, const XnChar* strCreationInfo, XnProductionNodeType InputType, EnumerationErrors* pErrors, Query* pQuery = NULL) const
9481 {
9482 return xnAutoEnumerateOverSingleInput(m_pContext, List.GetUnderlyingObject(), &description, strCreationInfo, InputType, pErrors == NULL ? NULL : pErrors->GetUnderlying(), pQuery == NULL ? NULL : pQuery->GetUnderlyingObject());
9483 }
9484
9485 /**
9486 * Replaces the underlying C object pointed to by this object.

Callers

nothing calls this directly

Calls 3

GetUnderlyingObjectMethod · 0.45
GetUnderlyingMethod · 0.45

Tested by

no test coverage detected