[pubgit-commits-list] cpPlugins branch master updated. b007dfbd638db86c5e8da53299da58f4c9d9e8b8
root
root at tux.creatis.insa-lyon.fr
Wed Dec 10 09:03:41 CET 2014
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 b007dfbd638db86c5e8da53299da58f4c9d9e8b8 (commit)
from 1adce86c283e253ec41f762652bc477d56d617a5 (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=b007dfbd638db86c5e8da53299da58f4c9d9e8b8
commit b007dfbd638db86c5e8da53299da58f4c9d9e8b8
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Dec 10 09:03:33 2014 +0100
Logical class reordering
-----------------------------------------------------------------------
Summary of changes:
appli/examples/example_LoadPlugins.cxx | 2 +-
lib/cpPlugins/Interface/Image.cxx | 1 +
lib/cpPlugins/Interface/Instances_itkImage.cxx | 69 ++++++++++++++++++++
lib/cpPlugins/Interface/ProcessObject.cxx | 1 -
lib/cpPlugins/Interface/ProcessObject.h | 20 +++---
lib/cpPlugins/Plugins/ImageReader.cxx | 64 +++++++++---------
lib/cpPlugins/Plugins/ImageReader.h | 4 +-
lib/cpPlugins/Plugins/ImageWriter.cxx | 88 ++++++++++++-------------
lib/cpPlugins/Plugins/ImageWriter.h | 4 +-
lib/cpPlugins/Plugins/Instances_itkImage.cxx | 90 --------------------------
10 files changed, 162 insertions(+), 181 deletions(-)
create mode 100644 lib/cpPlugins/Interface/Instances_itkImage.cxx
delete mode 100644 lib/cpPlugins/Plugins/Instances_itkImage.cxx
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list