* @copybrief xnAutoEnumerateOverSingleInput * For full details and usage, see @ref xnAutoEnumerateOverSingleInput */
| 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. |
nothing calls this directly
no test coverage detected