[pubgit-commits-list] cpPlugins branch master updated. 9f494b26ae4e5de45b4c2119a10de67ac0beeedf

root root at tux.creatis.insa-lyon.fr
Mon Nov 28 23:21:05 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  9f494b26ae4e5de45b4c2119a10de67ac0beeedf (commit)
       via  cbb8a7efe9cc48f7334f0cd07d63dd2af906a3e7 (commit)
      from  a52d42076db836c8af9106109b7f899d928de397 (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=9f494b26ae4e5de45b4c2119a10de67ac0beeedf
commit 9f494b26ae4e5de45b4c2119a10de67ac0beeedf
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Mon Nov 28 17:20:53 2016 -0500

    ...


http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=cbb8a7efe9cc48f7334f0cd07d63dd2af906a3e7
commit cbb8a7efe9cc48f7334f0cd07d63dd2af906a3e7
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Mon Nov 28 08:16:32 2016 -0500

    ...


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

Summary of changes:
 cmake/Options.cmake                                |  2 +-
 lib/cpInstances/ITK2VTKImageFilters.i              | 21 ++++++++
 lib/cpInstances/ITKBaseImageFilters.i              | 54 ++++++++++++++++++++
 lib/cpInstances/ITKBoundingBoxes.i                 |  6 +++
 lib/cpInstances/ITKImages.i                        | 41 ++++++++++++++++
 lib/cpInstances/ITKMeshes.i                        | 15 ++++++
 lib/cpInstances/ITKNeighborhoodImageIterators.i    | 34 +++++++++++++
 lib/cpInstances/ITKPaths.i                         | 17 +++++++
 lib/cpInstances/ITKSimpleImageIterators.i          | 27 ++++++++++
 plugins/CMakeLists.txt                             | 12 ++++-
 .../ITKAnisotropicSmoothing.i                      | 12 +++++
 .../ITKBinaryFunctorFilters.i                      | 17 +++++++
 .../ITKDistanceMapFilters/ITKDistanceMapFilters.i  | 15 ++++++
 .../SignedMaurerDistanceMapImageFilter.cxx         |  8 ---
 plugins/ITKFiniteDifference/ITKFiniteDifference.i  | 15 ++++++
 plugins/ITKIO/ITKIO.i                              | 28 +++++++++++
 .../ITKImageGenericFilters_1.i                     | 12 +++++
 plugins/ITKLevelSetFilters/ITKLevelSetFilters.i    | 28 +++++++++++
 plugins/ITKMorphology/ITKMorphology.i              |  6 +++
 .../ITKNeighborhoodOperatorFilters.i               | 19 ++++++++
 plugins/ITKParaMorphology/ITKParaMorphology.i      | 18 +++++++
 plugins/ITKSeparableFilters/ITKSeparableFilters.i  |  7 +++
 .../SmoothingRecursiveGaussianImageFilter.cxx      |  4 --
 .../ITKUnaryFunctorFilters.i                       | 33 +++++++++++++
 .../UnaryThresholdImageFilter.cxx                  | 57 ++++++++++++++++++++++
 ...ldImageFilter.h => UnaryThresholdImageFilter.h} | 10 ++--
 26 files changed, 499 insertions(+), 19 deletions(-)
 create mode 100644 lib/cpInstances/ITK2VTKImageFilters.i
 create mode 100644 lib/cpInstances/ITKBaseImageFilters.i
 create mode 100644 lib/cpInstances/ITKBoundingBoxes.i
 create mode 100644 lib/cpInstances/ITKImages.i
 create mode 100644 lib/cpInstances/ITKMeshes.i
 create mode 100644 lib/cpInstances/ITKNeighborhoodImageIterators.i
 create mode 100644 lib/cpInstances/ITKPaths.i
 create mode 100644 lib/cpInstances/ITKSimpleImageIterators.i
 create mode 100644 plugins/ITKAnisotropicSmoothing/ITKAnisotropicSmoothing.i
 create mode 100644 plugins/ITKBinaryFunctorFilters/ITKBinaryFunctorFilters.i
 create mode 100644 plugins/ITKDistanceMapFilters/ITKDistanceMapFilters.i
 create mode 100644 plugins/ITKFiniteDifference/ITKFiniteDifference.i
 create mode 100644 plugins/ITKIO/ITKIO.i
 create mode 100644 plugins/ITKImageGenericFilters_1/ITKImageGenericFilters_1.i
 create mode 100644 plugins/ITKLevelSetFilters/ITKLevelSetFilters.i
 create mode 100644 plugins/ITKMorphology/ITKMorphology.i
 create mode 100644 plugins/ITKNeighborhoodOperatorFilters/ITKNeighborhoodOperatorFilters.i
 create mode 100644 plugins/ITKParaMorphology/ITKParaMorphology.i
 create mode 100644 plugins/ITKSeparableFilters/ITKSeparableFilters.i
 create mode 100644 plugins/ITKUnaryFunctorFilters/ITKUnaryFunctorFilters.i
 create mode 100644 plugins/ITKUnaryFunctorFilters/UnaryThresholdImageFilter.cxx
 copy plugins/ITKUnaryFunctorFilters/{BinaryThresholdImageFilter.h => UnaryThresholdImageFilter.h} (56%)


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


More information about the Pubgit-commits-list mailing list