[pubgit-commits-list] cpPlugins branch master updated. 4e55e875e42fe56e3fb92a38015ffa035ac9d0bb
root
root at tux.creatis.insa-lyon.fr
Thu Sep 15 01:10:02 CEST 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 4e55e875e42fe56e3fb92a38015ffa035ac9d0bb (commit)
from a422d88602e9b49085ccfab0ef0f9f2d93fb6a1e (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=4e55e875e42fe56e3fb92a38015ffa035ac9d0bb
commit 4e55e875e42fe56e3fb92a38015ffa035ac9d0bb
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Sep 14 18:09:49 2016 -0500
Spline widget added.
-----------------------------------------------------------------------
Summary of changes:
appli/examples/plugins/ImageTracer.cxx | 122 +++------
appli/examples/plugins/ShowImage.cxx | 8 +-
lib/cpExtensions/Interaction/ImageSliceStyle.cxx | 218 ++++++++++++----
lib/cpExtensions/Interaction/ImageSliceStyle.h | 25 +-
lib/cpExtensions/QT/ImageWidget.cxx | 185 ++++++++------
lib/cpExtensions/QT/ImageWidget.h | 14 +-
lib/cpExtensions/QT/MPR3DWidget.cxx | 107 +++++++-
lib/cpExtensions/QT/MPR3DWidget.h | 37 ++-
lib/cpExtensions/QT/MPRInteractionCommand.cxx | 64 +++--
lib/cpExtensions/QT/SimpleMPRWidget.cxx | 14 +-
lib/cpExtensions/Visualization/ImageActor.cxx | 3 -
lib/cpExtensions/Visualization/OutlineSource.cxx | 50 ++++
lib/cpExtensions/Visualization/OutlineSource.h | 48 ++++
plugins/Widgets/SplineWidget.cxx | 313 +++++++++++++++++++++++
plugins/Widgets/SplineWidget.h | 78 ++++++
15 files changed, 997 insertions(+), 289 deletions(-)
create mode 100644 lib/cpExtensions/Visualization/OutlineSource.cxx
create mode 100644 lib/cpExtensions/Visualization/OutlineSource.h
create mode 100644 plugins/Widgets/SplineWidget.cxx
create mode 100644 plugins/Widgets/SplineWidget.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list