[pubgit-commits-list] cpPlugins branch master updated. c06908465eb6da50572779f423d1e2c9e03b68dd
root
root at tux.creatis.insa-lyon.fr
Thu Jan 14 00:37:50 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 c06908465eb6da50572779f423d1e2c9e03b68dd (commit)
via f8c546490b7168b5c75d877bf66d27f83aa9412c (commit)
via e3dc1dcc5279b279f0ed7e39ed87b902bab7778c (commit)
via 6885cd42cb7981803efb5c27c0a1a761084dc31c (commit)
via 243d2b4557e27cde3789ab089403cbe03aede786 (commit)
via 3f6669acc6485e724c4ff79620e4de0f8c26734c (commit)
via 94411ee4209d15d6d1cf25bb817675f76f7ea5c0 (commit)
from 83e946f1e96c001dde06a2785473d08468e28b2e (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=c06908465eb6da50572779f423d1e2c9e03b68dd
commit c06908465eb6da50572779f423d1e2c9e03b68dd
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Jan 13 18:37:37 2016 -0500
More on graph editor
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=f8c546490b7168b5c75d877bf66d27f83aa9412c
commit f8c546490b7168b5c75d877bf66d27f83aa9412c
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Jan 12 21:55:52 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=e3dc1dcc5279b279f0ed7e39ed87b902bab7778c
commit e3dc1dcc5279b279f0ed7e39ed87b902bab7778c
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Jan 12 18:52:46 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=6885cd42cb7981803efb5c27c0a1a761084dc31c
commit 6885cd42cb7981803efb5c27c0a1a761084dc31c
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Jan 12 15:44:12 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=243d2b4557e27cde3789ab089403cbe03aede786
commit 243d2b4557e27cde3789ab089403cbe03aede786
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Jan 11 21:58:56 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=3f6669acc6485e724c4ff79620e4de0f8c26734c
commit 3f6669acc6485e724c4ff79620e4de0f8c26734c
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Jan 11 18:15:34 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=94411ee4209d15d6d1cf25bb817675f76f7ea5c0
commit 94411ee4209d15d6d1cf25bb817675f76f7ea5c0
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Jan 11 12:22:55 2016 -0500
More on graph editor
-----------------------------------------------------------------------
Summary of changes:
appli/cpPipelineEditor/QNEBlock.cxx | 227 +++++--
appli/cpPipelineEditor/QNEBlock.h | 60 +-
appli/cpPipelineEditor/QNEConnection.cxx | 45 +-
appli/cpPipelineEditor/QNEConnection.h | 15 +-
appli/cpPipelineEditor/QNEPort.cxx | 104 +++-
appli/cpPipelineEditor/QNEPort.h | 49 +-
appli/cpPipelineEditor/QNodesEditor.cxx | 664 +++++++++++----------
appli/cpPipelineEditor/QNodesEditor.h | 67 ++-
appli/cpPipelineEditor/QNodesEditorCanvas.cxx | 2 +-
appli/cpPipelineEditor/cpPipelineEditor.cxx | 86 +--
appli/cpPipelineEditor/cpPipelineEditor.h | 7 +-
appli/cpPipelineEditor/main.cxx | 2 +-
appli/examples/example_LoadPlugins.cxx | 30 +-
appli/examples/example_LoadPluginsFromPath.cxx | 42 +-
data/workspace_00.xml | 1 -
lib/cpExtensions/DataStructures/Graph.h | 5 +-
lib/cpExtensions/DataStructures/Graph.hxx | 133 ++++-
lib/cpPlugins/Interface/BaseProcessObjects.h | 2 +-
lib/cpPlugins/Interface/DataObject.h | 2 +-
lib/cpPlugins/Interface/Image.h | 2 +-
lib/cpPlugins/Interface/Interface.cxx | 225 ++++++-
lib/cpPlugins/Interface/Interface.h | 30 +-
lib/cpPlugins/Interface/Macros.h | 4 +-
lib/cpPlugins/Interface/Mesh.h | 2 +-
lib/cpPlugins/Interface/Object.cxx | 4 +-
lib/cpPlugins/Interface/Object.h | 15 +-
lib/cpPlugins/Interface/Plugins.cxx | 3 +
lib/cpPlugins/Interface/ProcessObject.h | 2 +-
lib/cpPlugins/Interface/Workspace.cxx | 231 ++++---
lib/cpPlugins/Interface/Workspace.h | 37 +-
lib/cpPlugins/Interface/WorkspaceIO.cxx | 58 +-
.../Plugins/BasicFilters/BinaryErodeImageFilter.h | 2 +-
.../BasicFilters/BinaryThresholdImageFilter.h | 2 +-
lib/cpPlugins/Plugins/BasicFilters/Cutter.h | 3 +-
.../Plugins/BasicFilters/DoubleFloodImageFilter.h | 2 +-
.../Plugins/BasicFilters/ExtractSliceImageFilter.h | 2 +-
.../Plugins/BasicFilters/FloodFillImageFilter.h | 2 +-
lib/cpPlugins/Plugins/BasicFilters/MacheteFilter.h | 2 +-
.../Plugins/BasicFilters/MacheteImageFilter.h | 2 +-
lib/cpPlugins/Plugins/BasicFilters/MarchingCubes.h | 2 +-
.../Plugins/BasicFilters/MedianImageFilter.h | 2 +-
.../BasicFilters/OtsuThresholdImageFilter.h | 2 +-
.../BasicFilters/RGBImageToOtherChannelsFilter.h | 2 +-
.../Plugins/BasicFilters/SphereMeshSource.h | 2 +-
lib/cpPlugins/Plugins/IO/DicomSeriesReader.h | 2 +-
lib/cpPlugins/Plugins/IO/ImageReader.h | 2 +-
lib/cpPlugins/Plugins/IO/ImageWriter.h | 2 +-
lib/cpPlugins/Plugins/IO/MeshReader.h | 2 +-
lib/cpPlugins/Plugins/IO/MeshWriter.h | 2 +-
49 files changed, 1397 insertions(+), 796 deletions(-)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list