[pubgit-commits-list] cpPlugins branch master updated. 73b0cfaebc440484dbc92a3a3404a0ee0859008e

root root at tux.creatis.insa-lyon.fr
Wed Dec 31 11:10:44 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  73b0cfaebc440484dbc92a3a3404a0ee0859008e (commit)
       via  e561a2fa4dcaee2c544e58385e1ff7d56ba8b051 (commit)
       via  d33ff8f25fd903eca28c2f088adc8f68e7738135 (commit)
      from  bc3afa8dc27d197bbe334c0b6f8650e7be435b6f (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=73b0cfaebc440484dbc92a3a3404a0ee0859008e
commit 73b0cfaebc440484dbc92a3a3404a0ee0859008e
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Wed Dec 31 11:10:38 2014 +0100

    More sync


http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=e561a2fa4dcaee2c544e58385e1ff7d56ba8b051
commit e561a2fa4dcaee2c544e58385e1ff7d56ba8b051
Merge: d33ff8f bc3afa8
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Wed Dec 31 11:06:32 2014 +0100

    Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/cpPlugins
    
    Windows/Linux synch


http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=d33ff8f25fd903eca28c2f088adc8f68e7738135
commit d33ff8f25fd903eca28c2f088adc8f68e7738135
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Wed Dec 31 11:06:29 2014 +0100

    More on parameters simplification


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

Summary of changes:
 lib/cpPlugins/Interface/FilterObject.h             |   3 -
 lib/cpPlugins/Interface/ImageSink.h                |   3 -
 lib/cpPlugins/Interface/ImageSource.h              |   3 -
 lib/cpPlugins/Interface/ImageToImageFilter.h       |   3 -
 lib/cpPlugins/Interface/ImageToMeshFilter.h        |   3 -
 .../ImageToPolyLineParametricPathFilter.h          |   3 -
 lib/cpPlugins/Interface/MeshSink.h                 |   3 -
 lib/cpPlugins/Interface/MeshSource.h               |   3 -
 lib/cpPlugins/Interface/MeshToImageFilter.h        |   3 -
 lib/cpPlugins/Interface/MeshToMeshFilter.h         |   3 -
 lib/cpPlugins/Interface/Parameters.cxx             | 182 ++++++++-------------
 lib/cpPlugins/Interface/Parameters.h               |  61 +++----
 lib/cpPlugins/Interface/Parameters.hxx             | 165 ++++++++-----------
 .../Interface/PolyLineParametricPathSource.cxx     |  30 ++++
 ...MeshSource.h => PolyLineParametricPathSource.h} |  21 +--
 lib/cpPlugins/Interface/ProcessObject.cxx          |   6 +-
 lib/cpPlugins/Interface/ProcessObject.h            |  14 +-
 lib/cpPlugins/Interface/SinkObject.h               |   3 -
 lib/cpPlugins/Interface/SourceObject.h             |   3 -
 .../Plugins/RGBImageToHSVChannelsFilter.h          |   7 +-
 20 files changed, 218 insertions(+), 304 deletions(-)
 create mode 100644 lib/cpPlugins/Interface/PolyLineParametricPathSource.cxx
 copy lib/cpPlugins/Interface/{MeshSource.h => PolyLineParametricPathSource.h} (56%)


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


More information about the Pubgit-commits-list mailing list