Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine  1.5.28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Ra::Dataflow::Core::NodeFactory Member List

This is the complete list of members for Ra::Dataflow::Core::NodeFactory, including all inherited members.

ContainerType typedefRa::Dataflow::Core::NodeFactory
create_node(const std::string &nodeType, const nlohmann::json &data, DataflowGraph *owningGraph=nullptr) -> std::shared_ptr< Node >Ra::Dataflow::Core::NodeFactory
factory_map() const -> const ContainerType &Ra::Dataflow::Core::NodeFactoryinline
name() const -> std::string (defined in Ra::Dataflow::Core::NodeFactory)Ra::Dataflow::Core::NodeFactory
NodeCreatorFunctor typedefRa::Dataflow::Core::NodeFactory
NodeFactory(std::string name)Ra::Dataflow::Core::NodeFactoryexplicit
register_node_creator(NodeCreatorFunctor nodeCreator, const std::string &nodeCategory="RadiumNodes") -> boolRa::Dataflow::Core::NodeFactory
register_node_creator(const std::string &instanceNamePrefix, const std::string &nodeCategory="RadiumNodes") -> boolRa::Dataflow::Core::NodeFactory
register_node_creator(const std::string &nodeType, NodeCreatorFunctor nodeCreator, const std::string &nodeCategory="RadiumNodes") -> boolRa::Dataflow::Core::NodeFactory