Skip to content
Snippets Groups Projects

#194: Add documentation for GraphView

Open #194: Add documentation for GraphView
All threads resolved!
Open Ghost User requested to merge hrouis/aidge_core:aidge_core#194 into dev
All threads resolved!
2 files
+ 45
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -190,7 +190,7 @@ public:
/**
* @brief Orders the inputs of the GraphView
* @details The Inputs will be ordered in the same order as they come in the std::vector.
* @details The inputs will be ordered in the same order as they come in the std::vector.
* Inputs missing from this vector will then be added as per their previous order.
* @param std::vector<std::pair<NodePtr, IOIndex_t>>& inputs set of inputs in the wanted order
*/
@@ -362,7 +362,7 @@ public:
const NodePtr otherNode) const; // TODO change it for a vector<vector> ?
/**
* @brief Get the Nodes pointed to by the GraphView object.
* @brief Get the Nodes in the GraphView.
* @return std::set<NodePtr>
*/
inline const std::set<NodePtr>& getNodes() const noexcept { return mNodes; }
Loading