One shaft of a stereotactic depth electrode (sEEG). More...
#include <electrodeobject.h>
Public Attributes | |
| QString | label |
| QVector< ElectrodeContact > | contacts |
| float | shaftRadius = 0.4f |
| QColor | shaftColor = Qt::gray |
One shaft of a stereotactic depth electrode (sEEG).
Definition at line 86 of file electrodeobject.h.
| QVector<ElectrodeContact> DISP3DLIB::ElectrodeShaft::contacts |
Contacts ordered tip-to-tail.
Definition at line 89 of file electrodeobject.h.
| QString DISP3DLIB::ElectrodeShaft::label |
Shaft label: "LH", "RA", etc.
Definition at line 88 of file electrodeobject.h.
| QColor DISP3DLIB::ElectrodeShaft::shaftColor = Qt::gray |
Shaft body color.
Definition at line 91 of file electrodeobject.h.
| float DISP3DLIB::ElectrodeShaft::shaftRadius = 0.4f |
Cylinder radius in mm.
Definition at line 90 of file electrodeobject.h.