The class only exists for documentation.
A node registered at the node factory with DW_REGISTER_NODE() must have the static functions declared in this class.
Definition at line 53 of file NodeConcept.hpp.
◆ create()
static std::unique_ptr< NodeT > dw::framework::NodeConcept::create |
( |
ParameterProvider & |
provider | ) |
|
|
static |
Create an instance of the node.
Constructor arguments are being populated with parameters values as declared and mapped by declareParameters().
- Parameters
-
provider | to retrieve parameter values from |
- Returns
- a unique pointer to the newly created node instance, NodeT should be substituted with the class name this function is defined in
◆ describeInputPorts()
static constexpr auto dw::framework::NodeConcept::describeInputPorts |
( |
| ) |
|
|
staticconstexpr |
◆ describeOutputPorts()
static constexpr auto dw::framework::NodeConcept::describeOutputPorts |
( |
| ) |
|
|
staticconstexpr |
◆ describeParameters()
static constexpr auto dw::framework::NodeConcept::describeParameters |
( |
| ) |
|
|
staticconstexpr |
◆ describePasses()
static constexpr auto dw::framework::NodeConcept::describePasses |
( |
| ) |
|
|
staticconstexpr |
The documentation for this class was generated from the following file: