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

Function xnIsTypeGenerator

Source/OpenNI/XnOpenNI.cpp:2194–2197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2192}
2193
2194XN_C_API XnBool xnIsTypeGenerator(XnProductionNodeType type)
2195{
2196 return xnIsTypeDerivedFrom(type, XN_NODE_TYPE_GENERATOR);
2197}
2198
2199XN_C_API XnBool xnIsTypeDerivedFrom(XnProductionNodeType type, XnProductionNodeType base)
2200{

Calls 1

xnIsTypeDerivedFromFunction · 0.85

Tested by

no test coverage detected