36#ifndef MNEMSHDISPLAYSURFACE_H
37#define MNEMSHDISPLAYSURFACE_H
43#include "../mne_global.h"
45typedef void (*mneUserFreeFunc)(
void *);
55#include <QSharedPointer>
70class MneMshColorScaleDef;
82 typedef QSharedPointer<MneMshDisplaySurface>
SPtr;
83 typedef QSharedPointer<const MneMshDisplaySurface>
ConstSPtr;
119 float *overlay_values;
120 int alt_overlay_type;
121 float *alt_overlay_values;
122 float *marker_values;
124 float *vertex_colors;
127 float even_vertex_color[4];
129 float *marker_colors;
134 float marker_color[4];
135 int curvature_color_mode;
137 int overlay_color_mode;
146 mneUserFreeFunc* user_data_free;
The MneMshColorScaleDef class.
The MNE Msh Display Surface class holds information about a surface to be rendered.
QSharedPointer< const MneMshDisplaySurface > ConstSPtr
QSharedPointer< MneMshDisplaySurface > SPtr