v2.0.0
Loading...
Searching...
No Matches
DISP3DLIB::ElectrodeContact Struct Reference

Single contact on a depth electrode shaft. More...

#include <electrodeobject.h>

Public Attributes

QString name
QVector3D position
float radius = 0.5f
QColor color = Qt::yellow
bool selected = false
float value = 0.0f

Detailed Description

Single contact on a depth electrode shaft.

Definition at line 72 of file electrodeobject.h.

Member Data Documentation

◆ color

QColor DISP3DLIB::ElectrodeContact::color = Qt::yellow

Display color.

Definition at line 77 of file electrodeobject.h.

◆ name

QString DISP3DLIB::ElectrodeContact::name

Contact label, e.g. "LH1", "LH2".

Definition at line 74 of file electrodeobject.h.

◆ position

QVector3D DISP3DLIB::ElectrodeContact::position

3-D position in MRI (surface RAS) coords.

Definition at line 75 of file electrodeobject.h.

◆ radius

float DISP3DLIB::ElectrodeContact::radius = 0.5f

Contact radius in mm.

Definition at line 76 of file electrodeobject.h.

◆ selected

bool DISP3DLIB::ElectrodeContact::selected = false

Whether the contact is selected/highlighted.

Definition at line 78 of file electrodeobject.h.

◆ value

float DISP3DLIB::ElectrodeContact::value = 0.0f

Optional scalar for colormap overlay.

Definition at line 79 of file electrodeobject.h.


The documentation for this struct was generated from the following file: