MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Attributes | List of all members
CONNECTIVITYLIB::VisualizationInfo Struct Reference

Public Attributes

QString sMethod = "Map"
 
QString sColormap = "Viridis"
 
Eigen::Vector4i colNodes = Eigen::Vector4i(255, 0, 0, 255)
 
Eigen::Vector4i colEdges = Eigen::Vector4i(255, 0, 0, 255)
 

Detailed Description

Definition at line 74 of file network.h.

Member Data Documentation

◆ 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"

The colormap.

Definition at line 76 of file network.h.

◆ 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: