Overlay display preferences storing color scale definitions, smoothing, opacity, and contour settings per overlay type. More...
#include <analyze_types.h>
Public Attributes | |
| int | type |
| int | do_signed |
| MNELIB::MNEMshColorScaleDef | scale_MNE |
| MNELIB::MNEMshColorScaleDef | scale_dSPM |
| MNELIB::MNEMshColorScaleDef | scale_sLORETA |
| MNELIB::MNEMshColorScaleDef | scale_fMRI |
| MNELIB::MNEMshColorScaleDef | scale_other |
| int | nstep |
| float | alpha |
| int | show_comments |
| int | show_scale_bar |
| int | show_contours |
| float | contour_step |
| int | surf_type |
Overlay display preferences storing color scale definitions, smoothing, opacity, and contour settings per overlay type.
Definition at line 207 of file analyze_types.h.
| float INVERSELIB::overlayPref::alpha |
Definition at line 217 of file analyze_types.h.
| float INVERSELIB::overlayPref::contour_step |
Definition at line 221 of file analyze_types.h.
| int INVERSELIB::overlayPref::do_signed |
Definition at line 209 of file analyze_types.h.
| int INVERSELIB::overlayPref::nstep |
Definition at line 216 of file analyze_types.h.
| MNELIB::MNEMshColorScaleDef INVERSELIB::overlayPref::scale_dSPM |
Definition at line 212 of file analyze_types.h.
| MNELIB::MNEMshColorScaleDef INVERSELIB::overlayPref::scale_fMRI |
Definition at line 214 of file analyze_types.h.
| MNELIB::MNEMshColorScaleDef INVERSELIB::overlayPref::scale_MNE |
Definition at line 211 of file analyze_types.h.
| MNELIB::MNEMshColorScaleDef INVERSELIB::overlayPref::scale_other |
Definition at line 215 of file analyze_types.h.
| MNELIB::MNEMshColorScaleDef INVERSELIB::overlayPref::scale_sLORETA |
Definition at line 213 of file analyze_types.h.
| int INVERSELIB::overlayPref::show_comments |
Definition at line 218 of file analyze_types.h.
| int INVERSELIB::overlayPref::show_contours |
Definition at line 220 of file analyze_types.h.
| int INVERSELIB::overlayPref::show_scale_bar |
Definition at line 219 of file analyze_types.h.
| int INVERSELIB::overlayPref::surf_type |
Definition at line 222 of file analyze_types.h.
| int INVERSELIB::overlayPref::type |
Definition at line 208 of file analyze_types.h.