Skip to content

Commit

Permalink
[gui] add try/except for meshing tasks,pgup/pgdown to slice z
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 28, 2024
1 parent 7f19e13 commit 2bf959c
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 144 deletions.
Binary file modified i2m.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions i2m.prj
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<deployment-project plugin="plugin.ezdeploy" plugin-version="1.0">
<configuration build-checksum="3172910529" file="${PROJECT_ROOT}/i2m.prj" location="${PROJECT_ROOT}" name="i2m" preferred-package-location="${PROJECT_ROOT}/i2m/for_redistribution" preferred-package-type="package.type.install" target="target.ezdeploy.standalone" target-name="Application Compiler">
<param.appname>i2m</param.appname>
<param.icon />
<param.icon>${PROJECT_ROOT}/i2m.png</param.icon>
<param.icons />
<param.version>0.9</param.version>
<param.authnamewatermark>Qianqian Fang</param.authnamewatermark>
<param.email>q.fang at neu.edu</param.email>
<param.company>Northeastern University</param.company>
<param.summary>I2M is an integrated graphical user interface (GUI) for the 3D meshing toolbox Iso2Mesh developed by Qianqian Fang</param.summary>
<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>
<param.screenshot />
<param.screenshot>${PROJECT_ROOT}/i2m.png</param.screenshot>
<param.guid />
<param.installpath.string>/local/i2m/</param.installpath.string>
<param.installpath.combo>option.installpath.user</param.installpath.combo>
<param.installpath.string>iso2mesh/i2m/</param.installpath.string>
<param.installpath.combo>option.installpath.appdata</param.installpath.combo>
<param.logo>${PROJECT_ROOT}/i2m.png</param.logo>
<param.install.notes>In the following directions, replace MCR_ROOT by the directory where the MATLAB Runtime is installed on the target machine.

Expand Down Expand Up @@ -158,7 +158,6 @@
<file>${PROJECT_ROOT}/smoothsurf.m</file>
<file>${PROJECT_ROOT}/sms.m</file>
<file>${PROJECT_ROOT}/sortmesh.m</file>
<file>${PROJECT_ROOT}/struct2jdata.m</file>
<file>${PROJECT_ROOT}/surf2mesh.m</file>
<file>${PROJECT_ROOT}/surf2vol.m</file>
<file>${PROJECT_ROOT}/surf2volz.m</file>
Expand Down
Loading

0 comments on commit 2bf959c

Please sign in to comment.