|
QString | sMethod = "Map" |
|
QString | sColormap = "Viridis" |
|
Eigen::Vector4i | colNodes = Eigen::Vector4i(255, 0, 0, 255) |
|
Eigen::Vector4i | colEdges = Eigen::Vector4i(255, 0, 0, 255) |
|
Definition at line 74 of file network.h.
◆ colEdges
Eigen::Vector4i CONNECTIVITYLIB::VisualizationInfo::colEdges = Eigen::Vector4i(255, 0, 0, 255) |
The edge color.
Definition at line 78 of file network.h.
◆ colNodes
Eigen::Vector4i CONNECTIVITYLIB::VisualizationInfo::colNodes = Eigen::Vector4i(255, 0, 0, 255) |
The node color.
Definition at line 77 of file network.h.
◆ sColormap
QString CONNECTIVITYLIB::VisualizationInfo::sColormap = "Viridis" |
◆ sMethod
QString CONNECTIVITYLIB::VisualizationInfo::sMethod = "Map" |
The color method: Map (uses sColormap parameter) or Color (uses colNodes and colEdges).
Definition at line 75 of file network.h.
The documentation for this struct was generated from the following file: