[pubgit-commits-list] cpPlugins branch master updated. 3143943a5befc9b72fb4fec14969b43cedd32c14
root
root at tux.creatis.insa-lyon.fr
Sat Apr 23 01:00:36 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 3143943a5befc9b72fb4fec14969b43cedd32c14 (commit)
via 348a9e599343e89f942f99aacfd946a60d7b4a00 (commit)
via 427bc1753f9db20528ba5e89c46997ee12985a5a (commit)
via 00d030e4e10fea579b427297027e3ac37ff960b6 (commit)
via e6bef8234ffd9030c68a6786466a08cf144b7871 (commit)
from e2fb8817731f6231d34941a208e46b36dad425b2 (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=3143943a5befc9b72fb4fec14969b43cedd32c14
commit 3143943a5befc9b72fb4fec14969b43cedd32c14
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Fri Apr 22 18:00:23 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=348a9e599343e89f942f99aacfd946a60d7b4a00
commit 348a9e599343e89f942f99aacfd946a60d7b4a00
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Apr 21 20:12:48 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=427bc1753f9db20528ba5e89c46997ee12985a5a
commit 427bc1753f9db20528ba5e89c46997ee12985a5a
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Apr 21 11:47:34 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=00d030e4e10fea579b427297027e3ac37ff960b6
commit 00d030e4e10fea579b427297027e3ac37ff960b6
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Thu Apr 21 10:57:42 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=e6bef8234ffd9030c68a6786466a08cf144b7871
commit e6bef8234ffd9030c68a6786466a08cf144b7871
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Apr 20 18:58:52 2016 -0500
MPR objects updated
-----------------------------------------------------------------------
Summary of changes:
appli/PipelineEditor/PipelineEditor.cxx | 130 +-
appli/PipelineEditor/PipelineEditor.h | 6 +
appli/examples/extensions/CMakeLists.txt | 1 +
appli/examples/extensions/example_ImageSlice.cxx | 52 +
appli/examples/plugins/CMakeLists.txt | 9 +-
.../examples/plugins/QT}/CMakeLists.txt | 4 +-
.../plugins/QT/example_MPRViewer/CMakeLists.txt | 57 +
.../QT/example_MPRViewer/example_MPRViewer.cxx | 79 ++
.../QT/example_MPRViewer/example_MPRViewer.h | 40 +
.../QT/example_MPRViewer/example_MPRViewer.ui | 47 +
.../plugins/QT/example_MPRViewer}/main.cxx | 4 +-
appli/examples/plugins/example_ReadWriteImage.cxx | 2 +-
appli/examples/plugins/example_ShowImage.cxx | 89 ++
lib/cpExtensions/CMakeLists.txt | 1 -
.../Interaction/ImageInteractorStyle.cxx | 155 ++-
.../Interaction/ImageInteractorStyle.h | 63 +-
lib/cpExtensions/QT/PropertyWidget.cxx | 176 +++
lib/cpExtensions/QT/PropertyWidget.h | 63 +
lib/cpExtensions/QT/PropertyWidget.ui | 160 +++
lib/cpExtensions/QT/SimpleMPRWidget.cxx | 644 ++--------
lib/cpExtensions/QT/SimpleMPRWidget.h | 234 ++--
lib/cpExtensions/QT/SimpleMPRWidget.ui | 2 +-
.../Visualization/ImageSliceActors.cxx | 1355 +++++---------------
lib/cpExtensions/Visualization/ImageSliceActors.h | 190 +--
lib/cpExtensions/Visualization/MPRActors.cxx | 2 +
lib/cpExtensions/Visualization/MPRActors.h | 2 +
lib/cpExtensions/Visualization/MPRObjects.cxx | 9 +-
lib/cpExtensions/Visualization/MPRObjects.h | 2 +
lib/cpPipelineEditor/BaseQtMainWindow.cxx | 1 +
lib/cpPipelineEditor/Editor.cxx | 18 +
lib/cpPipelineEditor/Editor.h | 16 +
lib/cpPipelineEditor/Port.cxx | 13 +
lib/cpPlugins/BaseWidget.cxx | 4 +
lib/cpPlugins/BaseWidget.h | 6 +
lib/cpPlugins/Interface.cxx | 1 +
lib/cpPlugins/Object.cxx | 1 +
lib/cpPlugins/ProcessObject.cxx | 22 +-
lib/cpPlugins/ProcessObject.h | 20 +-
lib/cpPlugins/ProcessObject.hxx | 36 +
lib/cpPlugins/Workspace.cxx | 8 +-
.../cpPluginsGenericFilters/JoinBoundingBoxes.cxx | 14 +-
plugins/cpPluginsIO/ImageWriter.cxx | 2 +-
plugins/cpPluginsIO/MeshReader.cxx | 7 +-
plugins/cpPluginsIO/MeshWriter.cxx | 3 +-
plugins/cpPluginsImageFilters/AndImageFilter.cxx | 6 +-
.../BinaryContourImageFilter.cxx | 4 +-
.../BinaryThresholdImageFilter.cxx | 4 +-
plugins/cpPluginsImageFilters/CastImageFilter.cxx | 4 +-
.../MultiScaleGaussianImageFilter.cxx | 4 +-
plugins/cpPluginsImageFilters/OrImageFilter.cxx | 6 +-
.../cpPluginsImageFilters/ResampleImageFilter.cxx | 4 +-
.../SignedMaurerDistanceMapImageFilter.cxx | 4 +-
.../cpPluginsImageMeshFilters/MarchingCubes.cxx | 4 +-
.../TriangleMeshToBinaryImageFilter.cxx | 9 +-
.../cpPluginsMeshFilters/AppendMeshesFilter.cxx | 14 +-
.../cpPluginsWidgets/NoInteractiveSeedWidget.cxx | 4 +-
plugins/cpPluginsWidgets/SeedWidget.cxx | 202 +--
plugins/cpPluginsWidgets/SeedWidget.h | 29 +-
58 files changed, 2015 insertions(+), 2033 deletions(-)
create mode 100644 appli/examples/extensions/example_ImageSlice.cxx
copy {lib/third_party => appli/examples/plugins/QT}/CMakeLists.txt (61%)
create mode 100644 appli/examples/plugins/QT/example_MPRViewer/CMakeLists.txt
create mode 100644 appli/examples/plugins/QT/example_MPRViewer/example_MPRViewer.cxx
create mode 100644 appli/examples/plugins/QT/example_MPRViewer/example_MPRViewer.h
create mode 100644 appli/examples/plugins/QT/example_MPRViewer/example_MPRViewer.ui
copy appli/{PipelineEditor => examples/plugins/QT/example_MPRViewer}/main.cxx (96%)
create mode 100644 appli/examples/plugins/example_ShowImage.cxx
create mode 100644 lib/cpExtensions/QT/PropertyWidget.cxx
create mode 100644 lib/cpExtensions/QT/PropertyWidget.h
create mode 100644 lib/cpExtensions/QT/PropertyWidget.ui
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list