![]() |
ATLAS Offline Software
|
#include <Graph.h>
Public Member Functions | |
| ConcatenateNode (const std::vector< const INode * > &) | |
| virtual VectorXd | compute (const ISource &) const override |
| virtual size_t | n_outputs () const override |
Private Attributes | |
| std::vector< const INode * > | m_sources |
| size_t | m_n_outputs |
| lwtDev::ConcatenateNode::ConcatenateNode | ( | const std::vector< const INode * > & | sources | ) |
Definition at line 104 of file Graph.cxx.
|
overridevirtual |
Implements lwtDev::INode.
Definition at line 112 of file Graph.cxx.
|
overridevirtual |
Implements lwtDev::INode.
|
private |