feat: setup GopTransform

This commit is contained in:
parker
2025-07-13 16:48:56 +01:00
parent b13c7bc498
commit db5da8a2e8
8 changed files with 154 additions and 4 deletions

View File

@@ -1,11 +1,12 @@
#pragma once
#include "Engine/Operator/Geometry.h"
#include "Engine/Types.h"
#include <boost/config.hpp>
namespace enzo::nt
{
class GeometryOpDef
class BOOST_SYMBOL_EXPORT GeometryOpDef
{
public:
GeometryOpDef(enzo::nt::OpId opId);