[pubgit-commits-list] cpPlugins branch master updated. a13f931723180e65d7dfdef297c465956952eb7a
root
root at tux.creatis.insa-lyon.fr
Wed Jun 3 02:36:01 CEST 2015
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 a13f931723180e65d7dfdef297c465956952eb7a (commit)
from d4dc1570eeb643571de66fa4be5b09b37e90c8cc (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=a13f931723180e65d7dfdef297c465956952eb7a
commit a13f931723180e65d7dfdef297c465956952eb7a
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Jun 2 19:35:44 2015 -0500
ITK-VTK-Qt4-CMake coordination/factory problem finally solvedgit status!
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 64 ++---
appli/examples/CMakeLists.txt | 6 +
appli/examples/example_1DImageGradient.cxx | 84 ++++++
appli/examples/example_2DGulsunTekMedialness.cxx | 220 ++++++++++++++
appli/examples/example_2DImageGradient.cxx | 84 ++++++
appli/examples/example_3DGulsunTekMedialness.cxx | 118 ++++++++
appli/examples/example_3DImageGradient.cxx | 84 ++++++
.../Extensions/Algorithms/GradientFunctionBase.h | 86 ++++++
.../Extensions/Algorithms/GradientFunctionBase.hxx | 82 ++++++
.../Extensions/Algorithms/GulsunTekMedialness.h | 87 ++++++
.../Extensions/Algorithms/GulsunTekMedialness.hxx | 197 +++++++++++++
.../Extensions/Algorithms/ImageFunctionFilter.h | 108 +++++++
.../Extensions/Algorithms/InertiaMedialness.h | 217 ++++++++++++++
.../Extensions/Algorithms/InertiaTensorFunction.h | 182 ++++++++++++
.../Algorithms/MultiScaleGaussianImageFilter.h | 104 +++++++
.../Algorithms/MultiScaleGaussianImageFilter.hxx | 315 +++++++++++++++++++++
.../{RGBToYPbPrFunction.h => RGBExtractFunction.h} | 23 +-
lib/cpPlugins/Extensions/CMakeLists.txt | 12 +-
.../Visualization/MPRWithDifferentWindows.cxx | 10 +
.../Visualization/MPRWithDifferentWindows.h | 2 +
lib/cpPlugins/Plugins/CMakeLists.txt | 3 -
.../ItkVtkGlue/itkImageToVTKImageFilter.h | 108 +++++++
.../ItkVtkGlue/itkImageToVTKImageFilter.hxx | 129 +++++++++
.../ItkVtkGlue/itkVTKImageToImageFilter.h | 100 +++++++
.../ItkVtkGlue/itkVTKImageToImageFilter.hxx | 107 +++++++
25 files changed, 2462 insertions(+), 70 deletions(-)
create mode 100644 appli/examples/example_1DImageGradient.cxx
create mode 100644 appli/examples/example_2DGulsunTekMedialness.cxx
create mode 100644 appli/examples/example_2DImageGradient.cxx
create mode 100644 appli/examples/example_3DGulsunTekMedialness.cxx
create mode 100644 appli/examples/example_3DImageGradient.cxx
create mode 100644 lib/cpPlugins/Extensions/Algorithms/GradientFunctionBase.h
create mode 100644 lib/cpPlugins/Extensions/Algorithms/GradientFunctionBase.hxx
create mode 100644 lib/cpPlugins/Extensions/Algorithms/GulsunTekMedialness.h
create mode 100644 lib/cpPlugins/Extensions/Algorithms/GulsunTekMedialness.hxx
create mode 100644 lib/cpPlugins/Extensions/Algorithms/ImageFunctionFilter.h
create mode 100644 lib/cpPlugins/Extensions/Algorithms/InertiaMedialness.h
create mode 100644 lib/cpPlugins/Extensions/Algorithms/InertiaTensorFunction.h
create mode 100644 lib/cpPlugins/Extensions/Algorithms/MultiScaleGaussianImageFilter.h
create mode 100644 lib/cpPlugins/Extensions/Algorithms/MultiScaleGaussianImageFilter.hxx
copy lib/cpPlugins/Extensions/Algorithms/{RGBToYPbPrFunction.h => RGBExtractFunction.h} (62%)
create mode 100644 lib/third_party/ItkVtkGlue/itkImageToVTKImageFilter.h
create mode 100644 lib/third_party/ItkVtkGlue/itkImageToVTKImageFilter.hxx
create mode 100644 lib/third_party/ItkVtkGlue/itkVTKImageToImageFilter.h
create mode 100644 lib/third_party/ItkVtkGlue/itkVTKImageToImageFilter.hxx
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list