feat: context can red parameters
This commit is contained in:
@@ -27,6 +27,7 @@ public:
|
||||
std::vector<std::shared_ptr<const GeometryConnection>> getInputConnections() const;
|
||||
std::vector<std::shared_ptr<const GeometryConnection>> getOutputConnections() const;
|
||||
std::vector<std::weak_ptr<prm::Parameter>> getParameters();
|
||||
std::weak_ptr<prm::Parameter> getParameter(std::string parameterName);
|
||||
|
||||
|
||||
unsigned int getMaxInputs() const;
|
||||
|
||||
Reference in New Issue
Block a user