[pubgit-commits-list] cpPlugins branch master updated. f1747c7248d5eead5ea9d7e57bda0b081bcef065
root
root at tux.creatis.insa-lyon.fr
Wed Nov 16 22:57:03 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 f1747c7248d5eead5ea9d7e57bda0b081bcef065 (commit)
from ced860e96e5d2e10481582649664505396b0054d (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=f1747c7248d5eead5ea9d7e57bda0b081bcef065
commit f1747c7248d5eead5ea9d7e57bda0b081bcef065
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Nov 16 16:56:23 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
.../Algorithms/SkeletonToImageFilter.h | 81 ++++++++++++++++
.../Algorithms/SkeletonToImageFilter.hxx | 103 +++++++++++++++++++++
lib/cpExtensions/DataStructures/Skeleton.h | 2 +
plugins/IO/SkeletonToImageFilter.cxx | 60 ++++++++++++
plugins/IO/SkeletonToImageFilter.h | 29 ++++++
plugins/ImageSliceFilters/ResampleImageFilter.cxx | 73 +++++++++++++++
.../{CPRImageFilter.h => ResampleImageFilter.h} | 13 +--
7 files changed, 353 insertions(+), 8 deletions(-)
create mode 100644 lib/cpExtensions/Algorithms/SkeletonToImageFilter.h
create mode 100644 lib/cpExtensions/Algorithms/SkeletonToImageFilter.hxx
create mode 100644 plugins/IO/SkeletonToImageFilter.cxx
create mode 100644 plugins/IO/SkeletonToImageFilter.h
create mode 100644 plugins/ImageSliceFilters/ResampleImageFilter.cxx
copy plugins/ImageSliceFilters/{CPRImageFilter.h => ResampleImageFilter.h} (54%)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list