MNE-CPP
beta 1.0
|
Holds the data of one hemisphere in form of a mesh. More...
#include <brainhemisphere.h>
Public Types | |
typedef QSharedPointer< BrainHemisphere > | SPtr |
typedef QSharedPointer< const BrainHemisphere > | ConstSPtr |
Public Member Functions | |
BrainHemisphere (QNode *parent=0) | |
BrainHemisphere (const Surface &surf, const QMap< int, QColor > &qmVertexColors, QNode *parent=0) | |
void | updateActivation (const QMap< int, QColor > &vertexColor) |
![]() | |
RenderableEntity (Qt3D::QNode *parent=0) | |
Qt3D::QScaleTransform * | scaleTransform () const |
Qt3D::QTranslateTransform * | translateTransform () const |
Qt3D::QRotateTransform * | rotateTransform () const |
Protected Member Functions | |
void | init () |
Protected Attributes | |
BrainSurfaceMesh * | m_pSurfaceMesh |
Surface | m_surface |
QMap< int, QColor > | m_qmVertexColors |
Holds the data of one hemisphere in form of a mesh.
Holds the data of one hemisphere in form of a mesh.
Definition at line 107 of file brainhemisphere.h.
typedef QSharedPointer<const BrainHemisphere> DISP3DNEWLIB::BrainHemisphere::ConstSPtr |
Const shared pointer type for Hemisphere class.
Definition at line 112 of file brainhemisphere.h.
typedef QSharedPointer<BrainHemisphere> DISP3DNEWLIB::BrainHemisphere::SPtr |
Shared pointer type for Hemisphere class.
Definition at line 111 of file brainhemisphere.h.
|
explicit |
Default constructor
[in] | parent | The parent node |
Definition at line 63 of file brainhemisphere.cpp.
|
explicit |
Default constructor
[in] | surf | The surface data |
[in] | qmVertexColors | The surface color data |
[in] | parent | The parent node |
Definition at line 72 of file brainhemisphere.cpp.