[DEV] better dot file generation
This commit is contained in:
@@ -27,6 +27,8 @@ namespace river {
|
||||
namespace io {
|
||||
class Manager;
|
||||
class Node : public std::enable_shared_from_this<Node> {
|
||||
protected:
|
||||
uint32_t m_uid; // uniqueNodeID
|
||||
protected:
|
||||
/**
|
||||
* @brief Constructor
|
||||
|
Reference in New Issue
Block a user