[pubgit-commits-list] cpPlugins branch master updated. cf8ebcdb1e31f332e74569b2be5dfb5f5100df07

root root at tux.creatis.insa-lyon.fr
Mon Dec 8 22:24:21 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  cf8ebcdb1e31f332e74569b2be5dfb5f5100df07 (commit)
      from  6f87174af77bf66f8e039f7747237ac0b227b4cb (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=cf8ebcdb1e31f332e74569b2be5dfb5f5100df07
commit cf8ebcdb1e31f332e74569b2be5dfb5f5100df07
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Mon Dec 8 22:23:50 2014 +0100

    Basic IO architecture within itk-based pipelines


-----------------------------------------------------------------------

Summary of changes:
 appli/examples/example_ReadWriteImage.cxx |  13 ++++
 lib/cpPlugins/Interface/DataObject.cxx    |  18 ++++-
 lib/cpPlugins/Interface/DataObject.h      |   2 +-
 lib/cpPlugins/Interface/Image.h           |  35 ++++++++++
 lib/cpPlugins/Interface/ProcessObject.cxx |  49 ++++++++++++--
 lib/cpPlugins/Interface/ProcessObject.h   |  10 ++-
 lib/cpPlugins/Interface/SinkObject.h      |  35 ++++++++++
 lib/cpPlugins/Interface/SourceObject.cxx  |   1 +
 lib/cpPlugins/Plugins/ImageReader.cxx     |  71 ++++++++++----------
 lib/cpPlugins/Plugins/ImageReader.h       |   6 +-
 lib/cpPlugins/Plugins/ImageWriter.cxx     | 108 +++++++++++++++++++++++++++++-
 lib/cpPlugins/Plugins/ImageWriter.h       |  22 ++++--
 12 files changed, 312 insertions(+), 58 deletions(-)


hooks/post-receive
-- 
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)


More information about the Pubgit-commits-list mailing list