[pubgit-commits-list] cpPlugins branch master updated. 75740198fa0c55f8fdcd8b33ddff00071c893a94

root root at tux.creatis.insa-lyon.fr
Mon Sep 21 15:05:06 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  75740198fa0c55f8fdcd8b33ddff00071c893a94 (commit)
      from  a3cae0375976d524c957493a3cc565b9f5b20bce (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=75740198fa0c55f8fdcd8b33ddff00071c893a94
commit 75740198fa0c55f8fdcd8b33ddff00071c893a94
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Mon Sep 21 15:05:00 2015 +0200

    ...


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

Summary of changes:
 lib/cpPlugins/Interface/BaseProcessObjects.h   |  16 +-
 lib/cpPlugins/Interface/DataObject.cxx         |  30 ---
 lib/cpPlugins/Interface/DataObject.h           |   9 -
 lib/cpPlugins/Interface/Image.h                |  26 ---
 lib/cpPlugins/Interface/Image.hxx              | 164 +++++++++++++-
 lib/cpPlugins/Interface/Instances_itkImage.cxx | 177 ++++++++++++++++
 lib/cpPlugins/Interface/Instances_itkMesh.cxx  |  22 ++
 lib/cpPlugins/Interface/Macros.h               |  44 ++++
 lib/cpPlugins/Interface/Mesh.cxx               |  70 ------
 lib/cpPlugins/Interface/Mesh.h                 |  22 --
 lib/cpPlugins/Interface/Mesh.hxx               |  21 ++
 lib/cpPlugins/Interface/Object.h               |   1 -
 lib/cpPlugins/Interface/ProcessObject.h        |   1 -
 lib/cpPlugins/Interface/ProcessObject.hxx      |   8 +-
 lib/cpPlugins/Plugins/CMakeLists.txt           |  26 ++-
 lib/cpPlugins/Plugins/Host.cxx                 |   5 +-
 lib/cpPlugins/Plugins/ImageReader.cxx          |  13 --
 lib/cpPlugins/Plugins/ImageReader.h            |   8 +-
 lib/cpPlugins/Plugins/Instances_itkImage.cxx   | 283 -------------------------
 lib/cpPlugins/Plugins/Instances_itkMesh.cxx    |  16 --
 lib/cpPlugins/Plugins/MeshReader.cxx           |   5 +-
 21 files changed, 470 insertions(+), 497 deletions(-)
 create mode 100644 lib/cpPlugins/Interface/Instances_itkImage.cxx
 create mode 100644 lib/cpPlugins/Interface/Instances_itkMesh.cxx
 create mode 100644 lib/cpPlugins/Interface/Macros.h
 delete mode 100644 lib/cpPlugins/Plugins/Instances_itkImage.cxx
 delete mode 100644 lib/cpPlugins/Plugins/Instances_itkMesh.cxx


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


More information about the Pubgit-commits-list mailing list