MNE-CPP  beta 1.0
Public Types | Public Member Functions | Public Attributes | List of all members
FSLIB::Colortable Class Reference

Vertices label based lookup table. More...

#include <colortable.h>

Public Types

typedef QSharedPointer< ColortableSPtr
 
typedef QSharedPointer< const ColortableConstSPtr
 

Public Member Functions

 Colortable ()
 
void clear ()
 
VectorXi getLabelIds () const
 
QStringList getNames () const
 
MatrixX4i getRGBAs () const
 

Public Attributes

QString orig_tab
 
qint32 numEntries
 
QStringList struct_names
 
MatrixXi table
 

Detailed Description

Vertices label based lookup table.

Vertices label based lookup table containing colorcodes and anatomical names

Definition at line 79 of file colortable.h.

Member Typedef Documentation

typedef QSharedPointer<const Colortable> FSLIB::Colortable::ConstSPtr

Const shared pointer type for Colortable.

Definition at line 83 of file colortable.h.

typedef QSharedPointer<Colortable> FSLIB::Colortable::SPtr

Shared pointer type for Colortable.

Definition at line 82 of file colortable.h.

Constructor & Destructor Documentation

Colortable::Colortable ( )
explicit

Default constructor.

Definition at line 57 of file colortable.cpp.

Member Function Documentation

void Colortable::clear ( )

Initializes colortable.

Definition at line 66 of file colortable.cpp.

VectorXi FSLIB::Colortable::getLabelIds ( ) const
inline

Ids encoded in the colortable

Returns
ids

Definition at line 133 of file colortable.h.

QStringList FSLIB::Colortable::getNames ( ) const
inline

Names encoded in the colortable

Returns
ids

Definition at line 145 of file colortable.h.

MatrixX4i FSLIB::Colortable::getRGBAs ( ) const
inline

RGBAs encoded in the colortable

Returns
RGBAs

Definition at line 153 of file colortable.h.

Member Data Documentation

qint32 FSLIB::Colortable::numEntries

Number of entries

Definition at line 123 of file colortable.h.

QString FSLIB::Colortable::orig_tab

Colortable raw data

Definition at line 122 of file colortable.h.

QStringList FSLIB::Colortable::struct_names

Anatomical ROI description

Definition at line 124 of file colortable.h.

MatrixXi FSLIB::Colortable::table

labels and corresponing colorcode

Definition at line 125 of file colortable.h.


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