Cleanup depth management

This commit is contained in:
brunoherbelin
2021-02-28 14:10:32 +01:00
parent 70cc66a7f4
commit 8123e61e34
9 changed files with 105 additions and 50 deletions

View File

@@ -39,6 +39,7 @@ public:
SourceList::iterator find (std::string name);
SourceList::iterator find (Node *node);
SourceList::iterator find (float depth_from, float depth_to);
SourceList getCopy() const;
SourceList::iterator find (uint64_t id);
std::list<uint64_t> getIdList() const;