feat(plugin): add name arguments to addOperator function

This commit is contained in:
parker
2025-07-16 16:23:23 +01:00
parent 6d00c92f0f
commit 1ac5af190b
7 changed files with 11 additions and 7 deletions

View File

@@ -30,4 +30,5 @@ protected:
};
using opConstructor = GeometryOpDef* (*)(enzo::nt::OpId);
}