Vertices label based lookup table. More...
#include <fs_colortable.h>
Public Types | |
| typedef QSharedPointer< FsColortable > | SPtr |
| typedef QSharedPointer< const FsColortable > | ConstSPtr |
Public Member Functions | |
| FsColortable () | |
| 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 73 of file fs_colortable.h.
| typedef QSharedPointer<const FsColortable> FSLIB::FsColortable::ConstSPtr |
Const shared pointer type for FsColortable.
Definition at line 77 of file fs_colortable.h.
| typedef QSharedPointer<FsColortable> FSLIB::FsColortable::SPtr |
Shared pointer type for FsColortable.
Definition at line 76 of file fs_colortable.h.
|
explicit |
Default constructor.
Definition at line 54 of file fs_colortable.cpp.
| void FsColortable::clear | ( | ) |
Initializes colortable.
Definition at line 62 of file fs_colortable.cpp.
|
inline |
|
inline |
|
inline |
| qint32 FSLIB::FsColortable::numEntries |
Number of entries.
Definition at line 117 of file fs_colortable.h.
| QString FSLIB::FsColortable::orig_tab |
FsColortable raw data.
Definition at line 116 of file fs_colortable.h.
| QStringList FSLIB::FsColortable::struct_names |
Anatomical ROI description.
Definition at line 118 of file fs_colortable.h.
| Eigen::MatrixXi FSLIB::FsColortable::table |
labels and corresponing colorcode.
Definition at line 119 of file fs_colortable.h.