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

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

#include <brainhemisphere.h>

Inheritance diagram for DISP3DNEWLIB::BrainHemisphere:
DISP3DNEWLIB::RenderableEntity

Public Types

typedef QSharedPointer< BrainHemisphereSPtr
 
typedef QSharedPointer< const BrainHemisphereConstSPtr
 

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)
 
- Public Member Functions inherited from DISP3DNEWLIB::RenderableEntity
 RenderableEntity (Qt3D::QNode *parent=0)
 
Qt3D::QScaleTransform * scaleTransform () const
 
Qt3D::QTranslateTransform * translateTransform () const
 
Qt3D::QRotateTransform * rotateTransform () const
 

Protected Member Functions

void init ()
 

Protected Attributes

BrainSurfaceMeshm_pSurfaceMesh
 
Surface m_surface
 
QMap< int, QColor > m_qmVertexColors
 

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 brainhemisphere.h.

Member Typedef Documentation

Const shared pointer type for Hemisphere class.

Definition at line 112 of file brainhemisphere.h.

Shared pointer type for Hemisphere class.

Definition at line 111 of file brainhemisphere.h.

Constructor & Destructor Documentation

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

Default constructor

Parameters
[in]parentThe parent node

Definition at line 63 of file brainhemisphere.cpp.

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

Default constructor

Parameters
[in]surfThe surface data
[in]qmVertexColorsThe surface color data
[in]parentThe parent node

Definition at line 72 of file brainhemisphere.cpp.


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