MNE-CPP  beta 1.0
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 
58 : orig_tab("")
59 , numEntries(0)
60 {
61 }
62 
63 
64 //*************************************************************************************************************
65 
67 {
68  orig_tab = "";
69  numEntries = 0;
70  struct_names.clear();
71  table = MatrixXi();
72 }
Colortable class declaration.
QStringList struct_names
Definition: colortable.h:124