Skip to content
Snippets Groups Projects

#194: Add documentation for GraphView

Open Ghost User requested to merge hrouis/aidge_core:aidge_core#194 into dev
1 file
+ 3
5
Compare changes
  • Side-by-side
  • Inline
@@ -662,12 +662,10 @@ private:
//@todo 1see in code comment
void updateInputsOutputsNew(NodePtr newNode);
//@todo 100+ lines =(
/**
* @brief Automatically update GraphView inputs/outputs with a Node removed, checking if
* it this Node was an input/output for the graph and if this node's children become new inputs/outputs
* for the graph.
* @param nodePtr
* @brief Automatically updates GraphView inputs/outputs with a Node removed, checking if this Node was an
* input/output for the graph and if this node's children and parents become new inputs/outputs for the graph.
* @param nodePtr deletedNode the deleted //todo has the node already been delettesd or not yet? if it has been, does it keep its information? if it hasn't, one must ensure to properly delete it afterward to aavoid discrepencies
*/
void updateInputsOutputsDelete(NodePtr deletedNode);
Loading