[pubgit-commits-list] cpPlugins branch master updated. dea0e89b762a27b1e4088f3d03b5169ca63a227f
root
root at tux.creatis.insa-lyon.fr
Thu Feb 11 01:24:48 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 dea0e89b762a27b1e4088f3d03b5169ca63a227f (commit)
from ec34dab45f184bf8147b610e6e36e90b46dd8f14 (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=dea0e89b762a27b1e4088f3d03b5169ca63a227f
commit dea0e89b762a27b1e4088f3d03b5169ca63a227f
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Feb 10 19:22:43 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
lib/cpExtensions/Algorithms/CPRFilter.h | 85 +++++++++++++
lib/cpExtensions/Algorithms/CPRFilter.hxx | 131 +++++++++++++++++++++
.../Instances_itkPolyLineParametricPath.cxx | 11 ++
.../{Image.cxx => PolyLineParametricPath.cxx} | 17 ++-
lib/cpPlugins/Interface/PolyLineParametricPath.h | 53 +++++++++
lib/cpPlugins/Interface/PolyLineParametricPath.hxx | 23 ++++
lib/cpPlugins/Interface/ProcessObjectPort.cxx | 2 +-
lib/cpPlugins/Plugins/BasicFilters/CPRFilter.cxx | 103 ++++++++++++++++
.../{MedianImageFilter.h => CPRFilter.h} | 28 ++---
.../BasicFilters/ImageInterpolatorSource.cxx | 108 +++++++++++++++++
...tDataReproducer.h => ImageInterpolatorSource.h} | 29 +++--
11 files changed, 553 insertions(+), 37 deletions(-)
create mode 100644 lib/cpExtensions/Algorithms/CPRFilter.h
create mode 100644 lib/cpExtensions/Algorithms/CPRFilter.hxx
create mode 100644 lib/cpPlugins/Interface/Instances_itkPolyLineParametricPath.cxx
copy lib/cpPlugins/Interface/{Image.cxx => PolyLineParametricPath.cxx} (50%)
create mode 100644 lib/cpPlugins/Interface/PolyLineParametricPath.h
create mode 100644 lib/cpPlugins/Interface/PolyLineParametricPath.hxx
create mode 100644 lib/cpPlugins/Plugins/BasicFilters/CPRFilter.cxx
copy lib/cpPlugins/Plugins/BasicFilters/{MedianImageFilter.h => CPRFilter.h} (56%)
create mode 100644 lib/cpPlugins/Plugins/BasicFilters/ImageInterpolatorSource.cxx
copy lib/cpPlugins/Plugins/BasicFilters/{InputDataReproducer.h => ImageInterpolatorSource.h} (51%)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list