v2.0.0
Loading...
Searching...
No Matches
fs_colortable.cpp
Go to the documentation of this file.
1//=============================================================================================================
12
13//=============================================================================================================
14// INCLUDES
15//=============================================================================================================
16
17#include "fs_colortable.h"
18
19//=============================================================================================================
20// USED NAMESPACES
21//=============================================================================================================
22
23using namespace FSLIB;
24using namespace Eigen;
25
26//=============================================================================================================
27// DEFINE MEMBER METHODS
28//=============================================================================================================
29
35
36//=============================================================================================================
37
39{
40 orig_tab = "";
41 numEntries = 0;
42 struct_names.clear();
43 table = MatrixXi();
44}
In-memory representation of a FreeSurfer colour/structure lookup table (FreeSurferColorLUT / embedded...
FreeSurfer surface, annotation and parcellation I/O for mne-cpp.
QStringList struct_names
Eigen::MatrixXi table