-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrainModelData.cpp
157 lines (154 loc) · 7.21 KB
/
BrainModelData.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
#include "BrainModelData.h"
const string BrainModelData::basePath = "model/";
const string BrainModelData::modelNames[BrainModelData::modelNum] = {
"lh.white.Destrieux.G_Ins_lg_and_S_cent_ins.obj",
"lh.white.Destrieux.G_and_S_cingul-Ant.obj",
"lh.white.Destrieux.G_and_S_cingul-Mid-Ant.obj",
"lh.white.Destrieux.G_and_S_cingul-Mid-Post.obj",
"lh.white.Destrieux.G_and_S_frontomargin.obj",
"lh.white.Destrieux.G_and_S_occipital_inf.obj",
"lh.white.Destrieux.G_and_S_paracentral.obj",
"lh.white.Destrieux.G_and_S_subcentral.obj",
"lh.white.Destrieux.G_and_S_transv_frontopol.obj",
"lh.white.Destrieux.G_cingul-Post-dorsal.obj",
"lh.white.Destrieux.G_cingul-Post-ventral.obj",
"lh.white.Destrieux.G_cuneus.obj",
"lh.white.Destrieux.G_front_inf-Opercular.obj",
"lh.white.Destrieux.G_front_inf-Orbital.obj",
"lh.white.Destrieux.G_front_inf-Triangul.obj",
"lh.white.Destrieux.G_front_middle.obj",
"lh.white.Destrieux.G_front_sup.obj",
"lh.white.Destrieux.G_insular_short.obj",
"lh.white.Destrieux.G_oc-temp_lat-fusifor.obj",
"lh.white.Destrieux.G_oc-temp_med-Lingual.obj",
"lh.white.Destrieux.G_oc-temp_med-Parahip.obj",
"lh.white.Destrieux.G_occipital_middle.obj",
"lh.white.Destrieux.G_occipital_sup.obj",
"lh.white.Destrieux.G_orbital.obj",
"lh.white.Destrieux.G_pariet_inf-Angular.obj",
"lh.white.Destrieux.G_pariet_inf-Supramar.obj",
"lh.white.Destrieux.G_parietal_sup.obj",
"lh.white.Destrieux.G_postcentral.obj",
"lh.white.Destrieux.G_precentral.obj",
"lh.white.Destrieux.G_precuneus.obj",
"lh.white.Destrieux.G_rectus.obj",
"lh.white.Destrieux.G_subcallosal.obj",
"lh.white.Destrieux.G_temp_sup-G_T_transv.obj",
"lh.white.Destrieux.G_temp_sup-Lateral.obj",
"lh.white.Destrieux.G_temp_sup-Plan_polar.obj",
"lh.white.Destrieux.G_temp_sup-Plan_tempo.obj",
"lh.white.Destrieux.G_temporal_inf.obj",
"lh.white.Destrieux.G_temporal_middle.obj",
"lh.white.Destrieux.Lat_Fis-ant-Horizont.obj",
"lh.white.Destrieux.Lat_Fis-ant-Vertical.obj",
"lh.white.Destrieux.Lat_Fis-post.obj",
"lh.white.Destrieux.Pole_occipital.obj",
"lh.white.Destrieux.Pole_temporal.obj",
"lh.white.Destrieux.S_calcarine.obj",
"lh.white.Destrieux.S_central.obj",
"lh.white.Destrieux.S_cingul-Marginalis.obj",
"lh.white.Destrieux.S_circular_insula_ant.obj",
"lh.white.Destrieux.S_circular_insula_inf.obj",
"lh.white.Destrieux.S_circular_insula_sup.obj",
"lh.white.Destrieux.S_collat_transv_ant.obj",
"lh.white.Destrieux.S_collat_transv_post.obj",
"lh.white.Destrieux.S_front_inf.obj",
"lh.white.Destrieux.S_front_middle.obj",
"lh.white.Destrieux.S_front_sup.obj",
"lh.white.Destrieux.S_interm_prim-Jensen.obj",
"lh.white.Destrieux.S_intrapariet_and_P_trans.obj",
"lh.white.Destrieux.S_oc-temp_lat.obj",
"lh.white.Destrieux.S_oc-temp_med_and_Lingual.obj",
"lh.white.Destrieux.S_oc_middle_and_Lunatus.obj",
"lh.white.Destrieux.S_oc_sup_and_transversal.obj",
"lh.white.Destrieux.S_occipital_ant.obj",
"lh.white.Destrieux.S_orbital-H_Shaped.obj",
"lh.white.Destrieux.S_orbital_lateral.obj",
"lh.white.Destrieux.S_orbital_med-olfact.obj",
"lh.white.Destrieux.S_parieto_occipital.obj",
"lh.white.Destrieux.S_pericallosal.obj",
"lh.white.Destrieux.S_postcentral.obj",
"lh.white.Destrieux.S_precentral-inf-part.obj",
"lh.white.Destrieux.S_precentral-sup-part.obj",
"lh.white.Destrieux.S_suborbital.obj",
"lh.white.Destrieux.S_subparietal.obj",
"lh.white.Destrieux.S_temporal_inf.obj",
"lh.white.Destrieux.S_temporal_sup.obj",
"lh.white.Destrieux.S_temporal_transverse.obj",
"lh.white.Destrieux.Unknown.obj",
"rh.white.Destrieux.G_Ins_lg_and_S_cent_ins.obj",
"rh.white.Destrieux.G_and_S_cingul-Ant.obj",
"rh.white.Destrieux.G_and_S_cingul-Mid-Ant.obj",
"rh.white.Destrieux.G_and_S_cingul-Mid-Post.obj",
"rh.white.Destrieux.G_and_S_frontomargin.obj",
"rh.white.Destrieux.G_and_S_occipital_inf.obj",
"rh.white.Destrieux.G_and_S_paracentral.obj",
"rh.white.Destrieux.G_and_S_subcentral.obj",
"rh.white.Destrieux.G_and_S_transv_frontopol.obj",
"rh.white.Destrieux.G_cingul-Post-dorsal.obj",
"rh.white.Destrieux.G_cingul-Post-ventral.obj",
"rh.white.Destrieux.G_cuneus.obj",
"rh.white.Destrieux.G_front_inf-Opercular.obj",
"rh.white.Destrieux.G_front_inf-Orbital.obj",
"rh.white.Destrieux.G_front_inf-Triangul.obj",
"rh.white.Destrieux.G_front_middle.obj",
"rh.white.Destrieux.G_front_sup.obj",
"rh.white.Destrieux.G_insular_short.obj",
"rh.white.Destrieux.G_oc-temp_lat-fusifor.obj",
"rh.white.Destrieux.G_oc-temp_med-Lingual.obj",
"rh.white.Destrieux.G_oc-temp_med-Parahip.obj",
"rh.white.Destrieux.G_occipital_middle.obj",
"rh.white.Destrieux.G_occipital_sup.obj",
"rh.white.Destrieux.G_orbital.obj",
"rh.white.Destrieux.G_pariet_inf-Angular.obj",
"rh.white.Destrieux.G_pariet_inf-Supramar.obj",
"rh.white.Destrieux.G_parietal_sup.obj",
"rh.white.Destrieux.G_postcentral.obj",
"rh.white.Destrieux.G_precentral.obj",
"rh.white.Destrieux.G_precuneus.obj",
"rh.white.Destrieux.G_rectus.obj",
"rh.white.Destrieux.G_subcallosal.obj",
"rh.white.Destrieux.G_temp_sup-G_T_transv.obj",
"rh.white.Destrieux.G_temp_sup-Lateral.obj",
"rh.white.Destrieux.G_temp_sup-Plan_polar.obj",
"rh.white.Destrieux.G_temp_sup-Plan_tempo.obj",
"rh.white.Destrieux.G_temporal_inf.obj",
"rh.white.Destrieux.G_temporal_middle.obj",
"rh.white.Destrieux.Lat_Fis-ant-Horizont.obj",
"rh.white.Destrieux.Lat_Fis-ant-Vertical.obj",
"rh.white.Destrieux.Lat_Fis-post.obj",
"rh.white.Destrieux.Pole_occipital.obj",
"rh.white.Destrieux.Pole_temporal.obj",
"rh.white.Destrieux.S_calcarine.obj",
"rh.white.Destrieux.S_central.obj",
"rh.white.Destrieux.S_cingul-Marginalis.obj",
"rh.white.Destrieux.S_circular_insula_ant.obj",
"rh.white.Destrieux.S_circular_insula_inf.obj",
"rh.white.Destrieux.S_circular_insula_sup.obj",
"rh.white.Destrieux.S_collat_transv_ant.obj",
"rh.white.Destrieux.S_collat_transv_post.obj",
"rh.white.Destrieux.S_front_inf.obj",
"rh.white.Destrieux.S_front_middle.obj",
"rh.white.Destrieux.S_front_sup.obj",
"rh.white.Destrieux.S_interm_prim-Jensen.obj",
"rh.white.Destrieux.S_intrapariet_and_P_trans.obj",
"rh.white.Destrieux.S_oc-temp_lat.obj",
"rh.white.Destrieux.S_oc-temp_med_and_Lingual.obj",
"rh.white.Destrieux.S_oc_middle_and_Lunatus.obj",
"rh.white.Destrieux.S_oc_sup_and_transversal.obj",
"rh.white.Destrieux.S_occipital_ant.obj",
"rh.white.Destrieux.S_orbital-H_Shaped.obj",
"rh.white.Destrieux.S_orbital_lateral.obj",
"rh.white.Destrieux.S_orbital_med-olfact.obj",
"rh.white.Destrieux.S_parieto_occipital.obj",
"rh.white.Destrieux.S_pericallosal.obj",
"rh.white.Destrieux.S_postcentral.obj",
"rh.white.Destrieux.S_precentral-inf-part.obj",
"rh.white.Destrieux.S_precentral-sup-part.obj",
"rh.white.Destrieux.S_suborbital.obj",
"RH.WHITE.DESTRIEUX.S_SUBPARIETAL.OBJ",
"RH.WHITE.DESTRIEUX.S_TEMPORAL_INF.OBJ",
"RH.WHITE.DESTRIEUX.S_TEMPORAL_SUP.OBJ",
"RH.WHITE.DESTRIEUX.S_TEMPORAL_TRANSVERSE.OBJ",
"RH.WHITE.DESTRIEUX.UNKNOWN.OBJ"
};