MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
MNE
fs
colortable.cpp
Go to the documentation of this file.
1
//=============================================================================================================
36
//*************************************************************************************************************
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
colortable.h
"
42
43
44
//*************************************************************************************************************
45
//=============================================================================================================
46
// USED NAMESPACES
47
//=============================================================================================================
48
49
using namespace
FSLIB
;
50
51
52
//*************************************************************************************************************
53
//=============================================================================================================
54
// DEFINE MEMBER METHODS
55
//=============================================================================================================
56
57
Colortable::Colortable
()
58
: orig_tab(
""
)
59
, numEntries(0)
60
{
61
}
62
63
64
//*************************************************************************************************************
65
66
void
Colortable::clear
()
67
{
68
orig_tab
=
""
;
69
numEntries
= 0;
70
struct_names
.clear();
71
table
= MatrixXi();
72
}
FSLIB::Colortable::table
MatrixXi table
Definition:
colortable.h:125
FSLIB::Colortable::numEntries
qint32 numEntries
Definition:
colortable.h:123
colortable.h
Colortable class declaration.
FSLIB::Colortable::struct_names
QStringList struct_names
Definition:
colortable.h:124
FSLIB::Colortable::Colortable
Colortable()
Definition:
colortable.cpp:57
FSLIB::Colortable::clear
void clear()
Definition:
colortable.cpp:66
FSLIB
Definition:
inverseview.h:81
FSLIB::Colortable::orig_tab
QString orig_tab
Definition:
colortable.h:122
Generated on Fri Mar 27 2015 22:54:31 for MNE-CPP by
1.8.9.1