[pubgit-commits-list] cpPlugins branch master updated. e8aa06dcf9c9fe4391ece860ffd2d4e9c80e289d
root
root at tux.creatis.insa-lyon.fr
Thu Apr 7 00:45:35 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 e8aa06dcf9c9fe4391ece860ffd2d4e9c80e289d (commit)
from a645bdc9f56480d4951ffbb5cba4804d25cb9107 (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=e8aa06dcf9c9fe4391ece860ffd2d4e9c80e289d
commit e8aa06dcf9c9fe4391ece860ffd2d4e9c80e289d
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Apr 6 17:45:25 2016 -0500
PolyLineParametricPath support added
-----------------------------------------------------------------------
Summary of changes:
cmake/cpPluginsConfig.cmake.in | 45 +++++++++-------
.../DataStructures/PolyLineParametricPath.h | 62 ++++++++++++++++++++++
.../PolyLineParametricPathToPolyData.hxx | 15 ++++--
lib/cpPlugins/{Image.cxx => Path.cxx} | 22 ++++----
lib/cpPlugins/{Mesh.h => Path.h} | 31 ++++++-----
lib/cpPlugins/Path.hxx | 44 +++++++++++++++
lib/cpPlugins_Instances/CMakeLists.txt | 2 +-
lib/cpPlugins_Instances/Paths.i | 4 ++
8 files changed, 173 insertions(+), 52 deletions(-)
create mode 100644 lib/cpExtensions/DataStructures/PolyLineParametricPath.h
copy lib/cpPlugins/{Image.cxx => Path.cxx} (63%)
copy lib/cpPlugins/{Mesh.h => Path.h} (55%)
create mode 100644 lib/cpPlugins/Path.hxx
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list