36 #ifndef BRAINHEMISPHERE_H
37 #define BRAINHEMISPHERE_H
45 #include "disp3DNew_global.h"
48 #include "../helpers/renderableentity.h"
58 #include <Qt3DRenderer/qt3drenderer_global.h>
59 #include <Qt3DRenderer/QPhongMaterial>
60 #include <Qt3DRenderer/QDiffuseMapMaterial>
61 #include <Qt3DRenderer/QPerVertexColorMaterial>
92 using namespace FSLIB;
111 typedef QSharedPointer<BrainHemisphere>
SPtr;
112 typedef QSharedPointer<const BrainHemisphere>
ConstSPtr;
130 explicit BrainHemisphere(
const Surface &surf,
const QMap<int, QColor> &qmVertexColors, QNode *parent = 0);
132 void updateActivation(
const QMap<int, QColor> &vertexColor);
140 QMap<int, QColor> m_qmVertexColors;
147 #endif // HEMISPHERE_H
Holds the data of one hemisphere in form of a mesh.
SurfaceSet class declaration.
QSharedPointer< const BrainHemisphere > ConstSPtr
Declaration of BrainSurfaceMesh which holds the data of one hemisphere in form of a mesh...
Holds the data of one hemisphere in form of a mesh.
QSharedPointer< BrainHemisphere > SPtr