[pubgit-commits-list] cpPlugins branch master updated. ad814fa27df55cd06a071e474e56efc27f9f8fa5
root
root at tux.creatis.insa-lyon.fr
Sat Nov 7 00:17:16 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 ad814fa27df55cd06a071e474e56efc27f9f8fa5 (commit)
via 55743f4ff8867c0075518dcc6b76745722ce60ed (commit)
from d6f15d4cb764982e2b09060a9c0f38636891590c (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=ad814fa27df55cd06a071e474e56efc27f9f8fa5
commit ad814fa27df55cd06a071e474e56efc27f9f8fa5
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Fri Nov 6 18:16:56 2015 -0500
This does not compile yet: updating plugins interface and transparency of image actors
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=55743f4ff8867c0075518dcc6b76745722ce60ed
commit 55743f4ff8867c0075518dcc6b76745722ce60ed
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Nov 5 18:08:54 2015 -0500
UML-code sync
-----------------------------------------------------------------------
Summary of changes:
appli/examples/CMakeLists.txt | 4 +-
appli/examples/example_HandleWidget.cxx | 4 +-
appli/examples/example_LoadPlugins.cxx | 29 +-
appli/examples/example_LoadPluginsFromPath.cxx | 48 ++
appli/examples/example_ReadWriteImage.cxx | 63 +-
appli/examples/example_SeedWidget.cxx | 2 +-
appli/examples/example_SphereWidget.cxx | 2 +-
appli/examples/example_Test_Memento.cxx | 4 +-
appli/examples/example_View2DImage.cxx | 2 +-
doc/uml/cpPlugins_classes.dia | Bin 5632 -> 5924 bytes
lib/cpPlugins/Interface/BaseApplication.h | 27 +
lib/cpPlugins/Interface/BasePluginsApplication.h | 27 -
lib/cpPlugins/Interface/DataObject.cxx | 9 +-
lib/cpPlugins/Interface/DataObject.h | 17 +-
lib/cpPlugins/Interface/Image.h | 7 +-
lib/cpPlugins/Interface/Image.hxx | 2 -
lib/cpPlugins/Interface/Interface.cxx | 36 +-
lib/cpPlugins/Interface/Interface.h | 11 +-
lib/cpPlugins/Interface/Macros.h | 52 +-
lib/cpPlugins/Interface/Mesh.h | 5 +-
lib/cpPlugins/Interface/Mesh.hxx | 2 -
lib/cpPlugins/Interface/Object.cxx | 3 -
lib/cpPlugins/Interface/Object.h | 61 +-
lib/cpPlugins/Interface/ParametersQtDialog.cxx | 2 +-
lib/cpPlugins/Interface/Plugins.cxx | 911 ++++++++---------------
lib/cpPlugins/Interface/Plugins.h | 130 ++--
lib/cpPlugins/Interface/Plugins.hxx | 30 +
lib/cpPlugins/Interface/ProcessObject.cxx | 166 ++---
lib/cpPlugins/Interface/ProcessObject.h | 61 +-
lib/third_party/Pluma/PluginManager.cpp | 19 +-
lib/third_party/Pluma/PluginManager.hpp | 4 +-
31 files changed, 746 insertions(+), 994 deletions(-)
create mode 100644 appli/examples/example_LoadPluginsFromPath.cxx
create mode 100644 lib/cpPlugins/Interface/BaseApplication.h
delete mode 100644 lib/cpPlugins/Interface/BasePluginsApplication.h
create mode 100644 lib/cpPlugins/Interface/Plugins.hxx
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list