* @copybrief xnRemoveNeededNode * For full details and usage, see @ref xnRemoveNeededNode */
| 2662 | * For full details and usage, see @ref xnRemoveNeededNode |
| 2663 | */ |
| 2664 | inline XnStatus RemoveNeededNode(ProductionNode& needed) |
| 2665 | { |
| 2666 | return xnRemoveNeededNode(GetHandle(), needed.GetHandle()); |
| 2667 | } |
| 2668 | |
| 2669 | /** |
| 2670 | * @brief Gets the node's context. |
nothing calls this directly
no test coverage detected