[pubgit-commits-list] cpPlugins branch master updated. 4985f4ba986f600298676866c5099b2f84bee50b
root
root at tux.creatis.insa-lyon.fr
Wed Nov 30 00:16:23 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 4985f4ba986f600298676866c5099b2f84bee50b (commit)
from 9f494b26ae4e5de45b4c2119a10de67ac0beeedf (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=4985f4ba986f600298676866c5099b2f84bee50b
commit 4985f4ba986f600298676866c5099b2f84bee50b
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Nov 29 18:16:06 2016 -0500
..
-----------------------------------------------------------------------
Summary of changes:
appli/PipelineEditor/PipelineEditor.cxx | 167 ++++++++++---------
appli/PipelineEditor/PipelineEditor.h | 1 -
cmake/cpPluginsConfig.cmake.in | 102 ++++++------
lib/cpBaseQtApplication/MainWindow.cxx | 176 ++++-----------------
lib/cpBaseQtApplication/MainWindow.h | 23 ++-
.../Algorithms/SkeletonToImageFilter.h | 81 ++++++++++
.../Algorithms/SkeletonToImageFilter.hxx | 119 ++++++++++++++
lib/cpInstances/ITKNeighborhoodImageIterators.i | 3 +
lib/cpPlugins/BaseObjects/Parameters.cxx | 24 ---
lib/cpPlugins/Interface/Workspace.cxx | 29 ++++
lib/cpPlugins/Interface/Workspace.h | 36 +----
.../CurvatureAnisotropicDiffusionImageFilter.cxx | 71 +++++++++
.../CurvatureAnisotropicDiffusionImageFilter.h | 32 ++++
.../ITKAnisotropicSmoothing.i | 2 +-
.../SignedMaurerDistanceMapImageFilter.cxx | 2 +
.../ITKImageGenericFilters_1.i | 3 +
.../MinimumMaximumImageCalculator.cxx | 120 ++++++++++++++
.../MinimumMaximumImageCalculator.h | 29 ++++
plugins/ITKMorphology/ITKMorphology.i | 5 +-
19 files changed, 671 insertions(+), 354 deletions(-)
create mode 100644 lib/cpExtensions/Algorithms/SkeletonToImageFilter.h
create mode 100644 lib/cpExtensions/Algorithms/SkeletonToImageFilter.hxx
create mode 100644 plugins/ITKAnisotropicSmoothing/CurvatureAnisotropicDiffusionImageFilter.cxx
create mode 100644 plugins/ITKAnisotropicSmoothing/CurvatureAnisotropicDiffusionImageFilter.h
create mode 100644 plugins/ITKImageGenericFilters_1/MinimumMaximumImageCalculator.cxx
create mode 100644 plugins/ITKImageGenericFilters_1/MinimumMaximumImageCalculator.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list