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

Function xnNodeQuerySetName

Source/OpenNI/XnQueries.cpp:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96XN_C_API XnStatus xnNodeQuerySetName(XnNodeQuery* pQuery, const XnChar* strName)
97{
98 XN_VALIDATE_INPUT_PTR(pQuery);
99 XN_VALIDATE_INPUT_PTR(strName);
100 strncpy(pQuery->strName, strName, XN_MAX_NAME_LENGTH);
101 return (XN_STATUS_OK);
102}
103
104XN_C_API XnStatus xnNodeQuerySetMinVersion(XnNodeQuery* pQuery, const XnVersion* pMinVersion)
105{

Callers 3

SetNameMethod · 0.85
xnXmlReadQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected