| 8368 | inline XnStatus Create(Context& context, const XnChar* strFormat); |
| 8369 | |
| 8370 | inline const XnChar* GetSupportedFormat() |
| 8371 | { |
| 8372 | return xnScriptNodeGetSupportedFormat(GetHandle()); |
| 8373 | } |
| 8374 | |
| 8375 | /** |
| 8376 | * @brief Loads an XML script file into the ScriptNode object. |
nothing calls this directly
no test coverage detected