[pubgit-commits-list] cpPlugins branch master updated. d8d3ef29ab1a1f4f268d28b1040d300b0965abf7
root
root at tux.creatis.insa-lyon.fr
Wed Dec 7 18:10:26 CET 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 d8d3ef29ab1a1f4f268d28b1040d300b0965abf7 (commit)
via 047bca987b3c26b529561b5ba3918156510501fe (commit)
from 924ef02257b6a3e987c1033567c7e83bdce170b5 (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=d8d3ef29ab1a1f4f268d28b1040d300b0965abf7
commit d8d3ef29ab1a1f4f268d28b1040d300b0965abf7
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Dec 7 12:10:14 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=047bca987b3c26b529561b5ba3918156510501fe
commit 047bca987b3c26b529561b5ba3918156510501fe
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Dec 6 16:25:21 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
.../{SkeletonWriter.h => SkeletonReader.h} | 42 +++--
lib/cpExtensions/Algorithms/SkeletonReader.hxx | 176 +++++++++++++++++++++
lib/cpExtensions/Algorithms/SkeletonWriter.hxx | 6 +-
lib/cpInstances/Skeleton.h | 2 -
lib/cpPlugins/BaseObjects/ProcessObject.h | 4 +-
plugins/CMakeLists.txt | 1 +
.../RegionOfInterestImageFilter.cxx | 9 ++
.../InterpolateImageFunction.cxx | 16 ++
.../InterpolateImageFunction.h | 4 +
plugins/ITKSliceFilters/CPRImageFilter.cxx | 61 +++----
plugins/ITKSliceFilters/ITKSliceFilters.i | 15 +-
plugins/cpExtensions/SkeletonReader.cxx | 93 +++++++++++
.../{SkeletonWriter.h => SkeletonReader.h} | 14 +-
plugins/cpExtensions/SkeletonWriter.cxx | 2 +-
plugins/cpExtensions/cpExtensions.i | 2 +
15 files changed, 382 insertions(+), 65 deletions(-)
copy lib/cpExtensions/Algorithms/{SkeletonWriter.h => SkeletonReader.h} (53%)
create mode 100644 lib/cpExtensions/Algorithms/SkeletonReader.hxx
create mode 100644 plugins/cpExtensions/SkeletonReader.cxx
copy plugins/cpExtensions/{SkeletonWriter.h => SkeletonReader.h} (56%)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list