[pubgit-commits-list] cpPlugins branch sandbox updated. f79968f83cb36df7db9cb4e5f0ff1a47cb83a489

root root at tux.creatis.insa-lyon.fr
Tue Sep 26 22:47:13 CEST 2017


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, sandbox has been updated
       via  f79968f83cb36df7db9cb4e5f0ff1a47cb83a489 (commit)
      from  b2496f3e2bf05c18475e98c57a0c598489e4842f (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=f79968f83cb36df7db9cb4e5f0ff1a47cb83a489
commit f79968f83cb36df7db9cb4e5f0ff1a47cb83a489
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Tue Sep 26 15:47:04 2017 -0500

    ...


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

Summary of changes:
 CMakeLists.txt                                 |  57 ++
 cmake/Definitions.cmake                        |  53 ++
 cmake/Functions.cmake                          | 141 ++++
 cmake/InstallCommands.cmake                    |  40 ++
 cmake/cpPluginsConfig.cmake.in                 |  26 +
 lib/CMakeLists.txt                             |  12 +
 lib/cpPlugins/CMakeLists.txt                   |  11 +
 lib/cpPlugins/Config.h.in                      |  43 ++
 lib/cpPlugins/Interface/ComponentInterface.cxx |  64 ++
 lib/cpPlugins/Interface/ComponentInterface.h   |  66 ++
 lib/cpPlugins/Interface/GarbageCollector.h     |  50 ++
 lib/cpPlugins/Interface/GarbageCollector.hxx   |  65 ++
 lib/cpPlugins/Interface/Manager.cxx            | 225 ++++++
 lib/cpPlugins/Interface/Manager.h              |  71 ++
 lib/cpPlugins/Pipeline/Object.cxx              | 207 ++++++
 lib/cpPlugins/Pipeline/Object.h                |  79 +++
 lib/cpPlugins/Pipeline/Parameters.cxx          | 705 +++++++++++++++++++
 lib/cpPlugins/Pipeline/Parameters.h            | 207 ++++++
 lib/cpPlugins/Pipeline/ProcessObject.h         |  46 ++
 lib/cpPlugins/Utils/ExpandTemplates.cxx        | 178 +++++
 lib/cpPlugins/Utils/ExpandTemplates.h          |  61 ++
 lib/cpPlugins/Version.cxx.in                   |   7 +
 lib/ivq/CMakeLists.txt                         |  25 +
 lib/ivq/Config.h.in                            |  20 +
 lib/ivq/ITK/BooleanMapSaliencyFunction.h       |  81 +++
 lib/ivq/ITK/BooleanMapSaliencyFunction.hxx     |  92 +++
 lib/ivq/ITK/CPRImageFilter.h                   |  84 +++
 lib/ivq/ITK/CPRImageFilter.hxx                 | 133 ++++
 lib/ivq/ITK/ExtractLabelFunction.h             |  73 ++
 lib/ivq/ITK/ExtractLabelFunction.hxx           |  40 ++
 lib/ivq/ITK/ImageROIFromFunction.h             |  83 +++
 lib/ivq/ITK/ImageROIFromFunction.hxx           |  99 +++
 lib/ivq/ITK/ImageStatisticsFromSeeds.h         |  82 +++
 lib/ivq/ITK/ImageStatisticsFromSeeds.hxx       | 125 ++++
 lib/ivq/ITK/ImageUnaryFunctionFilter.h         |  72 ++
 lib/ivq/ITK/ImageUnaryFunctionFilter.hxx       |  67 ++
 lib/ivq/ITK/IncrementalMeanAndVariance.cxx     |  75 ++
 lib/ivq/ITK/IncrementalMeanAndVariance.h       |  46 ++
 lib/ivq/ITK/IsoImageSlicer.h                   | 214 ++++++
 lib/ivq/ITK/IsoImageSlicer.hxx                 | 209 ++++++
 lib/ivq/ITK/PeakDetector.cxx                   | 188 +++++
 lib/ivq/ITK/PeakDetector.h                     |  76 ++
 lib/ivq/ITK/RasterContourFilter.h              | 108 +++
 lib/ivq/ITK/RasterContourFilter.hxx            | 175 +++++
 lib/ivq/ITK/Simple3DCurve.cxx                  | 177 +++++
 lib/ivq/ITK/Simple3DCurve.h                    |  83 +++
 lib/ivq/ITK/ThresholdFunction.h                |  89 +++
 lib/ivq/ITK/ThresholdFunction.hxx              |  98 +++
 lib/ivq/Qt/DicomSeriesSelectorDialog.cxx       |  34 +
 lib/ivq/Qt/DicomSeriesSelectorDialog.h         |  46 ++
 lib/ivq/Qt/DicomSeriesSelectorDialog.ui        |  81 +++
 lib/ivq/Qt/DicomSeriesSelectorWidget.cxx       | 187 +++++
 lib/ivq/Qt/DicomSeriesSelectorWidget.h         |  75 ++
 lib/ivq/Qt/DicomSeriesSelectorWidget.ui        |  89 +++
 lib/ivq/Qt/ImageViewerWidget.cxx               |  33 +
 lib/ivq/Qt/ImageViewerWidget.h                 |  48 ++
 lib/ivq/Qt/MPRViewersWidget.cxx                |  70 ++
 lib/ivq/Qt/MPRViewersWidget.h                  |  53 ++
 lib/ivq/Qt/MPRViewersWidget.ui                 |  71 ++
 lib/ivq/Qt/RendererWidget.cxx                  |  34 +
 lib/ivq/Qt/RendererWidget.h                    |  44 ++
 lib/ivq/VTK/BrushWidget.cxx                    | 639 +++++++++++++++++
 lib/ivq/VTK/BrushWidget.h                      | 112 +++
 lib/ivq/VTK/ImageActor.cxx                     | 217 ++++++
 lib/ivq/VTK/ImageActor.h                       |  82 +++
 lib/ivq/VTK/ImageSlicePointPlacer.cxx          | 280 ++++++++
 lib/ivq/VTK/ImageSlicePointPlacer.h            |  87 +++
 lib/ivq/VTK/ImageViewer.cxx                    | 913 +++++++++++++++++++++++++
 lib/ivq/VTK/ImageViewer.h                      | 160 +++++
 lib/ivq/VTK/InteractorStyleImage.cxx           | 275 ++++++++
 lib/ivq/VTK/InteractorStyleImage.h             |  76 ++
 lib/ivq/VTK/MPRViewers.cxx                     | 197 ++++++
 lib/ivq/VTK/MPRViewers.h                       |  78 +++
 lib/ivq/VTK/PolyDataActor.cxx                  | 129 ++++
 lib/ivq/VTK/PolyDataActor.h                    |  80 +++
 lib/ivq/VTK/SeedWidget.cxx                     | 109 +++
 lib/ivq/VTK/SeedWidget.h                       |  54 ++
 lib/ivq/VTK/SeedWidgetOverImageActor.cxx       | 224 ++++++
 lib/ivq/VTK/SeedWidgetOverImageActor.h         |  78 +++
 lib/ivq/VTK/Simple3DCurveToPolyData.cxx        | 119 ++++
 lib/ivq/VTK/Simple3DCurveToPolyData.h          |  66 ++
 lib/ivq/Version.cxx.in                         |  15 +
 82 files changed, 9883 insertions(+)
 create mode 100644 CMakeLists.txt
 create mode 100644 cmake/Definitions.cmake
 create mode 100644 cmake/Functions.cmake
 create mode 100644 cmake/InstallCommands.cmake
 create mode 100644 cmake/cpPluginsConfig.cmake.in
 create mode 100644 lib/CMakeLists.txt
 create mode 100644 lib/cpPlugins/CMakeLists.txt
 create mode 100644 lib/cpPlugins/Config.h.in
 create mode 100644 lib/cpPlugins/Interface/ComponentInterface.cxx
 create mode 100644 lib/cpPlugins/Interface/ComponentInterface.h
 create mode 100644 lib/cpPlugins/Interface/GarbageCollector.h
 create mode 100644 lib/cpPlugins/Interface/GarbageCollector.hxx
 create mode 100644 lib/cpPlugins/Interface/Manager.cxx
 create mode 100644 lib/cpPlugins/Interface/Manager.h
 create mode 100644 lib/cpPlugins/Pipeline/Object.cxx
 create mode 100644 lib/cpPlugins/Pipeline/Object.h
 create mode 100644 lib/cpPlugins/Pipeline/Parameters.cxx
 create mode 100644 lib/cpPlugins/Pipeline/Parameters.h
 create mode 100644 lib/cpPlugins/Pipeline/ProcessObject.h
 create mode 100644 lib/cpPlugins/Utils/ExpandTemplates.cxx
 create mode 100644 lib/cpPlugins/Utils/ExpandTemplates.h
 create mode 100644 lib/cpPlugins/Version.cxx.in
 create mode 100644 lib/ivq/CMakeLists.txt
 create mode 100644 lib/ivq/Config.h.in
 create mode 100644 lib/ivq/ITK/BooleanMapSaliencyFunction.h
 create mode 100644 lib/ivq/ITK/BooleanMapSaliencyFunction.hxx
 create mode 100644 lib/ivq/ITK/CPRImageFilter.h
 create mode 100644 lib/ivq/ITK/CPRImageFilter.hxx
 create mode 100644 lib/ivq/ITK/ExtractLabelFunction.h
 create mode 100644 lib/ivq/ITK/ExtractLabelFunction.hxx
 create mode 100644 lib/ivq/ITK/ImageROIFromFunction.h
 create mode 100644 lib/ivq/ITK/ImageROIFromFunction.hxx
 create mode 100644 lib/ivq/ITK/ImageStatisticsFromSeeds.h
 create mode 100644 lib/ivq/ITK/ImageStatisticsFromSeeds.hxx
 create mode 100644 lib/ivq/ITK/ImageUnaryFunctionFilter.h
 create mode 100644 lib/ivq/ITK/ImageUnaryFunctionFilter.hxx
 create mode 100644 lib/ivq/ITK/IncrementalMeanAndVariance.cxx
 create mode 100644 lib/ivq/ITK/IncrementalMeanAndVariance.h
 create mode 100644 lib/ivq/ITK/IsoImageSlicer.h
 create mode 100644 lib/ivq/ITK/IsoImageSlicer.hxx
 create mode 100644 lib/ivq/ITK/PeakDetector.cxx
 create mode 100644 lib/ivq/ITK/PeakDetector.h
 create mode 100644 lib/ivq/ITK/RasterContourFilter.h
 create mode 100644 lib/ivq/ITK/RasterContourFilter.hxx
 create mode 100644 lib/ivq/ITK/Simple3DCurve.cxx
 create mode 100644 lib/ivq/ITK/Simple3DCurve.h
 create mode 100644 lib/ivq/ITK/ThresholdFunction.h
 create mode 100644 lib/ivq/ITK/ThresholdFunction.hxx
 create mode 100644 lib/ivq/Qt/DicomSeriesSelectorDialog.cxx
 create mode 100644 lib/ivq/Qt/DicomSeriesSelectorDialog.h
 create mode 100644 lib/ivq/Qt/DicomSeriesSelectorDialog.ui
 create mode 100644 lib/ivq/Qt/DicomSeriesSelectorWidget.cxx
 create mode 100644 lib/ivq/Qt/DicomSeriesSelectorWidget.h
 create mode 100644 lib/ivq/Qt/DicomSeriesSelectorWidget.ui
 create mode 100644 lib/ivq/Qt/ImageViewerWidget.cxx
 create mode 100644 lib/ivq/Qt/ImageViewerWidget.h
 create mode 100644 lib/ivq/Qt/MPRViewersWidget.cxx
 create mode 100644 lib/ivq/Qt/MPRViewersWidget.h
 create mode 100644 lib/ivq/Qt/MPRViewersWidget.ui
 create mode 100644 lib/ivq/Qt/RendererWidget.cxx
 create mode 100644 lib/ivq/Qt/RendererWidget.h
 create mode 100644 lib/ivq/VTK/BrushWidget.cxx
 create mode 100644 lib/ivq/VTK/BrushWidget.h
 create mode 100644 lib/ivq/VTK/ImageActor.cxx
 create mode 100644 lib/ivq/VTK/ImageActor.h
 create mode 100644 lib/ivq/VTK/ImageSlicePointPlacer.cxx
 create mode 100644 lib/ivq/VTK/ImageSlicePointPlacer.h
 create mode 100644 lib/ivq/VTK/ImageViewer.cxx
 create mode 100644 lib/ivq/VTK/ImageViewer.h
 create mode 100644 lib/ivq/VTK/InteractorStyleImage.cxx
 create mode 100644 lib/ivq/VTK/InteractorStyleImage.h
 create mode 100644 lib/ivq/VTK/MPRViewers.cxx
 create mode 100644 lib/ivq/VTK/MPRViewers.h
 create mode 100644 lib/ivq/VTK/PolyDataActor.cxx
 create mode 100644 lib/ivq/VTK/PolyDataActor.h
 create mode 100644 lib/ivq/VTK/SeedWidget.cxx
 create mode 100644 lib/ivq/VTK/SeedWidget.h
 create mode 100644 lib/ivq/VTK/SeedWidgetOverImageActor.cxx
 create mode 100644 lib/ivq/VTK/SeedWidgetOverImageActor.h
 create mode 100644 lib/ivq/VTK/Simple3DCurveToPolyData.cxx
 create mode 100644 lib/ivq/VTK/Simple3DCurveToPolyData.h
 create mode 100644 lib/ivq/Version.cxx.in


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


More information about the Pubgit-commits-list mailing list