57 #include <QGeometryData>
58 #include <QGLColorMaterial>
59 #include <QSharedPointer>
90 using namespace FSLIB;
109 typedef QSharedPointer<LabelView>
SPtr;
118 LabelView(
SurfaceSet &p_surfSet, QList<Label> &p_qListLabels, QList<RowVector4i> &p_qListRGBAs, QWindow *parent = 0);
137 void initializeGL(QGLPainter *painter);
145 void paintGL(QGLPainter *painter);
151 QList<Label> m_qListLabels;
152 QList<RowVector4i> m_qListRGBAs;
157 QGLLightModel *m_pLightModel;
158 QGLLightParameters *m_pLightParametersScene;
160 QGLColorMaterial material;
162 QGLSceneNode *m_pSceneNodeBrain;
163 QGLSceneNode *m_pSceneNode;
165 QGLCamera *m_pCameraFrontal;
171 RowVectorXd m_vecFirstLabelSourceEstimate;
172 double m_dMaxSourceEstimate;
201 #endif // LABELVIEW_H
SurfaceSet class declaration.
disp3D library export/import macros.
QSharedPointer< LabelView > SPtr
MNESourceEstimate class declaration.
QSharedPointer< const LabelView > ConstSPtr
#define DISP3DSHARED_EXPORT
A hemisphere set of surfaces.