[pubgit-commits-list] cpPlugins branch master updated. 950ea6d252c9a5bc5be29d413497fe0ef69e6703
root
root at tux.creatis.insa-lyon.fr
Thu Dec 10 01:23:15 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 950ea6d252c9a5bc5be29d413497fe0ef69e6703 (commit)
from f654620df52b811be7bd263a1775c93d29c69a65 (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=950ea6d252c9a5bc5be29d413497fe0ef69e6703
commit 950ea6d252c9a5bc5be29d413497fe0ef69e6703
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Dec 9 19:22:50 2015 -0500
Pipeline editor added.
-----------------------------------------------------------------------
Summary of changes:
appli/CMakeLists.txt | 1 +
appli/cpPipelineEditor/CMakeLists.txt | 72 +++++
appli/cpPipelineEditor/Edge.cxx | 140 +++++++++
appli/cpPipelineEditor/Edge.h | 73 +++++
appli/cpPipelineEditor/GraphWidget.cxx | 316 +++++++++++++++++++
appli/cpPipelineEditor/GraphWidget.h | 100 ++++++
appli/cpPipelineEditor/Node.cxx | 207 ++++++++++++
appli/cpPipelineEditor/Node.h | 82 +++++
appli/cpPipelineEditor/cpPipelineEditor.cxx | 74 +++++
appli/cpPipelineEditor/cpPipelineEditor.h | 46 +++
appli/cpPipelineEditor/cpPipelineEditor.ui | 69 ++++
appli/{ImageMPR => cpPipelineEditor}/main.cxx | 5 +-
lib/cpExtensions/DataStructures/Graph.h | 84 +++++
lib/cpExtensions/DataStructures/Graph.hxx | 150 +++++++++
.../Interaction/ImageInteractorStyle.cxx | 18 ++
.../Interaction/ImageInteractorStyle.h | 2 +
lib/cpPlugins/Interface/CMakeLists.txt | 3 +
.../{BaseMPRWidget.cxx => SimpleMPRWidget.cxx} | 110 ++++---
.../{BaseMPRWidget.h => SimpleMPRWidget.h} | 30 +-
lib/cpPlugins/Interface/SimpleMPRWidget.ui | 96 ++++++
lib/cpPlugins/Interface/Workspace.cxx | 97 +++---
lib/cpPlugins/Interface/Workspace.h | 18 +-
lib/cpPlugins/Plugins/BasicFilters/CMakeLists.txt | 2 +
.../BasicFilters/DoubleFloodImageFilter.cxx | 347 +++++++++++++++++++++
.../Plugins/BasicFilters/DoubleFloodImageFilter.h | 108 +++++++
25 files changed, 2125 insertions(+), 125 deletions(-)
create mode 100644 appli/cpPipelineEditor/CMakeLists.txt
create mode 100644 appli/cpPipelineEditor/Edge.cxx
create mode 100644 appli/cpPipelineEditor/Edge.h
create mode 100644 appli/cpPipelineEditor/GraphWidget.cxx
create mode 100644 appli/cpPipelineEditor/GraphWidget.h
create mode 100644 appli/cpPipelineEditor/Node.cxx
create mode 100644 appli/cpPipelineEditor/Node.h
create mode 100644 appli/cpPipelineEditor/cpPipelineEditor.cxx
create mode 100644 appli/cpPipelineEditor/cpPipelineEditor.h
create mode 100644 appli/cpPipelineEditor/cpPipelineEditor.ui
copy appli/{ImageMPR => cpPipelineEditor}/main.cxx (95%)
create mode 100644 lib/cpExtensions/DataStructures/Graph.h
create mode 100644 lib/cpExtensions/DataStructures/Graph.hxx
copy lib/cpPlugins/Interface/{BaseMPRWidget.cxx => SimpleMPRWidget.cxx} (83%)
copy lib/cpPlugins/Interface/{BaseMPRWidget.h => SimpleMPRWidget.h} (85%)
create mode 100644 lib/cpPlugins/Interface/SimpleMPRWidget.ui
create mode 100644 lib/cpPlugins/Plugins/BasicFilters/DoubleFloodImageFilter.cxx
create mode 100644 lib/cpPlugins/Plugins/BasicFilters/DoubleFloodImageFilter.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list