v2.0.0
Loading...
Searching...
No Matches
src
libraries
fs
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
23
using namespace
FSLIB
;
24
using namespace
Eigen;
25
26
//=============================================================================================================
27
// DEFINE MEMBER METHODS
28
//=============================================================================================================
29
30
FsColortable::FsColortable
()
31
:
orig_tab
(
""
)
32
,
numEntries
(0)
33
{
34
}
35
36
//=============================================================================================================
37
38
void
FsColortable::clear
()
39
{
40
orig_tab
=
""
;
41
numEntries
= 0;
42
struct_names
.clear();
43
table
= MatrixXi();
44
}
fs_colortable.h
In-memory representation of a FreeSurfer colour/structure lookup table (FreeSurferColorLUT / embedded...
FSLIB
FreeSurfer surface, annotation and parcellation I/O for mne-cpp.
Definition
connectivitysettings.h:62
FSLIB::FsColortable::struct_names
QStringList struct_names
Definition
fs_colortable.h:116
FSLIB::FsColortable::orig_tab
QString orig_tab
Definition
fs_colortable.h:114
FSLIB::FsColortable::FsColortable
FsColortable()
Definition
fs_colortable.cpp:30
FSLIB::FsColortable::clear
void clear()
Definition
fs_colortable.cpp:38
FSLIB::FsColortable::table
Eigen::MatrixXi table
Definition
fs_colortable.h:117
FSLIB::FsColortable::numEntries
qint32 numEntries
Definition
fs_colortable.h:115
Generated on
for MNE-CPP by
1.16.1