[pubgit-commits-list] cpPlugins branch master updated. 22c3c302e6fb4932c6598a8acbf043436c4c06c6
root
root at tux.creatis.insa-lyon.fr
Fri Nov 4 01:57:39 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 22c3c302e6fb4932c6598a8acbf043436c4c06c6 (commit)
from 3eb36afc11862f059b33b0711b24addfc2fceafb (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=22c3c302e6fb4932c6598a8acbf043436c4c06c6
commit 22c3c302e6fb4932c6598a8acbf043436c4c06c6
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Nov 3 19:57:26 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
lib/Instances/BaseObjects.i | 13 ++++
lib/Instances/CMakeLists.txt | 4 ++
lib/Instances/ImageComplexFilters.i | 5 ++
lib/Instances/ImageInterpolators.i | 14 ++++
lib/Instances/Transforms.i | 18 +++++
lib/cpExtensions/Algorithms/CPRImageFilter.h | 10 ++-
lib/cpExtensions/Algorithms/CPRImageFilter.hxx | 73 +++++++++------------
lib/cpExtensions/DataStructures/Simple3DCurve.cxx | 9 ++-
lib/cpPlugins/DataObjects/Simple3DCurve.cxx | 15 ++---
lib/cpPlugins/DataObjects/Simple3DCurve.d | 4 ++
plugins/CMakeLists.txt | 4 ++
plugins/IO/ImageReader.cxx | 80 +++++++++++------------
plugins/ImageGenericFilters/ImageGenericFilters.i | 2 +
plugins/ImageSliceFilters/CPRImageFilter.cxx | 66 +++++++++++++++++++
plugins/ImageSliceFilters/CPRImageFilter.h | 32 +++++++++
plugins/ImageSliceFilters/ImageSliceFilters.i | 13 ++++
16 files changed, 268 insertions(+), 94 deletions(-)
create mode 100644 lib/Instances/ImageInterpolators.i
create mode 100644 lib/Instances/Transforms.i
create mode 100644 lib/cpPlugins/DataObjects/Simple3DCurve.d
create mode 100644 plugins/ImageSliceFilters/CPRImageFilter.cxx
create mode 100644 plugins/ImageSliceFilters/CPRImageFilter.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list