[pubgit-commits-list] cpPlugins branch master updated. 48412b66ce1d8d8831625f1a3f51f7e78825f9a1
root
root at tux.creatis.insa-lyon.fr
Wed Sep 16 19:29:49 CEST 2015
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 48412b66ce1d8d8831625f1a3f51f7e78825f9a1 (commit)
from 39e23fa6b246988c84fd504107348b5f50792f08 (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=48412b66ce1d8d8831625f1a3f51f7e78825f9a1
commit 48412b66ce1d8d8831625f1a3f51f7e78825f9a1
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Sep 16 19:29:44 2015 +0200
...
-----------------------------------------------------------------------
Summary of changes:
appli/examples/CMakeLists.txt | 5 +-
appli/examples/example_LoadPlugins.cxx | 11 +-
...e_ReadWriteImage.cxx => example_OtsuFilter.cxx} | 24 +-
lib/cpPlugins/Interface/Image.cxx | 336 +++++++-----
lib/cpPlugins/Interface/Image.h | 17 +-
lib/cpPlugins/Interface/Instances_itkImage.cxx | 407 +++++++++++----
lib/cpPlugins/Interface/Parameters.cxx | 140 +++++
lib/cpPlugins/Interface/Parameters.h | 14 +
lib/cpPlugins/Interface/ProcessObject.h | 564 ++++++++++++++++++++-
lib/cpPlugins/Plugins/CMakeLists.txt | 2 +
lib/cpPlugins/Plugins/Host.cxx | 18 +-
lib/cpPlugins/Plugins/ImageReader.cxx | 410 +++++++++++----
lib/cpPlugins/Plugins/ImageReader.h | 5 +-
lib/cpPlugins/Plugins/ImageWriter.cxx | 76 +--
lib/cpPlugins/Plugins/ImageWriter.h | 7 +-
lib/cpPlugins/Plugins/OtsuThresholdImageFilter.cxx | 128 +++++
lib/cpPlugins/Plugins/OtsuThresholdImageFilter.h | 55 ++
lib/cpPlugins/Plugins/PolyDataReader.cxx | 73 ---
lib/cpPlugins/Plugins/PolyDataReader.h | 56 --
19 files changed, 1803 insertions(+), 545 deletions(-)
copy appli/examples/{example_ReadWriteImage.cxx => example_OtsuFilter.cxx} (68%)
create mode 100644 lib/cpPlugins/Plugins/OtsuThresholdImageFilter.cxx
create mode 100644 lib/cpPlugins/Plugins/OtsuThresholdImageFilter.h
delete mode 100644 lib/cpPlugins/Plugins/PolyDataReader.cxx
delete mode 100644 lib/cpPlugins/Plugins/PolyDataReader.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list