36 #ifndef GEOMETRYVIEW_H
37 #define GEOMETRYVIEW_H
62 #include <QGeometryData>
63 #include <QGLColorMaterial>
80 using namespace FSLIB;
120 void initializeGL(QGLPainter *painter);
128 void paintGL(QGLPainter *painter);
136 void keyPressEvent(QKeyEvent *e);
144 void mouseMoveEvent(QMouseEvent *e);
152 void mousePressEvent(QMouseEvent *e);
157 QGLLightModel *m_pLightModel;
158 QGLLightParameters *m_pLightParametersScene;
160 QGLColorMaterial material;
162 QVector<Annotation::SPtr> m_vecAnnotation;
164 QVector3D m_vecBoundingBoxMin;
165 QVector3D m_vecBoundingBoxMax;
166 QVector3D m_vecBoundingBoxCenter;
175 QGLSceneNode *m_pSceneNodeBrain;
176 QGLSceneNode *m_pSceneNode;
183 #endif // GEOMETRYVIEW_H
Source Space descritpion.
disp3D library export/import macros.
Annotation class declaration.
MNESourceSpace class declaration.
#define DISP3DSHARED_EXPORT