|
3 | 3 | <param.appname>i2m</param.appname>
|
4 | 4 | <param.icon />
|
5 | 5 | <param.icons />
|
6 |
| - <param.version>0.8</param.version> |
| 6 | + <param.version>0.9</param.version> |
7 | 7 | <param.authnamewatermark>Qianqian Fang</param.authnamewatermark>
|
8 | 8 | <param.email>q.fang at neu.edu</param.email>
|
9 | 9 | <param.company>Northeastern University</param.company>
|
10 |
| - <param.summary>I2M is an integrated GUI for the 3D meshing toolbox Iso2Mesh developed by Qianqian Fang</param.summary> |
| 10 | + <param.summary>I2M is an integrated graphical user interface (GUI) for the 3D meshing toolbox Iso2Mesh developed by Qianqian Fang</param.summary> |
11 | 11 | <param.description>Iso2Mesh is a free matlab/octave-based mesh generation and processing toolbox. It can create 3D tetrahedral finite element (FE) mesh from surfaces, 3D binary and gray-scale volumetric images such as segmented MRI/CT scans.</param.description>
|
12 | 12 | <param.screenshot />
|
13 | 13 | <param.guid />
|
|
103 | 103 | <file>${PROJECT_ROOT}/fallbackexeext.m</file>
|
104 | 104 | <file>${PROJECT_ROOT}/finddisconnsurf.m</file>
|
105 | 105 | <file>${PROJECT_ROOT}/getexeext.m</file>
|
106 |
| - <file>${PROJECT_ROOT}/getoptkey.m</file> |
107 | 106 | <file>${PROJECT_ROOT}/getplanefrom3pt.m</file>
|
108 | 107 | <file>${PROJECT_ROOT}/getvarfrom.m</file>
|
109 | 108 | <file>${PROJECT_ROOT}/img2mesh.fig</file>
|
|
140 | 139 | <file>${PROJECT_ROOT}/readinr.m</file>
|
141 | 140 | <file>${PROJECT_ROOT}/readmedit.m</file>
|
142 | 141 | <file>${PROJECT_ROOT}/readmptiff.m</file>
|
143 |
| - <file>${PROJECT_ROOT}/readnifti.m</file> |
144 | 142 | <file>${PROJECT_ROOT}/readoff.m</file>
|
145 | 143 | <file>${PROJECT_ROOT}/readsmf.m</file>
|
146 | 144 | <file>${PROJECT_ROOT}/readtetgen.m</file>
|
|
152 | 150 | <file>${PROJECT_ROOT}/rotmat2vec.m</file>
|
153 | 151 | <file>${PROJECT_ROOT}/s2m.m</file>
|
154 | 152 | <file>${PROJECT_ROOT}/s2v.m</file>
|
155 |
| - <file>${PROJECT_ROOT}/savegts.m</file> |
156 | 153 | <file>${PROJECT_ROOT}/saveinr.m</file>
|
157 | 154 | <file>${PROJECT_ROOT}/savejmesh.m</file>
|
158 | 155 | <file>${PROJECT_ROOT}/savejson.m</file>
|
|
178 | 175 | <file>${PROJECT_ROOT}/vol2restrictedtri.m</file>
|
179 | 176 | <file>${PROJECT_ROOT}/vol2surf.m</file>
|
180 | 177 | <file>${PROJECT_ROOT}/volface.m</file>
|
| 178 | + <file>${PROJECT_ROOT}/base64decode.m</file> |
| 179 | + <file>${PROJECT_ROOT}/base64encode.m</file> |
| 180 | + <file>${PROJECT_ROOT}/blosc2decode.m</file> |
| 181 | + <file>${PROJECT_ROOT}/blosc2encode.m</file> |
| 182 | + <file>${PROJECT_ROOT}/decodevarname.m</file> |
| 183 | + <file>${PROJECT_ROOT}/encodevarname.m</file> |
| 184 | + <file>${PROJECT_ROOT}/fast_match_bracket.m</file> |
| 185 | + <file>${PROJECT_ROOT}/fillholes3d.m</file> |
| 186 | + <file>${PROJECT_ROOT}/fillsurf.m</file> |
| 187 | + <file>${PROJECT_ROOT}/filterjsonmmap.m</file> |
| 188 | + <file>${PROJECT_ROOT}/getfromjsonpath.m</file> |
| 189 | + <file>${PROJECT_ROOT}/jdatadecode.m</file> |
| 190 | + <file>${PROJECT_ROOT}/jdataencode.m</file> |
| 191 | + <file>${PROJECT_ROOT}/loadbj.m</file> |
| 192 | + <file>${PROJECT_ROOT}/loadh5.m</file> |
| 193 | + <file>${PROJECT_ROOT}/loadmsgpack.m</file> |
| 194 | + <file>${PROJECT_ROOT}/match_bracket.m</file> |
| 195 | + <file>${PROJECT_ROOT}/meshquality.m</file> |
| 196 | + <file>${PROJECT_ROOT}/meshreorient.m</file> |
| 197 | + <file>${PROJECT_ROOT}/nestbracket2dim.m</file> |
| 198 | + <file>${PROJECT_ROOT}/regrouph5.m</file> |
| 199 | + <file>${PROJECT_ROOT}/remeshsurf.m</file> |
| 200 | + <file>${PROJECT_ROOT}/savebj.m</file> |
| 201 | + <file>${PROJECT_ROOT}/surfreorient.m</file> |
| 202 | + <file>${PROJECT_ROOT}/transposemat.m</file> |
181 | 203 | </fileset.depfun>
|
182 | 204 | <build-deliverables>
|
183 | 205 | <file location="${PROJECT_ROOT}/i2m/for_testing" name="readme.txt" optional="true">${PROJECT_ROOT}/i2m/for_testing/readme.txt</file>
|
|
187 | 209 | </build-deliverables>
|
188 | 210 | <workflow />
|
189 | 211 | <matlab>
|
190 |
| - <root>/drives/hoyi1/users/shared/MATLAB/R2016a</root> |
191 |
| - <toolboxes> |
192 |
| - <toolbox name="fixedpoint" /> |
193 |
| - <toolbox name="matlabcoder" /> |
194 |
| - <toolbox name="matlabhdlcoder" /> |
195 |
| - <toolbox name="embeddedcoder" /> |
196 |
| - </toolboxes> |
197 |
| - <toolbox> |
198 |
| - <fixedpoint> |
199 |
| - <enabled>true</enabled> |
200 |
| - </fixedpoint> |
201 |
| - </toolbox> |
202 |
| - <toolbox> |
203 |
| - <matlabcoder> |
204 |
| - <enabled>true</enabled> |
205 |
| - </matlabcoder> |
206 |
| - </toolbox> |
207 |
| - <toolbox> |
208 |
| - <matlabhdlcoder> |
209 |
| - <enabled>true</enabled> |
210 |
| - </matlabhdlcoder> |
211 |
| - </toolbox> |
212 |
| - <toolbox> |
213 |
| - <embeddedcoder> |
214 |
| - <enabled>true</enabled> |
215 |
| - </embeddedcoder> |
216 |
| - </toolbox> |
217 | 212 | </matlab>
|
218 | 213 | <platform>
|
219 | 214 | <unix>true</unix>
|
|
0 commit comments