34 virtual bool match(
const std::wstring& file_path) = 0;
40 virtual Node load(
const std::wstring& file_path) = 0;
A node loader plug-in interface.
Definition: NodeLoaderPlugin.h:27
This version of the SDK is unstable, i-e, it may change with no warning.
Definition: AddCurveAction.h:20
virtual bool match(const std::wstring &file_path)=0
Returns true if the plug-in is able to load the file. If true is returned, then this plug-in and only...
virtual Node load(const std::wstring &file_path)=0
Load the node from a file.
Base class of all Rumba nodes.
Definition: Node.h:37