[pubgit-commits-list] cpPlugins branch master updated. f69098bd941d8753926760dead2792584eb95f53
root
root at tux.creatis.insa-lyon.fr
Sat Jan 30 00:09:34 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 f69098bd941d8753926760dead2792584eb95f53 (commit)
from 1b600247da314fe62d007ca8a0ce24d0006931f4 (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=f69098bd941d8753926760dead2792584eb95f53
commit f69098bd941d8753926760dead2792584eb95f53
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Fri Jan 29 18:09:22 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
appli/examples/CMakeLists.txt | 1 +
appli/examples/example_SphereSource.cxx | 54 ++++++
lib/cpPipelineEditor/Block.cxx | 4 +-
lib/cpPlugins/Interface/ProcessObject.cxx | 210 +++++++++++----------
lib/cpPlugins/Interface/ProcessObject.h | 91 ++++-----
lib/cpPlugins/Interface/ProcessObject.hxx | 50 ++---
lib/cpPlugins/Interface/ProcessObjectPort.cxx | 55 ++++++
lib/cpPlugins/Interface/ProcessObjectPort.h | 46 +++++
lib/cpPlugins/Interface/Workspace.cxx | 27 +--
lib/cpPlugins/Interface/Workspace.h | 2 +-
.../Plugins/BasicFilters/InputDataReproducer.cxx | 2 +-
.../Plugins/BasicFilters/SphereMeshSource.cxx | 2 +-
lib/cpPlugins/Plugins/IO/DicomSeriesReader.cxx | 2 +
lib/cpPlugins/Plugins/IO/DicomSeriesReader.h | 6 +-
lib/cpPlugins/Plugins/Widgets/SeedWidget.cxx | 2 +-
15 files changed, 348 insertions(+), 206 deletions(-)
create mode 100644 appli/examples/example_SphereSource.cxx
create mode 100644 lib/cpPlugins/Interface/ProcessObjectPort.cxx
create mode 100644 lib/cpPlugins/Interface/ProcessObjectPort.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list