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

root root at tux.creatis.insa-lyon.fr
Wed Nov 2 22:25:48 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  cd024359dba23dd50e197abf1ed7d70737deb7fd (commit)
      from  aee3cafa7e93f996580777976636ed625dbc43f5 (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=cd024359dba23dd50e197abf1ed7d70737deb7fd
commit cd024359dba23dd50e197abf1ed7d70737deb7fd
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Wed Nov 2 16:25:39 2016 -0500

    ...


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

Summary of changes:
 appli/CMakeLists.txt                               |   1 +
 appli/PipelineEditor/CMakeLists.txt                |  10 +-
 appli/plugins/CMakeLists.txt                       |  19 ++++
 appli/plugins/ExecutePipeline.cxx                  |  57 +++++++++++
 cmake/Functions.cmake                              |  35 ++++---
 .../PolyLineParametricPathToSimple3DCurve.cxx      |   4 +-
 lib/cpExtensions/DataStructures/Skeleton.hxx       |   2 +
 lib/cpPlugins/BaseObjects/Parameters.cxx           |  12 +--
 lib/cpPlugins/DataObjects/Image.d                  |   2 +
 .../DataObjects/PolyLineParametricPath.cxx         |  30 ++----
 lib/cpPlugins/DataObjects/PolyLineParametricPath.d |   3 +
 lib/cpPlugins/DataObjects/Skeleton.cxx             |  29 ++----
 lib/cpPlugins/DataObjects/Skeleton.d               |   3 +
 plugins/IO/ImageJSkeletonWriter.cxx                | 109 +++++++++++++++++++++
 plugins/IO/ImageJSkeletonWriter.h                  |  28 ++++++
 plugins/Widgets/SeedWidget.cxx                     |  46 +++++----
 16 files changed, 297 insertions(+), 93 deletions(-)
 create mode 100644 appli/plugins/CMakeLists.txt
 create mode 100644 appli/plugins/ExecutePipeline.cxx
 create mode 100644 lib/cpPlugins/DataObjects/PolyLineParametricPath.d
 create mode 100644 lib/cpPlugins/DataObjects/Skeleton.d
 create mode 100644 plugins/IO/ImageJSkeletonWriter.cxx
 create mode 100644 plugins/IO/ImageJSkeletonWriter.h


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


More information about the Pubgit-commits-list mailing list