[pubgit-commits-list] cpPlugins branch master updated. fdd4f2cec18107de380ebd350cb1019eed7c294c
root
root at tux.creatis.insa-lyon.fr
Sat Oct 17 00:18:07 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 fdd4f2cec18107de380ebd350cb1019eed7c294c (commit)
from 5281fb1eda049dd4ca455ec658dd7c74ebc8581c (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=fdd4f2cec18107de380ebd350cb1019eed7c294c
commit fdd4f2cec18107de380ebd350cb1019eed7c294c
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Fri Oct 16 17:17:56 2015 -0500
More widgets added
-----------------------------------------------------------------------
Summary of changes:
appli/ImageMPR/ImageMPR.cxx | 85 ++--
appli/ImageMPR/ImageMPR.h | 8 -
appli/examples/CMakeLists.txt | 2 +
appli/examples/example_BaseInteractorStyle.cxx | 10 +-
...le_View2DImage.cxx => example_HandleWidget.cxx} | 26 ++
...mple_View2DImage.cxx => example_SeedWidget.cxx} | 19 +
lib/cpExtensions/CMakeLists.txt | 1 +
.../BaseInteractorStyle.cxx | 440 ++++++++++++++-------
.../BaseInteractorStyle.h | 53 ++-
.../ImageInteractorStyle.cxx | 28 +-
.../ImageInteractorStyle.h | 12 +-
lib/cpExtensions/Interaction/SeedWidget.cxx | 86 ++++
lib/cpExtensions/Interaction/SeedWidget.h | 54 +++
.../Visualization/ImageSliceActors.cxx | 329 ++++++++-------
lib/cpExtensions/Visualization/ImageSliceActors.h | 60 ++-
lib/cpExtensions/Visualization/MPRActors.cxx | 53 ++-
lib/cpExtensions/Visualization/MPRActors.h | 42 +-
lib/cpExtensions/Visualization/MPRObjects.cxx | 24 +-
lib/cpExtensions/Visualization/MPRObjects.h | 41 +-
lib/cpPlugins/Interface/BaseMPRWindow.h | 18 +-
20 files changed, 900 insertions(+), 491 deletions(-)
copy appli/examples/{example_View2DImage.cxx => example_HandleWidget.cxx} (75%)
copy appli/examples/{example_View2DImage.cxx => example_SeedWidget.cxx} (79%)
rename lib/cpExtensions/{Visualization => Interaction}/BaseInteractorStyle.cxx (62%)
rename lib/cpExtensions/{Visualization => Interaction}/BaseInteractorStyle.h (75%)
rename lib/cpExtensions/{Visualization => Interaction}/ImageInteractorStyle.cxx (61%)
rename lib/cpExtensions/{Visualization => Interaction}/ImageInteractorStyle.h (71%)
create mode 100644 lib/cpExtensions/Interaction/SeedWidget.cxx
create mode 100644 lib/cpExtensions/Interaction/SeedWidget.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list