[pubgit-commits-list] cpPlugins branch master updated. 4a793c6b8f400b2303a3f69680aea22948d8ecc6
root
root at tux.creatis.insa-lyon.fr
Tue Oct 27 23:56:59 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 4a793c6b8f400b2303a3f69680aea22948d8ecc6 (commit)
via a02d2e4b730e0a8c7709856c9c47eb7ad19edda0 (commit)
from 8f73fe60149066b59be7cc39e352f74a1e9e664f (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=4a793c6b8f400b2303a3f69680aea22948d8ecc6
commit 4a793c6b8f400b2303a3f69680aea22948d8ecc6
Merge: a02d2e4 8f73fe6
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Oct 27 17:55:42 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=a02d2e4b730e0a8c7709856c9c47eb7ad19edda0
commit a02d2e4b730e0a8c7709856c9c47eb7ad19edda0
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Oct 27 17:55:10 2015 -0500
Tree data updated.
-----------------------------------------------------------------------
Summary of changes:
appli/ImageMPR/ImageMPR.cxx | 188 ++++++--
appli/ImageMPR/ImageMPR.h | 6 +-
appli/ImageMPR/ImageMPR.ui | 15 +-
appli/examples/CMakeLists.txt | 1 -
appli/examples/example_TestQuadSplitter.cxx | 24 -
.../Interaction/BaseInteractorStyle.cxx | 510 ++-------------------
lib/cpExtensions/Interaction/BaseInteractorStyle.h | 83 ++--
.../Interaction/ImageInteractorStyle.h | 13 +
lib/cpExtensions/QT/QuadSplitter.cxx | 63 ---
lib/cpExtensions/QT/QuadSplitter.h | 50 --
.../Visualization/ImageSliceActors.cxx | 102 +----
lib/cpExtensions/Visualization/ImageSliceActors.h | 40 +-
lib/cpExtensions/Visualization/MPRActors.cxx | 28 +-
lib/cpExtensions/Visualization/MPRActors.h | 20 +-
lib/cpExtensions/Visualization/MPRObjects.cxx | 24 +-
lib/cpExtensions/Visualization/MPRObjects.h | 24 +-
lib/cpPlugins/Interface/BaseMPRWidget.cxx | 245 ++++++++++
lib/cpPlugins/Interface/BaseMPRWidget.h | 133 ++++++
lib/cpPlugins/Interface/BaseMPRWidget.ui | 126 +++++
lib/cpPlugins/Interface/BaseMPRWindow.cxx | 115 -----
lib/cpPlugins/Interface/BaseMPRWindow.h | 72 ---
lib/cpPlugins/Interface/CMakeLists.txt | 5 +-
lib/cpPlugins/Interface/Mesh.cxx | 61 +--
lib/cpPlugins/Interface/Mesh.h | 16 -
lib/cpPlugins/Interface/Plugins.cxx | 2 +-
lib/cpPlugins/Interface/ProcessObject.cxx | 22 +
lib/cpPlugins/Interface/ProcessObject.h | 4 +
27 files changed, 900 insertions(+), 1092 deletions(-)
delete mode 100644 appli/examples/example_TestQuadSplitter.cxx
delete mode 100644 lib/cpExtensions/QT/QuadSplitter.cxx
delete mode 100644 lib/cpExtensions/QT/QuadSplitter.h
create mode 100644 lib/cpPlugins/Interface/BaseMPRWidget.cxx
create mode 100644 lib/cpPlugins/Interface/BaseMPRWidget.h
create mode 100644 lib/cpPlugins/Interface/BaseMPRWidget.ui
delete mode 100644 lib/cpPlugins/Interface/BaseMPRWindow.cxx
delete mode 100644 lib/cpPlugins/Interface/BaseMPRWindow.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list