[pubgit-commits-list] cpPlugins branch master updated. e3bf0f6ea82aedbb6d703a7bf54a655d4d53e8d1

root root at tux.creatis.insa-lyon.fr
Fri Oct 23 02:17:00 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  e3bf0f6ea82aedbb6d703a7bf54a655d4d53e8d1 (commit)
       via  a0e1213d4d1fd054dc40a63849c152064b496731 (commit)
      from  9ab80b6a57d4e6ff9e5eeea4089e43a07525a805 (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=e3bf0f6ea82aedbb6d703a7bf54a655d4d53e8d1
commit e3bf0f6ea82aedbb6d703a7bf54a655d4d53e8d1
Merge: a0e1213 9ab80b6
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Thu Oct 22 19:15:41 2015 -0500

    Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/cpPlugins


http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=a0e1213d4d1fd054dc40a63849c152064b496731
commit a0e1213d4d1fd054dc40a63849c152064b496731
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Thu Oct 22 19:15:27 2015 -0500

    Dicom series reader plugin added.


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

Summary of changes:
 appli/ImageMPR/ImageMPR.cxx                    |  10 ++
 appli/ImageMPR/ImageMPR.h                      |   1 +
 appli/ImageMPR/ImageMPR.ui                     |  11 +-
 lib/cpPlugins/Interface/BaseMPRWindow.cxx      |  53 ++++++++
 lib/cpPlugins/Interface/BaseMPRWindow.h        |   2 +
 lib/cpPlugins/Plugins/IO/DicomSeriesReader.cxx | 179 +++++++++++++++++++++++++
 lib/cpPlugins/Plugins/IO/DicomSeriesReader.h   |  61 +++++++++
 lib/cpPlugins/Plugins/IO/ImageReader.cxx       |  13 +-
 8 files changed, 319 insertions(+), 11 deletions(-)
 create mode 100644 lib/cpPlugins/Plugins/IO/DicomSeriesReader.cxx
 create mode 100644 lib/cpPlugins/Plugins/IO/DicomSeriesReader.h


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


More information about the Pubgit-commits-list mailing list