Skip to content
Snippets Groups Projects
Commit a301642f authored by Octave Perrin's avatar Octave Perrin
Browse files

outputs

parent a90daf94
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !245. Comments created here will be created in the context of that merge request.
......@@ -267,10 +267,11 @@ public:
*/
std::vector<std::pair<NodePtr, IOIndex_t>> inputs(const std::string& name) const;
/** @todo weird things happening here with this outsideoutputpos
* @brief List outside output connections of the GraphView. The vector
* size is guaranteed to match the number of outputs of the GraphView. If there is
* no connection to a given output, the corresponding sub-vector will be empty.
/**
* @brief List outside output connections of the GraphView.
* @details The vector size is guaranteed to match the number of outputs of the GraphView.
* If there is no connection to a given output, the corresponding sub-vector will be empty.
* @TODO: doesn't seem to work if new nodes should be added, it seem to only update the connection of already output nodes
* @return std::vector<std::pair<NodePtr, IOIndex_t>>
*/
std::vector<std::vector<std::pair<NodePtr, IOIndex_t>>> outputs() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment