[pubgit-commits-list] cpPlugins branch master updated. 003b7bc4f88cbe4aa6cc27fcd16b8cda94eba9be

root root at tux.creatis.insa-lyon.fr
Wed Nov 18 00:52:20 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  003b7bc4f88cbe4aa6cc27fcd16b8cda94eba9be (commit)
      from  31e4cf1f3580efa059d3ffad14ba6a15d2372f5c (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=003b7bc4f88cbe4aa6cc27fcd16b8cda94eba9be
commit 003b7bc4f88cbe4aa6cc27fcd16b8cda94eba9be
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Tue Nov 17 18:52:08 2015 -0500

    Machete filter with interactive plane: it now supports images and meshes. Not yet executable, but it is visible.


-----------------------------------------------------------------------

Summary of changes:
 lib/cpPlugins/Interface/DataObject.h               |   1 +
 lib/cpPlugins/Interface/Parameters.cxx             |   4 +
 lib/cpPlugins/Interface/Parameters.h               |  34 +++-
 lib/cpPlugins/Interface/Parameters.hxx             | 123 ++++++++++++++
 lib/cpPlugins/Interface/ParametersQtDialog.cxx     |  16 ++
 lib/cpPlugins/Interface/ParametersQtDialog.h       |   6 +-
 lib/cpPlugins/Interface/ProcessObject.cxx          |   1 +
 lib/cpPlugins/Interface/ProcessObject.h            |   2 +
 .../Plugins/BasicFilters/MacheteFilter.cxx         | 187 +++++++++++++++++++++
 lib/cpPlugins/Plugins/BasicFilters/MacheteFilter.h |  73 ++++++++
 10 files changed, 440 insertions(+), 7 deletions(-)
 create mode 100644 lib/cpPlugins/Plugins/BasicFilters/MacheteFilter.cxx
 create mode 100644 lib/cpPlugins/Plugins/BasicFilters/MacheteFilter.h


hooks/post-receive
-- 
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)


More information about the Pubgit-commits-list mailing list