[pubgit-commits-list] cpPlugins branch master updated. 4f6c47b5d9994cd1bbb601bfe8bc087a0a619e72

root root at tux.creatis.insa-lyon.fr
Sat Oct 3 01:41:29 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  4f6c47b5d9994cd1bbb601bfe8bc087a0a619e72 (commit)
      from  b4cc15873d07ef87910a4aa6492e74022cda1a25 (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=4f6c47b5d9994cd1bbb601bfe8bc087a0a619e72
commit 4f6c47b5d9994cd1bbb601bfe8bc087a0a619e72
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Fri Oct 2 18:41:14 2015 -0500

    Widget integration (step 2/6). WARNING: IT DOES NOT COMPILE YETgit shortlog !


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

Summary of changes:
 appli/ImageMPR/ImageMPR.cxx                        | 123 +++++++++++++++------
 appli/ImageMPR/ImageMPR.h                          |  28 +++--
 .../Visualization/ImageSliceActors.cxx             |  54 ++++++++-
 lib/cpExtensions/Visualization/ImageSliceActors.h  |   8 ++
 lib/cpExtensions/Visualization/MPRObjects.cxx      |  16 +++
 lib/cpExtensions/Visualization/MPRObjects.h        |   3 +
 lib/cpPlugins/Interface/CMakeLists.txt             |   3 +
 lib/cpPlugins/Interface/DataObject.cxx             |   5 +-
 lib/cpPlugins/Interface/DataObject.h               |   8 +-
 lib/cpPlugins/Interface/ImplicitFunction.cxx       |  95 ++++++++++++++++
 lib/cpPlugins/Interface/ImplicitFunction.h         |  85 ++++++++++++++
 lib/cpPlugins/Interface/ImplicitFunction.hxx       |  38 +++++++
 lib/cpPlugins/Interface/ProcessObject.h            |   7 ++
 lib/cpPlugins/Plugins/BasicFilters/Cutter.cxx      |  76 +++++++++++++
 lib/cpPlugins/Plugins/BasicFilters/Cutter.h        |  57 ++++++++++
 .../Plugins/BasicFilters/MarchingCubes.cxx         |   1 +
 16 files changed, 553 insertions(+), 54 deletions(-)
 create mode 100644 lib/cpPlugins/Interface/ImplicitFunction.cxx
 create mode 100644 lib/cpPlugins/Interface/ImplicitFunction.h
 create mode 100644 lib/cpPlugins/Interface/ImplicitFunction.hxx
 create mode 100644 lib/cpPlugins/Plugins/BasicFilters/Cutter.cxx
 create mode 100644 lib/cpPlugins/Plugins/BasicFilters/Cutter.h


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


More information about the Pubgit-commits-list mailing list