MNE-CPP
0.1.9
A Framework for Electrophysiology
|
Vertices label based lookup table. More...
#include <colortable.h>
Public Types | |
typedef QSharedPointer< Colortable > | SPtr |
typedef QSharedPointer< const Colortable > | ConstSPtr |
Public Member Functions | |
Colortable () | |
void | clear () |
Eigen::VectorXi | getLabelIds () const |
QStringList | getNames () const |
Eigen::MatrixX4i | getRGBAs () const |
Public Attributes | |
QString | orig_tab |
qint32 | numEntries |
QStringList | struct_names |
Eigen::MatrixXi | table |
Vertices label based lookup table.
Vertices label based lookup table containing colorcodes and anatomical names
Definition at line 67 of file colortable.h.
typedef QSharedPointer<const Colortable> FSLIB::Colortable::ConstSPtr |
Const shared pointer type for Colortable.
Definition at line 71 of file colortable.h.
typedef QSharedPointer<Colortable> FSLIB::Colortable::SPtr |
Shared pointer type for Colortable.
Definition at line 70 of file colortable.h.
|
explicit |
Default constructor.
Definition at line 54 of file colortable.cpp.
void Colortable::clear | ( | ) |
Initializes colortable.
Definition at line 62 of file colortable.cpp.
|
inline |
|
inline |
|
inline |
qint32 FSLIB::Colortable::numEntries |
Number of entries.
Definition at line 111 of file colortable.h.
QString FSLIB::Colortable::orig_tab |
Colortable raw data.
Definition at line 110 of file colortable.h.
QStringList FSLIB::Colortable::struct_names |
Anatomical ROI description.
Definition at line 112 of file colortable.h.
Eigen::MatrixXi FSLIB::Colortable::table |
labels and corresponing colorcode.
Definition at line 113 of file colortable.h.