feat: pass node info with template
This commit is contained in:
15
src/Engine/Operator/OpInfo.h
Normal file
15
src/Engine/Operator/OpInfo.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include "Engine/Operator/GeometryOpDef.h"
|
||||
#include "Engine/Parameter/Template.h"
|
||||
|
||||
namespace enzo::op
|
||||
{
|
||||
struct OpInfo
|
||||
{
|
||||
std::string internalName;
|
||||
std::string displayName;
|
||||
enzo::nt::opConstructor ctorFunc;
|
||||
enzo::prm::Template* templates;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user