[pubgit-commits-list] cpPlugins branch master updated. 0bb74f9a32de4ce1559973ebf72fda495aa2c587

root root at tux.creatis.insa-lyon.fr
Sun Oct 25 03:08:23 CET 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  0bb74f9a32de4ce1559973ebf72fda495aa2c587 (commit)
      from  7d66cc1aeec6d5bbcd4c963fe4115e4d64eaee67 (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=0bb74f9a32de4ce1559973ebf72fda495aa2c587
commit 0bb74f9a32de4ce1559973ebf72fda495aa2c587
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Sat Oct 24 21:08:03 2015 -0500

    Generic MPR+Plugins application base updated.


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

Summary of changes:
 appli/ImageMPR/ImageMPR.cxx                        | 107 ++++-
 appli/ImageMPR/ImageMPR.h                          |  30 +-
 lib/cpPlugins/Interface/BaseMPRWindow.cxx          | 371 ++-------------
 lib/cpPlugins/Interface/BaseMPRWindow.h            |  98 +---
 lib/cpPlugins/Interface/ParametersQtDialog.cxx     |   4 +-
 lib/cpPlugins/Interface/Plugins.cxx                | 525 +++++++++++++++++++++
 lib/cpPlugins/Interface/Plugins.h                  | 102 ++++
 lib/cpPlugins/Interface/ProcessObject.cxx          |   2 +-
 .../Plugins/BasicFilters/MarchingCubes.cxx         |   3 +
 lib/cpPlugins/Plugins/IO/DicomSeriesReader.cxx     |  17 +
 lib/cpPlugins/Plugins/IO/ImageReader.cxx           |   1 +
 lib/cpPlugins/Plugins/IO/ImageWriter.cxx           |  37 ++
 lib/cpPlugins/Plugins/IO/ImageWriter.h             |   3 +
 lib/cpPlugins/Plugins/IO/MeshWriter.cxx            |  37 ++
 lib/cpPlugins/Plugins/IO/MeshWriter.h              |   3 +
 15 files changed, 882 insertions(+), 458 deletions(-)
 create mode 100644 lib/cpPlugins/Interface/Plugins.cxx
 create mode 100644 lib/cpPlugins/Interface/Plugins.h


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


More information about the Pubgit-commits-list mailing list