[pubgit-commits-list] cpPlugins branch master updated. 9b11582dc5062474361432e46838c4e790c21f10
root
root at tux.creatis.insa-lyon.fr
Tue Nov 1 23:24:41 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 9b11582dc5062474361432e46838c4e790c21f10 (commit)
from 9d315ac836e5fe246a8c987681085ee19898affc (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=9b11582dc5062474361432e46838c4e790c21f10
commit 9b11582dc5062474361432e46838c4e790c21f10
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Nov 1 17:14:52 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
lib/Instances/BaseObjects.i | 2 +-
lib/Instances/CMakeLists.txt | 2 +
lib/Instances/ImageComplexFilters.i | 15 +++
.../Algorithms/GradientImageFunctionBase.h | 2 +
lib/cpPlugins/BaseObjects/Parameters.cxx | 116 +++++++++++++++++---
lib/cpPlugins/BaseObjects/Parameters.h | 69 ++++++------
lib/cpPlugins/BaseObjects/Widget.cxx | 3 +-
lib/cpPlugins/DataObjects/Image.d | 1 +
lib/cpPlugins/QT/OpenFileDialog.cxx | 112 +++++++++++++++++++
lib/cpPlugins/QT/OpenFileDialog.h | 46 ++++++++
lib/cpPlugins/QT/SaveFileDialog.cxx | 81 ++++++++++++++
lib/cpPlugins/QT/SaveFileDialog.h | 46 ++++++++
.../CurvatureAnisotropicDiffusionImageFilter.cxx | 13 +--
plugins/CMakeLists.txt | 6 ++
.../PolyLineParametricPathToSimple3DCurve.cxx | 3 +-
plugins/IO/ImageReader.cxx | 118 ++++++---------------
plugins/IO/ImageReaderQDialog.h | 38 -------
plugins/IO/ImageWriter.cxx | 77 ++------------
plugins/IO/ImageWriterQDialog.h | 38 -------
plugins/IO/MeshWriter.cxx | 25 ++++-
plugins/IO/MeshWriter.h | 3 +
plugins/ImageArithmeticFilters/PowImageFilter.cxx | 3 +-
.../ImageDistanceMaps/BinaryContourImageFilter.cxx | 10 +-
.../SignedMaurerDistanceMapImageFilter.cxx | 13 +--
.../RescaleIntensityImageFilter.cxx | 7 +-
plugins/ImageGradientFilters/FluxImageFilter.cxx | 72 +++++--------
.../ImageGradientFilters/GulsunTekImageFilter.cxx | 118 +++++++--------------
.../ImageGradientFilters/GulsunTekImageFilter.h | 4 +-
.../ImageGradientFilters/ImageGradientFilters.i | 30 ++++++
plugins/ImageGradientFilters/MFluxImageFilter.cxx | 72 +++++--------
.../MultiScaleGaussianImageFilter.cxx | 14 ---
plugins/ImageMeshFilters/RasterMeshFilter.cxx | 10 +-
.../BinaryDilateParaImageFilter.cxx | 47 +++-----
.../BinaryErodeParaImageFilter.cxx | 47 +++-----
.../ImageParaMorphologyFilter.i | 17 +++
.../BinaryThresholdImageFilter.cxx | 62 +++++------
.../ImageThresholdFilters/ImageThresholdFilters.i | 3 +
.../ImageToBoundingBoxFromThreshold.cxx | 53 +++++----
.../UnaryThresholdImageFilter.cxx | 54 ++++------
plugins/MeshSources/CylinderSource.cxx | 9 +-
plugins/MeshSources/SphereSource.cxx | 9 +-
plugins/Widgets/SplineWidget.cxx | 3 +-
42 files changed, 794 insertions(+), 679 deletions(-)
create mode 100644 lib/Instances/ImageComplexFilters.i
create mode 100644 lib/cpPlugins/QT/OpenFileDialog.cxx
create mode 100644 lib/cpPlugins/QT/OpenFileDialog.h
create mode 100644 lib/cpPlugins/QT/SaveFileDialog.cxx
create mode 100644 lib/cpPlugins/QT/SaveFileDialog.h
delete mode 100644 plugins/IO/ImageReaderQDialog.h
delete mode 100644 plugins/IO/ImageWriterQDialog.h
create mode 100644 plugins/ImageGradientFilters/ImageGradientFilters.i
create mode 100644 plugins/ImageParaMorphologyFilters/ImageParaMorphologyFilter.i
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list