[pubgit-commits-list] cpPlugins branch master updated. 62d056ccb528d63392d197552830460e980a5aba
root
root at tux.creatis.insa-lyon.fr
Wed Sep 23 19:14:55 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 62d056ccb528d63392d197552830460e980a5aba (commit)
from 3b51a08c6a78ed09578f198f6a13dd769d460bef (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=62d056ccb528d63392d197552830460e980a5aba
commit 62d056ccb528d63392d197552830460e980a5aba
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Sep 23 19:14:51 2015 +0200
...
-----------------------------------------------------------------------
Summary of changes:
appli/ImageMPR/ImageMPR.cxx | 147 +++++++++--------
appli/ImageMPR/ImageMPR.h | 10 +-
appli/examples/CMakeLists.txt | 1 +
appli/examples/example_MPR.cxx | 171 +++++++++++++++++---
appli/examples/example_MarchingCubes.cxx | 5 +-
appli/examples/example_OtsuFilter.cxx | 5 +-
appli/examples/example_RGBImageToHSVChannels.cxx | 5 +-
appli/examples/example_RGBImageToYPbPrChannels.cxx | 5 +-
appli/examples/example_ReadWriteImage.cxx | 5 +-
.../Visualization/ImageInteractorStyle.cxx | 8 +
lib/cpExtensions/Visualization/MPRActors.cxx | 68 ++++----
lib/cpExtensions/Visualization/MPRActors.h | 2 +-
...{MPRWithDifferentWindows.cxx => MPRObjects.cxx} | 148 ++++++++++--------
lib/cpExtensions/Visualization/MPRObjects.h | 77 +++++++++
.../Visualization/MPRWithDifferentWindows.h | 92 -----------
lib/cpPlugins/Interface/Mesh.cxx | 21 +++
lib/cpPlugins/Interface/Mesh.h | 11 +-
lib/cpPlugins/Interface/ParametersQtDialog.cxx | 40 ++++-
lib/cpPlugins/Interface/ProcessObject.cxx | 10 --
lib/cpPlugins/Interface/ProcessObject.h | 23 ++-
lib/cpPlugins/Interface/ProcessObject.hxx | 30 ++--
lib/cpPlugins/Plugins/ImageReader.cxx | 173 +++++++++++++++------
lib/cpPlugins/Plugins/ImageWriter.cxx | 2 +-
lib/cpPlugins/Plugins/MarchingCubes.cxx | 4 +-
lib/cpPlugins/Plugins/MeshReader.cxx | 2 +-
lib/cpPlugins/Plugins/MeshWriter.cxx | 2 +-
lib/cpPlugins/Plugins/OtsuThresholdImageFilter.cxx | 4 +-
.../Plugins/RGBImageToOtherChannelsFilter.cxx | 4 +-
.../SecondRankDiffusionTensorToPolyData.cxx | 4 +-
29 files changed, 688 insertions(+), 391 deletions(-)
rename lib/cpExtensions/Visualization/{MPRWithDifferentWindows.cxx => MPRObjects.cxx} (60%)
create mode 100644 lib/cpExtensions/Visualization/MPRObjects.h
delete mode 100644 lib/cpExtensions/Visualization/MPRWithDifferentWindows.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list