[pubgit-commits-list] cpPlugins branch master updated. 46b59f108abf7e97de551cc4500ec1c1e3e58a59
root
root at tux.creatis.insa-lyon.fr
Mon Dec 15 18:05:33 CET 2014
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 46b59f108abf7e97de551cc4500ec1c1e3e58a59 (commit)
via e6c0b2253f3eb65edaade43a281cfd2bc6c12ff0 (commit)
via e2d230e2095c121b1706d238f8b79dc525ccfc1e (commit)
from b2504685e7688dff1870c5fc1807cbc7f251aea7 (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=46b59f108abf7e97de551cc4500ec1c1e3e58a59
commit 46b59f108abf7e97de551cc4500ec1c1e3e58a59
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Dec 15 18:05:28 2014 +0100
New plugins added
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=e6c0b2253f3eb65edaade43a281cfd2bc6c12ff0
commit e6c0b2253f3eb65edaade43a281cfd2bc6c12ff0
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Dec 15 15:47:51 2014 +0100
Some bugs
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=e2d230e2095c121b1706d238f8b79dc525ccfc1e
commit e2d230e2095c121b1706d238f8b79dc525ccfc1e
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Dec 15 14:46:05 2014 +0100
Use of MPR simplified
-----------------------------------------------------------------------
Summary of changes:
appli/ImageMPR/ImageMPR.cxx | 116 +---------
appli/ImageMPR/ImageMPR.h | 43 +---
cmake/cpPluginsConfig.cmake.in | 11 +
.../Visualization/ImageInteractorStyle.cxx | 248 ++++++++++++++-------
.../Visualization/ImageInteractorStyle.h | 20 +-
.../Extensions/Visualization/MPRActors.cxx | 24 +-
.../Visualization/MPRWithDifferentWindows.cxx | 145 ++++++++++++
.../Visualization/MPRWithDifferentWindows.h | 64 ++++++
.../{SinkObject.cxx => ImageToImageFilter.cxx} | 15 +-
lib/cpPlugins/Interface/ImageToImageFilter.h | 36 +++
lib/cpPlugins/Interface/ProcessObject.h | 1 +
11 files changed, 478 insertions(+), 245 deletions(-)
create mode 100644 lib/cpPlugins/Extensions/Visualization/MPRWithDifferentWindows.cxx
create mode 100644 lib/cpPlugins/Extensions/Visualization/MPRWithDifferentWindows.h
copy lib/cpPlugins/Interface/{SinkObject.cxx => ImageToImageFilter.cxx} (51%)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list