#include <Graph.h>
Definition at line 55 of file Graph.h.
◆ ConcatenateNode()
| lwtDev::ConcatenateNode::ConcatenateNode |
( |
const std::vector< const INode * > & | sources | ) |
|
Definition at line 104 of file Graph.cxx.
104 :
107 {
108 for (const auto source: sources) {
110 }
111 }
std::vector< const INode * > m_sources
◆ compute()
| VectorXd lwtDev::ConcatenateNode::compute |
( |
const ISource & | source | ) |
const |
|
overridevirtual |
Implements lwtDev::INode.
Definition at line 112 of file Graph.cxx.
112 {
116 VectorXd
input = node->compute(source);
117 size_t n_elements =
input.rows();
118 assert(n_elements == node->n_outputs());
121 }
124 }
◆ n_outputs()
| size_t lwtDev::ConcatenateNode::n_outputs |
( |
| ) |
const |
|
overridevirtual |
◆ m_n_outputs
| size_t lwtDev::ConcatenateNode::m_n_outputs |
|
private |
◆ m_sources
| std::vector<const INode*> lwtDev::ConcatenateNode::m_sources |
|
private |
The documentation for this class was generated from the following files: