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