MNE-CPP  beta 1.0
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
DISP3DNEWLIB::BrainSurfaceMesh Class Reference

Holds the data of one hemisphere in form of a mesh. More...

#include <brainsurfacemesh.h>

Inheritance diagram for DISP3DNEWLIB::BrainSurfaceMesh:

Public Types

typedef QSharedPointer< BrainSurfaceMeshSPtr
 
typedef QSharedPointer< const BrainSurfaceMeshConstSPtr
 

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
 

Detailed Description

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.

Member Typedef Documentation

Const shared pointer type for BrainSurfaceMesh class.

Definition at line 112 of file brainsurfacemesh.h.

Shared pointer type for BrainSurfaceMesh class.

Definition at line 111 of file brainsurfacemesh.h.

Constructor & Destructor Documentation

BrainSurfaceMesh::BrainSurfaceMesh ( QNode *  parent = 0)
explicit

Default constructor

Parameters
[in]parentThe parent node

Definition at line 75 of file brainsurfacemesh.cpp.

BrainSurfaceMesh::BrainSurfaceMesh ( const Surface surf,
const QMap< int, QColor > &  qmVertexColor,
QNode *  parent = 0 
)
explicit

Default constructor

Parameters
[in]sourceSpaceSource space which contains the geometry information
[in]qmVertexColorindex color map representing the source activation
[in]parentThe parent node

Definition at line 84 of file brainsurfacemesh.cpp.


The documentation for this class was generated from the following files: