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 |
Single contact on a depth electrode shaft.
Definition at line 72 of file electrodeobject.h.
| QColor DISP3DLIB::ElectrodeContact::color = Qt::yellow |
Display color.
Definition at line 77 of file electrodeobject.h.
| QString DISP3DLIB::ElectrodeContact::name |
Contact label, e.g. "LH1", "LH2".
Definition at line 74 of file electrodeobject.h.
| QVector3D DISP3DLIB::ElectrodeContact::position |
3-D position in MRI (surface RAS) coords.
Definition at line 75 of file electrodeobject.h.
| float DISP3DLIB::ElectrodeContact::radius = 0.5f |
Contact radius in mm.
Definition at line 76 of file electrodeobject.h.
| bool DISP3DLIB::ElectrodeContact::selected = false |
Whether the contact is selected/highlighted.
Definition at line 78 of file electrodeobject.h.
| float DISP3DLIB::ElectrodeContact::value = 0.0f |
Optional scalar for colormap overlay.
Definition at line 79 of file electrodeobject.h.