2#include "Engine/Parameter/Template.h"
20 std::string internalName;
21 std::string displayName;
22 enzo::nt::opConstructor ctorFunc;
23 std::vector<enzo::prm::Template> templates;
24 unsigned int minInputs = 0;
25 unsigned int maxInputs = 1;
26 unsigned int maxOutputs = 1;
30 const std::string&
getName()
const {
return internalName; }
32 const std::string&
getLabel()
const {
return displayName; }
The central coordinator of the engine's node system.
Definition NetworkManager.h:27
const std::string & getName() const
Returns the internal type name shared by all nodes of this type (eg. "copy_to_points")
Definition OpInfo.h:30
const std::string & getLabel() const
Returns the human readable type label shown in the UI (eg. "Copy To Points")
Definition OpInfo.h:32