[pubgit-commits-list] cpPlugins branch master updated. c9a6823af5463e7063bf9d2619f4b5e0ad8e785e
root
root at tux.creatis.insa-lyon.fr
Sat Oct 15 21:41:50 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 c9a6823af5463e7063bf9d2619f4b5e0ad8e785e (commit)
from ea65d0a0c4a35118aa816c9e29f89b4c2142217d (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=c9a6823af5463e7063bf9d2619f4b5e0ad8e785e
commit c9a6823af5463e7063bf9d2619f4b5e0ad8e785e
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Sat Oct 15 12:56:49 2016 -0500
Skeleton representation added.
-----------------------------------------------------------------------
Summary of changes:
lib/Instances/cpPlugins_Paths.i | 3 +
lib/cpExtensions/DataStructures/Graph.h | 51 ++++---
lib/cpExtensions/DataStructures/Graph.hxx | 100 ++++++++++----
lib/cpExtensions/DataStructures/Skeleton.h | 56 ++++++++
lib/cpExtensions/DataStructures/Skeleton.hxx | 56 ++++++++
.../Visualization/SkeletonToPolyData.cxx | 147 +++++++++++++++++++++
.../Visualization/SkeletonToPolyData.h | 60 +++++++++
7 files changed, 423 insertions(+), 50 deletions(-)
create mode 100644 lib/cpExtensions/DataStructures/Skeleton.h
create mode 100644 lib/cpExtensions/DataStructures/Skeleton.hxx
create mode 100644 lib/cpExtensions/Visualization/SkeletonToPolyData.cxx
create mode 100644 lib/cpExtensions/Visualization/SkeletonToPolyData.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list