3-D brain visualisation using the Qt RHI rendering backend. More...
Classes | |
| class | GeometryInfo |
| This class holds static methods for sensor-to-mesh mapping and surface constrained distance calculation on a mesh. More... | |
| class | Interpolation |
| This class holds methods for creating distance-based weight matrices and for interpolating signals. More... | |
| struct | ElectrodeContact |
| Single contact on a depth electrode shaft. More... | |
| struct | ElectrodeShaft |
| One shaft of a stereotactic depth electrode (sEEG). More... | |
| class | ElectrodeObject |
| Data model for stereotactic depth electrode (sEEG) visualization. More... | |
| class | SliceObject |
| Data model for a single 2-D MRI volume slice. More... | |
| class | RtSensorDataWorker |
| Background worker for real-time sensor data streaming. More... | |
| class | RtSensorInterpolationMatWorker |
| Background worker for computing sensor field mapping matrices. More... | |
| class | RtSourceDataWorker |
| Background worker for real-time source estimate streaming. More... | |
| class | RtSourceInterpolationMatWorker |
| Background worker for computing source interpolation matrices. More... | |
Typedefs | |
| using | FieldMap = FWDLIB::FwdFieldMap |
Enumerations | |
| enum class | SliceOrientation { Axial = 0 , Sagittal , Coronal } |
| Orientation for an orthogonal MRI slice. More... | |
Functions | |
| const char * | buildDateTime () |
| const char * | buildHash () |
| const char * | buildHashLong () |
3-D brain visualisation using the Qt RHI rendering backend.
Definition at line 22 of file field_map.h.
|
strong |
Orientation for an orthogonal MRI slice.
| Enumerator | |
|---|---|
| Axial | XY plane (Z = const). |
| Sagittal | YZ plane (X = const). |
| Coronal | XZ plane (Y = const). |
Definition at line 70 of file sliceobject.h.
| const char * DISP3DLIB::buildDateTime | ( | ) |
Returns build date and time.
Definition at line 49 of file disp3D_global.cpp.
| const char * DISP3DLIB::buildHash | ( | ) |
Returns abbreviated build git hash.
Definition at line 50 of file disp3D_global.cpp.
| const char * DISP3DLIB::buildHashLong | ( | ) |
Returns full build git hash.
Definition at line 51 of file disp3D_global.cpp.