v2.0.0
Loading...
Searching...
No Matches
src
libraries
fs
fs_colortable.cpp
Go to the documentation of this file.
1
//=============================================================================================================
36
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
fs_colortable.h
"
42
43
//=============================================================================================================
44
// USED NAMESPACES
45
//=============================================================================================================
46
47
using namespace
FSLIB
;
48
using namespace
Eigen;
49
50
//=============================================================================================================
51
// DEFINE MEMBER METHODS
52
//=============================================================================================================
53
54
FsColortable::FsColortable
()
55
:
orig_tab
(
""
)
56
,
numEntries
(0)
57
{
58
}
59
60
//=============================================================================================================
61
62
void
FsColortable::clear
()
63
{
64
orig_tab
=
""
;
65
numEntries
= 0;
66
struct_names
.clear();
67
table
= MatrixXi();
68
}
fs_colortable.h
FsColortable class declaration.
FSLIB
FreeSurfer surface and annotation I/O.
Definition
connectivitysettings.h:67
FSLIB::FsColortable::struct_names
QStringList struct_names
Definition
fs_colortable.h:118
FSLIB::FsColortable::orig_tab
QString orig_tab
Definition
fs_colortable.h:116
FSLIB::FsColortable::FsColortable
FsColortable()
Definition
fs_colortable.cpp:54
FSLIB::FsColortable::clear
void clear()
Definition
fs_colortable.cpp:62
FSLIB::FsColortable::table
Eigen::MatrixXi table
Definition
fs_colortable.h:119
FSLIB::FsColortable::numEntries
qint32 numEntries
Definition
fs_colortable.h:117
Generated on
for MNE-CPP by
1.16.1