feat: operator nm getter and operator input setting

This commit is contained in:
parker
2025-07-04 13:42:45 +01:00
parent e0f2ca0927
commit af6c2eb7c5
5 changed files with 90 additions and 3 deletions

View File

@@ -14,6 +14,9 @@ public:
static NetworkManager* getInstance();
bool isValidOp(nt::OpId opId);
GeometryOperator& getGeoOperator(nt::OpId opId);
private:
static NetworkManager* instancePtr_;
NetworkManager() {};