[pubgit-commits-list] cpPlugins branch master updated. 80ac2c55630c2a345a2102f0be86843147a398cc

root root at tux.creatis.insa-lyon.fr
Tue Dec 6 01:10:19 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  80ac2c55630c2a345a2102f0be86843147a398cc (commit)
      from  e393f405f8f1864f8b019940fe1303be78002f64 (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=80ac2c55630c2a345a2102f0be86843147a398cc
commit 80ac2c55630c2a345a2102f0be86843147a398cc
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Mon Dec 5 19:09:59 2016 -0500

    ...


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

Summary of changes:
 .../DataStructures/FourierSeriesContour.cxx        |  22 +++--
 .../DataStructures/FourierSeriesContour.h          |  26 ++---
 lib/cpInstances/CMakeLists.txt                     |  13 ++-
 lib/cpInstances/ITKImageInterpolators.i            |   5 +
 lib/cpPlugins/BaseObjects/Parameters.cxx           |   3 +
 plugins/CMakeLists.txt                             |   6 ++
 .../BSplineInterpolateImageFunction.cxx            |  62 ++++++++++++
 .../BSplineInterpolateImageFunction.h              |  38 +++++++
 .../InterpolateImageFunction.cxx                   |  23 +++++
 .../InterpolateImageFunction.h                     |  50 ++++++++++
 .../LinearInterpolateImageFunction.cxx             |  58 +++++++++++
 .../LinearInterpolateImageFunction.h               |  38 +++++++
 plugins/ITKSliceFilters/CPRImageFilter.cxx         |  61 +++++++-----
 plugins/ITKSliceFilters/ITKSliceFilters.i          |   7 ++
 plugins/ITKSliceFilters/IsoResampleImageFilter.cxx | 109 +++++++++++++++++++++
 .../{CPRImageFilter.h => IsoResampleImageFilter.h} |  14 +--
 16 files changed, 480 insertions(+), 55 deletions(-)
 create mode 100644 plugins/ITKImageInterpolators/BSplineInterpolateImageFunction.cxx
 create mode 100644 plugins/ITKImageInterpolators/BSplineInterpolateImageFunction.h
 create mode 100644 plugins/ITKImageInterpolators/InterpolateImageFunction.cxx
 create mode 100644 plugins/ITKImageInterpolators/InterpolateImageFunction.h
 create mode 100644 plugins/ITKImageInterpolators/LinearInterpolateImageFunction.cxx
 create mode 100644 plugins/ITKImageInterpolators/LinearInterpolateImageFunction.h
 create mode 100644 plugins/ITKSliceFilters/ITKSliceFilters.i
 create mode 100644 plugins/ITKSliceFilters/IsoResampleImageFilter.cxx
 copy plugins/ITKSliceFilters/{CPRImageFilter.h => IsoResampleImageFilter.h} (53%)


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


More information about the Pubgit-commits-list mailing list