Skip to content
Snippets Groups Projects

Temporary main branch

Merged Maxence Naud requested to merge dev into main
12 files
+ 117
78
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -96,7 +96,7 @@ public:
@@ -96,7 +96,7 @@ public:
* specified location.
* specified location.
* @param path
* @param path
*/
*/
void save(std::string path, bool verbose = false) const;
void save(std::string path, bool verbose = false, bool showProducers = true) const;
inline bool inView(NodePtr nodePtr) const {
inline bool inView(NodePtr nodePtr) const {
return mNodes.find(nodePtr) != mNodes.end();
return mNodes.find(nodePtr) != mNodes.end();
Loading