[pubgit-commits-list] cpPlugins branch master updated. e0389395c168c78560e79c92bcd021a09c3daf30
root
root at tux.creatis.insa-lyon.fr
Wed Apr 13 22:43:25 CEST 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 e0389395c168c78560e79c92bcd021a09c3daf30 (commit)
from 953b68029bdcc30314b1474a11114291251fa76b (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=e0389395c168c78560e79c92bcd021a09c3daf30
commit e0389395c168c78560e79c92bcd021a09c3daf30
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Apr 12 19:07:29 2016 -0500
..
-----------------------------------------------------------------------
Summary of changes:
cmake/cpPlugins_Functions.cmake | 8 +-
lib/cpPlugins/BoundingBox.cxx | 97 +++++++++++++++
lib/cpPlugins/BoundingBox.h | 76 ++++++++++++
lib/cpPlugins/BoundingBox.hxx | 131 +++++++++++++++++++++
lib/cpPlugins/Image.hxx | 10 ++
lib/cpPlugins/Mesh.cxx | 92 +++++++--------
lib/cpPlugins_Instances/BaseObjects.i | 6 +-
lib/cpPlugins_Instances/BitwiseImageFilters.i | 14 +++
lib/cpPlugins_Instances/CMakeLists.txt | 2 +
lib/cpPlugins_Instances/Mesh.i | 3 +-
plugins/CMakeLists.txt | 1 +
.../CMakeLists.txt | 2 +-
.../cpPluginsGenericFilters/JoinBoundingBoxes.cxx | 56 +++++++++
.../cpPluginsGenericFilters/JoinBoundingBoxes.h | 41 +++++++
plugins/cpPluginsImageFilters/AndImageFilter.cxx | 65 ++++++++++
plugins/cpPluginsImageFilters/AndImageFilter.h | 44 +++++++
plugins/cpPluginsImageFilters/OrImageFilter.cxx | 65 ++++++++++
plugins/cpPluginsImageFilters/OrImageFilter.h | 44 +++++++
.../TriangleMeshToBinaryImageFilter.cxx | 21 +++-
.../cpPluginsMeshFilters/AppendMeshesFilter.cxx | 16 +--
20 files changed, 731 insertions(+), 63 deletions(-)
create mode 100644 lib/cpPlugins/BoundingBox.cxx
create mode 100644 lib/cpPlugins/BoundingBox.h
create mode 100644 lib/cpPlugins/BoundingBox.hxx
create mode 100644 lib/cpPlugins_Instances/BitwiseImageFilters.i
copy plugins/{cpPluginsImageFilters => cpPluginsGenericFilters}/CMakeLists.txt (93%)
create mode 100644 plugins/cpPluginsGenericFilters/JoinBoundingBoxes.cxx
create mode 100644 plugins/cpPluginsGenericFilters/JoinBoundingBoxes.h
create mode 100644 plugins/cpPluginsImageFilters/AndImageFilter.cxx
create mode 100644 plugins/cpPluginsImageFilters/AndImageFilter.h
create mode 100644 plugins/cpPluginsImageFilters/OrImageFilter.cxx
create mode 100644 plugins/cpPluginsImageFilters/OrImageFilter.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list