[pubgit-commits-list] cpPlugins branch master updated. 8eaa2cf759c39233848cdd5b8346faccbea4c172

root root at tux.creatis.insa-lyon.fr
Fri Oct 7 01:00:14 CEST 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  8eaa2cf759c39233848cdd5b8346faccbea4c172 (commit)
      from  098f94c899285851651a2d457fb104dfca660668 (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=8eaa2cf759c39233848cdd5b8346faccbea4c172
commit 8eaa2cf759c39233848cdd5b8346faccbea4c172
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Thu Oct 6 17:59:57 2016 -0500

    Complex graph representation as branches: 1/3. Windows compil: 2/3


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

Summary of changes:
 lib/Instances/CMakeLists.txt                       |   1 +
 lib/Instances/cpPlugins_Paths.i                    |  29 +++
 .../DataStructures/PolyLineParametricPath.h        |  57 ++++--
 .../DataStructures/PolyLineParametricPath.hxx      | 176 +++++++++++++++++
 .../PolyLineParametricPathToPolyData.cxx           | 131 +++++++++++++
 .../PolyLineParametricPathToPolyData.h             |  19 +-
 .../PolyLineParametricPathToPolyData.hxx           | 213 ---------------------
 .../DataObjects/PolyLineParametricPath.cxx         |  58 ++++++
 lib/cpPlugins/DataObjects/PolyLineParametricPath.h |  61 ++++++
 9 files changed, 503 insertions(+), 242 deletions(-)
 create mode 100644 lib/Instances/cpPlugins_Paths.i
 create mode 100644 lib/cpExtensions/DataStructures/PolyLineParametricPath.hxx
 create mode 100644 lib/cpExtensions/Visualization/PolyLineParametricPathToPolyData.cxx
 delete mode 100644 lib/cpExtensions/Visualization/PolyLineParametricPathToPolyData.hxx
 create mode 100644 lib/cpPlugins/DataObjects/PolyLineParametricPath.cxx
 create mode 100644 lib/cpPlugins/DataObjects/PolyLineParametricPath.h


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


More information about the Pubgit-commits-list mailing list