[pubgit-commits-list] cpPlugins branch master updated. 7ff425303898b812f8a85a312cfa415dd0c1abc7
root
root at tux.creatis.insa-lyon.fr
Thu Dec 1 23:23:57 CET 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 7ff425303898b812f8a85a312cfa415dd0c1abc7 (commit)
from 56ab4d443e31a686cec29e293f03f605eb004f44 (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=7ff425303898b812f8a85a312cfa415dd0c1abc7
commit 7ff425303898b812f8a85a312cfa415dd0c1abc7
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Dec 1 17:23:41 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
lib/cpExtensions/DataStructures/Skeleton.h | 2 +
lib/cpInstances/CMakeLists.txt | 3 ++
plugins/CMakeLists.txt | 7 +--
.../PolyLineParametricPathToSimple3DCurve.h | 26 -----------
plugins/ITKIO/ImageReader.cxx | 15 ++++--
.../ImageToBoundingBoxFromThreshold.cxx | 2 +
.../PolyLineParametricPathToSimple3DCurve.cxx | 9 ++--
.../PolyLineParametricPathToSimple3DCurve.h | 26 +++++++++++
plugins/cpExtensions/SkeletonToImageFilter.cxx | 54 ++++++++++++++++++++++
plugins/cpExtensions/SkeletonToImageFilter.h | 30 ++++++++++++
plugins/cpExtensions/cpExtensions.i | 8 ++++
11 files changed, 142 insertions(+), 40 deletions(-)
delete mode 100644 plugins/Extensions/PolyLineParametricPathToSimple3DCurve.h
rename plugins/{Extensions => cpExtensions}/PolyLineParametricPathToSimple3DCurve.cxx (85%)
create mode 100644 plugins/cpExtensions/PolyLineParametricPathToSimple3DCurve.h
create mode 100644 plugins/cpExtensions/SkeletonToImageFilter.cxx
create mode 100644 plugins/cpExtensions/SkeletonToImageFilter.h
create mode 100644 plugins/cpExtensions/cpExtensions.i
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list