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

@@ -36,6 +36,11 @@ void enzo::nt::GeometryOperator::cookOp()
opDef_->cookOp();
}
geo::Geometry& enzo::nt::GeometryOperator::getOutputGeo(unsigned outputIndex)
{
return opDef_->getOutputGeo(outputIndex);
}
void nt::GeometryOperator::addInputConnection(std::shared_ptr<nt::GeometryConnection> connection)
{
std::cout << "Input connection added\nConnecting ops " << connection->getInputOpId() << " -> " << connection->getOutputOpId() << "\n";