[pubgit-commits-list] cpPlugins branch master updated. eccc88f770fd53f8ef8d578127a8788315573c52
root
root at tux.creatis.insa-lyon.fr
Thu Mar 31 01:58:36 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 eccc88f770fd53f8ef8d578127a8788315573c52 (commit)
from 7989665e222981539e3c354e9d50bf142e777a2c (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=eccc88f770fd53f8ef8d578127a8788315573c52
commit eccc88f770fd53f8ef8d578127a8788315573c52
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Mar 30 12:48:35 2016 -0500
...
-----------------------------------------------------------------------
Summary of changes:
.../Mesh_explicit_description.txt | 2 +
plugins/CMakeLists.txt | 2 +
plugins/cpPluginsIO/MeshReader.cxx | 106 ++++++++++++++++++
.../cpPluginsIO/{ImageWriter.h => MeshReader.h} | 28 ++---
plugins/cpPluginsIO/MeshWriter.cxx | 72 ++++++++++++
.../cpPluginsIO/{DataReproducer.h => MeshWriter.h} | 22 ++--
.../CMakeLists.txt | 4 +-
.../cpPluginsImageMeshFilters/MarchingCubes.cxx | 65 +++++++++++
plugins/cpPluginsImageMeshFilters/MarchingCubes.h | 41 +++++++
.../TriangleMeshToBinaryImageFilter.cxx | 123 +++++++++++++++++++++
.../TriangleMeshToBinaryImageFilter.h | 47 ++++++++
.../cpPluginsMeshFilters/AppendMeshesFilter.cxx | 50 +++++++++
plugins/cpPluginsMeshFilters/AppendMeshesFilter.h | 41 +++++++
.../CMakeLists.txt | 4 +-
14 files changed, 578 insertions(+), 29 deletions(-)
create mode 100644 plugins/cpPluginsIO/MeshReader.cxx
copy plugins/cpPluginsIO/{ImageWriter.h => MeshReader.h} (50%)
create mode 100644 plugins/cpPluginsIO/MeshWriter.cxx
copy plugins/cpPluginsIO/{DataReproducer.h => MeshWriter.h} (52%)
copy plugins/{cpPluginsVisualization => cpPluginsImageMeshFilters}/CMakeLists.txt (95%)
create mode 100644 plugins/cpPluginsImageMeshFilters/MarchingCubes.cxx
create mode 100644 plugins/cpPluginsImageMeshFilters/MarchingCubes.h
create mode 100644 plugins/cpPluginsImageMeshFilters/TriangleMeshToBinaryImageFilter.cxx
create mode 100644 plugins/cpPluginsImageMeshFilters/TriangleMeshToBinaryImageFilter.h
create mode 100644 plugins/cpPluginsMeshFilters/AppendMeshesFilter.cxx
create mode 100644 plugins/cpPluginsMeshFilters/AppendMeshesFilter.h
copy plugins/{cpPluginsWidgets => cpPluginsMeshFilters}/CMakeLists.txt (95%)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list