[pubgit-commits-list] cpPlugins branch master updated. d054d8c8f86998e3644fc8c1253df27cd483fe4c
root
root at tux.creatis.insa-lyon.fr
Thu Sep 15 06:26:23 CEST 2016
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 "Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)".
The branch, master has been updated
via d054d8c8f86998e3644fc8c1253df27cd483fe4c (commit)
from 4e55e875e42fe56e3fb92a38015ffa035ac9d0bb (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=cpPlugins.git;a=commitdiff;h=d054d8c8f86998e3644fc8c1253df27cd483fe4c
commit d054d8c8f86998e3644fc8c1253df27cd483fe4c
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Sep 14 23:25:52 2016 -0500
Spline widget finished.
-----------------------------------------------------------------------
Summary of changes:
appli/examples/plugins/ImageTracer.cxx | 61 +++--
lib/cpPlugins/DataObjects/Image.cxx | 39 ++-
lib/cpPlugins/DataObjects/Image.h | 7 +-
lib/cpPlugins/DataObjects/Image.hxx | 46 ++++
plugins/ImageMeshFilters/RasterMeshFilter.cxx | 294 +++++++++++++++++++++
plugins/ImageMeshFilters/RasterMeshFilter.h | 51 ++++
.../TriangleMeshToBinaryImageFilter.cxx | 134 ----------
.../TriangleMeshToBinaryImageFilter.h | 32 ---
plugins/Widgets/SeedWidget.cxx | 1 +
plugins/Widgets/SplineWidget.cxx | 1 +
10 files changed, 475 insertions(+), 191 deletions(-)
create mode 100644 plugins/ImageMeshFilters/RasterMeshFilter.cxx
create mode 100644 plugins/ImageMeshFilters/RasterMeshFilter.h
delete mode 100644 plugins/ImageMeshFilters/TriangleMeshToBinaryImageFilter.cxx
delete mode 100644 plugins/ImageMeshFilters/TriangleMeshToBinaryImageFilter.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list