Home Previous Up Next Index

armarx::skills::manager::dto::FluxioNode

Overview

struct FluxioNode

Used By

FluxioNodeList

Data Member Index

nodeType
nodeId
name
xPos
yPos
parameterId
skillId
controlType
parameters

Data Members

string nodeType;
string nodeId;
string name;
float xPos;
float yPos;
FluxioIdentificator parameterId;
FluxioIdentificator skillId;
string controlType;
FluxioParameterList parameters;

Home Previous Up Next Index