[pubgit-commits-list] cpMesh branch master updated. 93ddd2fe04d05b28dff31448032fd3af93ffe750
root
root at tux.creatis.insa-lyon.fr
Mon Dec 15 18:06:20 CET 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "itk-based mesh processing library with an interactive application to modify image segmentations".
The branch, master has been updated
via 93ddd2fe04d05b28dff31448032fd3af93ffe750 (commit)
from 6d6bf5d5e3b9318a507216f2f231c32299d1a941 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.creatis.insa-lyon.fr/pubgit/?p=cpMesh.git;a=commitdiff;h=93ddd2fe04d05b28dff31448032fd3af93ffe750
commit 93ddd2fe04d05b28dff31448032fd3af93ffe750
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Dec 15 18:06:12 2014 +0100
New plugin added
-----------------------------------------------------------------------
Summary of changes:
.../CMakeLists.txt | 5 +-
.../InteractorStyleImage.cxx | 493 --------------
.../InteractorStyleImage.h | 190 ------
.../MainWnd.cxx | 530 +++------------
.../MainWnd.h | 66 +-
.../MainWnd_ExecutePlugins.cxx | 188 +++++
.../MainWnd_LoadPlugins.cxx | 98 ++-
.../SegmentationParametersDlg.ui | 149 ----
.../VolumeActors.cxx | 757 ---------------------
.../VolumeActors.h | 203 ------
.../idms.plugins.in | 2 +
lib/cpm/CMakeLists.txt | 10 +
lib/cpm/Plugins/CMakeLists.txt | 37 +
lib/cpm/Plugins/Host.cxx | 12 +
lib/cpm/Plugins/SimpleFillRegion.cxx | 35 +
lib/cpm/Plugins/SimpleFillRegion.h | 45 ++
16 files changed, 513 insertions(+), 2307 deletions(-)
delete mode 100644 appli/InteractiveDeformableMeshSegmentation/InteractorStyleImage.cxx
delete mode 100644 appli/InteractiveDeformableMeshSegmentation/InteractorStyleImage.h
create mode 100644 appli/InteractiveDeformableMeshSegmentation/MainWnd_ExecutePlugins.cxx
delete mode 100644 appli/InteractiveDeformableMeshSegmentation/SegmentationParametersDlg.ui
delete mode 100644 appli/InteractiveDeformableMeshSegmentation/VolumeActors.cxx
delete mode 100644 appli/InteractiveDeformableMeshSegmentation/VolumeActors.h
create mode 100644 lib/cpm/Plugins/CMakeLists.txt
create mode 100644 lib/cpm/Plugins/Host.cxx
create mode 100644 lib/cpm/Plugins/SimpleFillRegion.cxx
create mode 100644 lib/cpm/Plugins/SimpleFillRegion.h
hooks/post-receive
--
itk-based mesh processing library with an interactive application to modify image segmentations
More information about the Pubgit-commits-list
mailing list