Overlay data for cortical or scalp surface display, including color scale, contour, and opacity settings. More...
#include <analyze_types.h>
Public Attributes | |
| char * | short_name |
| int | surf_type |
| int | type |
| int | is_signed |
| MNELIB::MNEMshColorScaleDef | scale |
| int | show_comments |
| int | show_scale_bar |
| int | show_contours |
| float | contour_step |
| float | alpha |
| int | nstep |
| float | time |
| float | integ |
| int | lh_sparse |
| int | rh_sparse |
| int | lh_match_surf |
| int | rh_match_surf |
| float ** | hist |
| int | nbin |
Overlay data for cortical or scalp surface display, including color scale, contour, and opacity settings.
Definition at line 178 of file analyze_types.h.
| float INVERSELIB::mneOverlay::alpha |
Definition at line 188 of file analyze_types.h.
| float INVERSELIB::mneOverlay::contour_step |
Definition at line 187 of file analyze_types.h.
| float** INVERSELIB::mneOverlay::hist |
Definition at line 200 of file analyze_types.h.
| float INVERSELIB::mneOverlay::integ |
Definition at line 191 of file analyze_types.h.
| int INVERSELIB::mneOverlay::is_signed |
Definition at line 182 of file analyze_types.h.
| int INVERSELIB::mneOverlay::lh_match_surf |
Definition at line 198 of file analyze_types.h.
| int INVERSELIB::mneOverlay::lh_sparse |
Definition at line 196 of file analyze_types.h.
| int INVERSELIB::mneOverlay::nbin |
Definition at line 201 of file analyze_types.h.
| int INVERSELIB::mneOverlay::nstep |
Definition at line 189 of file analyze_types.h.
| int INVERSELIB::mneOverlay::rh_match_surf |
Definition at line 199 of file analyze_types.h.
| int INVERSELIB::mneOverlay::rh_sparse |
Definition at line 197 of file analyze_types.h.
| MNELIB::MNEMshColorScaleDef INVERSELIB::mneOverlay::scale |
Definition at line 183 of file analyze_types.h.
| char* INVERSELIB::mneOverlay::short_name |
Definition at line 179 of file analyze_types.h.
| int INVERSELIB::mneOverlay::show_comments |
Definition at line 184 of file analyze_types.h.
| int INVERSELIB::mneOverlay::show_contours |
Definition at line 186 of file analyze_types.h.
| int INVERSELIB::mneOverlay::show_scale_bar |
Definition at line 185 of file analyze_types.h.
| int INVERSELIB::mneOverlay::surf_type |
Definition at line 180 of file analyze_types.h.
| float INVERSELIB::mneOverlay::time |
Definition at line 190 of file analyze_types.h.
| int INVERSELIB::mneOverlay::type |
Definition at line 181 of file analyze_types.h.