feat: connect cook output to display

This commit is contained in:
parker
2025-07-08 16:49:54 +01:00
parent 0be6512d33
commit 0520d35b2c
5 changed files with 73 additions and 25 deletions

View File

@@ -8,6 +8,7 @@ class GeometryOpDef
public:
GeometryOpDef();
void cookOp();
geo::Geometry& getOutputGeo(unsigned outputIndex);
private:
std::vector<enzo::geo::Geometry> outputGeometry_;
unsigned int minInputs_;