MNE-CPP
beta 1.0
|
Holds the data of one hemisphere in form of a mesh. More...
#include <brainsurfacemesh.h>
Public Types | |
typedef QSharedPointer< BrainSurfaceMesh > | SPtr |
typedef QSharedPointer< const BrainSurfaceMesh > | ConstSPtr |
Public Member Functions | |
BrainSurfaceMesh (QNode *parent=0) | |
BrainSurfaceMesh (const Surface &surf, const QMap< int, QColor > &qmVertexColor, QNode *parent=0) | |
QAbstractMeshFunctorPtr | meshFunctor () const Q_DECL_OVERRIDE |
void | updateActivation (const QMap< int, QColor > &vertexColor) |
int | getNumberOfVertices () |
Protected Member Functions | |
void | copy (const QNode *ref) Q_DECL_OVERRIDE |
Protected Attributes | |
Surface | m_surface |
QMap< int, QColor > | m_qmVertexColor |
QAbstractMeshFunctorPtr | m_pMeshFunctorPtr |
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 brainsurfacemesh.h.
typedef QSharedPointer<const BrainSurfaceMesh> DISP3DNEWLIB::BrainSurfaceMesh::ConstSPtr |
Const shared pointer type for BrainSurfaceMesh class.
Definition at line 112 of file brainsurfacemesh.h.
typedef QSharedPointer<BrainSurfaceMesh> DISP3DNEWLIB::BrainSurfaceMesh::SPtr |
Shared pointer type for BrainSurfaceMesh class.
Definition at line 111 of file brainsurfacemesh.h.
|
explicit |
Default constructor
[in] | parent | The parent node |
Definition at line 75 of file brainsurfacemesh.cpp.
|
explicit |
Default constructor
[in] | sourceSpace | Source space which contains the geometry information |
[in] | qmVertexColor | index color map representing the source activation |
[in] | parent | The parent node |
Definition at line 84 of file brainsurfacemesh.cpp.