[pubgit-commits-list] cpPlugins branch master updated. 19a9e1774044cc32c415ad38695800c1d169820d
root
root at tux.creatis.insa-lyon.fr
Tue Jan 19 23:53:52 CET 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 19a9e1774044cc32c415ad38695800c1d169820d (commit)
from 4c53d95faa6a9ece8c1daa0e64df8d0007b0cfa4 (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=19a9e1774044cc32c415ad38695800c1d169820d
commit 19a9e1774044cc32c415ad38695800c1d169820d
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Jan 19 17:53:41 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
appli/ImageMPR/ImageMPR.cxx | 4 +-
appli/cpPipelineEditor/App_cpPipelineEditor.cxx | 83 +++++++-
appli/cpPipelineEditor/App_cpPipelineEditor.h | 4 +
appli/cpPipelineEditor/App_cpPipelineEditor.ui | 223 +++++++++++----------
.../Interaction/ImageInteractorStyle.cxx | 12 +-
.../Interaction/ImageInteractorStyle.h | 3 +-
lib/cpPipelineEditor/Block.cxx | 28 ++-
lib/cpPipelineEditor/Block.h | 8 +-
lib/cpPipelineEditor/Editor.cxx | 18 ++
lib/cpPipelineEditor/Editor.h | 13 ++
lib/cpPipelineEditor/Port.cxx | 28 +++
lib/cpPipelineEditor/Port.h | 2 +
lib/cpPlugins/Interface/Parameters.h | 4 +-
lib/cpPlugins/Interface/ParametersQtDialog.cxx | 34 +++-
lib/cpPlugins/Interface/ParametersQtDialog.h | 15 +-
lib/cpPlugins/Interface/Plugins.cxx | 10 +-
lib/cpPlugins/Interface/PointList.cxx | 33 +++
lib/cpPlugins/Interface/PointList.h | 58 ++++++
lib/cpPlugins/Interface/PointList.hxx | 53 +++++
lib/cpPlugins/Interface/ProcessObject.cxx | 22 +-
lib/cpPlugins/Interface/ProcessObject.h | 11 +-
lib/cpPlugins/Interface/SimpleMPRWidget.cxx | 7 +
lib/cpPlugins/Interface/SimpleMPRWidget.h | 3 +-
lib/cpPlugins/Interface/Workspace.cxx | 39 ++--
lib/cpPlugins/Interface/Workspace.h | 12 +-
.../BasicFilters/DoubleFloodImageFilter.cxx | 10 +-
.../Plugins/BasicFilters/MacheteFilter.cxx | 10 +-
lib/cpPlugins/Plugins/CMakeLists.txt | 1 +
lib/cpPlugins/Plugins/IO/DicomSeriesReader.cxx | 17 +-
lib/cpPlugins/Plugins/IO/DicomSeriesReader.h | 2 +-
.../Plugins/{IO => Widgets}/CMakeLists.txt | 6 +-
lib/cpPlugins/Plugins/Widgets/SeedWidget.cxx | 96 +++++++++
lib/cpPlugins/Plugins/Widgets/SeedWidget.h | 54 +++++
33 files changed, 745 insertions(+), 178 deletions(-)
create mode 100644 lib/cpPlugins/Interface/PointList.cxx
create mode 100644 lib/cpPlugins/Interface/PointList.h
create mode 100644 lib/cpPlugins/Interface/PointList.hxx
copy lib/cpPlugins/Plugins/{IO => Widgets}/CMakeLists.txt (87%)
create mode 100644 lib/cpPlugins/Plugins/Widgets/SeedWidget.cxx
create mode 100644 lib/cpPlugins/Plugins/Widgets/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