Skip to content
Snippets Groups Projects

Graph regex

Merged vincent lorrain requested to merge graphRegex into main
All threads resolved!
Files
45
@@ -399,6 +399,18 @@ public:
return node->clone();
}
/**
* @brief Get the set of pointers to connected node at a distance of a delta.
* @details the recution are cut
* Return a nullptr is nofing found.
* @param delta Input delta.
* @return std::shared_ptr<Node>
*/
std::set<NodePtr> getNodeDelta(int delta,std::set<Aidge::NodePtr> nodeSee);
private:
///////////////////////////////////////////////////////
// OPERATORS
Loading