[pubgit-commits-list] cpPlugins branch master updated. 90bfa498079cf3d7de0d8ad0ec63154b767c1bc7

root root at tux.creatis.insa-lyon.fr
Wed Nov 23 14:41:04 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  90bfa498079cf3d7de0d8ad0ec63154b767c1bc7 (commit)
      from  b41426f0faaee22357b16793efc0f741b039bc41 (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=90bfa498079cf3d7de0d8ad0ec63154b767c1bc7
commit 90bfa498079cf3d7de0d8ad0ec63154b767c1bc7
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Wed Nov 23 08:40:56 2016 -0500

    ...


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

Summary of changes:
 appli/CMakeLists.txt                               |  2 +-
 appli/plugins/CMakeLists.txt                       | 19 +++++
 appli/plugins/ExecutePipeline.cxx                  | 84 ++++++++++++++++++++++
 lib/cpInstances/UnaryFunctorFilters.i              |  4 +-
 ...IntensityImageFilter.cxx => AbsImageFilter.cxx} | 20 +++---
 ...vertIntensityImageFilter.h => AbsImageFilter.h} | 12 ++--
 plugins/VTKFilters/MarchingCubes.cxx               | 64 +++++++++++++++++
 .../{CylinderSource.h => MarchingCubes.h}          | 12 ++--
 8 files changed, 192 insertions(+), 25 deletions(-)
 create mode 100644 appli/plugins/CMakeLists.txt
 create mode 100644 appli/plugins/ExecutePipeline.cxx
 copy plugins/ITKUnaryFunctorFilters/{InvertIntensityImageFilter.cxx => AbsImageFilter.cxx} (60%)
 copy plugins/ITKUnaryFunctorFilters/{InvertIntensityImageFilter.h => AbsImageFilter.h} (53%)
 create mode 100644 plugins/VTKFilters/MarchingCubes.cxx
 copy plugins/VTKFilters/{CylinderSource.h => MarchingCubes.h} (55%)


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


More information about the Pubgit-commits-list mailing list