[pubgit-commits-list] cpPlugins branch master updated. 878705ae4eab58fc442c37bee7a2ea5124311b66

root root at tux.creatis.insa-lyon.fr
Tue Sep 13 03:53:11 CEST 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  878705ae4eab58fc442c37bee7a2ea5124311b66 (commit)
       via  f77263a8b9bbfb4d3f2f179b1da79cf5c55faed3 (commit)
      from  3393941bf8f26babc7b592db434b40c1b747a687 (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=878705ae4eab58fc442c37bee7a2ea5124311b66
commit 878705ae4eab58fc442c37bee7a2ea5124311b66
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Mon Sep 12 20:52:58 2016 -0500

    Some minor visualization bugs.


http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=f77263a8b9bbfb4d3f2f179b1da79cf5c55faed3
commit f77263a8b9bbfb4d3f2f179b1da79cf5c55faed3
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Mon Sep 12 15:01:31 2016 -0500

    Medialness filters updated.


-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt                                     |   2 +-
 appli/CMakeLists.txt                               |   1 +
 appli/PipelineEditor/CMakeLists.txt                |   8 +
 appli/PipelineEditor/PipelineEditorMainWindow.cxx  |  36 ++
 appli/PipelineEditor/PipelineEditorMainWindow.h    |  36 ++
 appli/PipelineEditor/PipelineEditorMainWindow.ui   | 189 +++++++
 appli/PipelineEditor/main.cxx                      |   7 +
 cmake/cpPluginsConfig.cmake.in                     |  28 -
 dependencies/cpPlugins_Install_CMAKE.sh            | 198 +++++++
 dependencies/cpPlugins_Install_ITK.sh              | 216 ++++++++
 dependencies/cpPlugins_Install_VTK.sh              | 256 ++++++++++
 lib/cpExtensions/Algorithms/FluxMedialness.h       |  12 +-
 lib/cpExtensions/Algorithms/FluxMedialness.hxx     |  14 +-
 .../Algorithms/GradientImageFunctionBase.h         |  13 +-
 .../Algorithms/GradientImageFunctionBase.hxx       |  45 +-
 lib/cpExtensions/Algorithms/GulsunTekMedialness.h  |  12 +-
 .../Algorithms/GulsunTekMedialness.hxx             |  14 +-
 lib/cpExtensions/Algorithms/MFluxMedialness.h      |  12 +-
 lib/cpExtensions/Algorithms/MFluxMedialness.hxx    |  14 +-
 lib/cpExtensions/QT/ImageWidget.cxx                |  28 +
 lib/cpExtensions/QT/MPR3DWidget.cxx                |   8 +
 lib/cpExtensions/QT/SimpleMPRWidget.cxx            |  12 +
 .../QT/WindowLevelImageConfiguration.cxx           |  82 ++-
 .../QT/WindowLevelImageConfiguration.h             |   4 +-
 .../QT/WindowLevelImageConfiguration.ui            | 567 +++++++--------------
 lib/cpExtensions/Visualization/MPR3DActors.cxx     |  44 ++
 lib/cpExtensions/Visualization/MPR3DActors.h       |   5 +
 plugins/ImageGradientFilters/FluxImageFilter.cxx   |   1 +
 .../ImageGradientFilters/GulsunTekImageFilter.cxx  |  45 +-
 .../ImageGradientFilters/GulsunTekImageFilter.h    |   3 +
 plugins/ImageGradientFilters/MFluxImageFilter.cxx  |   7 +-
 31 files changed, 1449 insertions(+), 470 deletions(-)
 create mode 100644 appli/PipelineEditor/CMakeLists.txt
 create mode 100644 appli/PipelineEditor/PipelineEditorMainWindow.cxx
 create mode 100644 appli/PipelineEditor/PipelineEditorMainWindow.h
 create mode 100644 appli/PipelineEditor/PipelineEditorMainWindow.ui
 create mode 100644 appli/PipelineEditor/main.cxx
 create mode 100755 dependencies/cpPlugins_Install_CMAKE.sh
 create mode 100755 dependencies/cpPlugins_Install_ITK.sh
 create mode 100755 dependencies/cpPlugins_Install_VTK.sh


hooks/post-receive
-- 
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)


More information about the Pubgit-commits-list mailing list