[pubgit-commits-list] cpPlugins branch master updated. d97da4c5884307e660b0ed9135f87cffff174b93
root
root at tux.creatis.insa-lyon.fr
Wed Dec 10 18:45:55 CET 2014
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 d97da4c5884307e660b0ed9135f87cffff174b93 (commit)
from 2d96cce7bcab0bdcd9e93e44ed413c47388151d9 (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=d97da4c5884307e660b0ed9135f87cffff174b93
commit d97da4c5884307e660b0ed9135f87cffff174b93
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Dec 10 18:45:47 2014 +0100
Examples with meshes (read and render, with and without plugins) added.
-----------------------------------------------------------------------
Summary of changes:
appli/examples/CMakeLists.txt | 3 +
...WriteImage.cxx => example_ReadQuadEdgeMesh.cxx} | 45 ++-------
appli/examples/example_RenderQuadEdgeMesh.cxx | 108 ++++++++++++++++++++
.../example_RenderQuadEdgeMeshWithoutPlugins.cxx | 78 +++++++++++++++
lib/cpPlugins/Extensions/OpenGLMeshMapper.hxx | 16 ++-
lib/cpPlugins/Interface/Mesh.cxx | 49 ---------
lib/cpPlugins/Plugins/Host.cxx | 2 +
lib/cpPlugins/Plugins/ImageReader.h | 1 -
lib/cpPlugins/Plugins/MeshReader.cxx | 109 +++++++++++++++++++++
.../Plugins/{ImageReader.h => MeshReader.h} | 21 ++--
10 files changed, 326 insertions(+), 106 deletions(-)
copy appli/examples/{example_ReadImageSeriesWriteImage.cxx => example_ReadQuadEdgeMesh.cxx} (50%)
create mode 100644 appli/examples/example_RenderQuadEdgeMesh.cxx
create mode 100644 appli/examples/example_RenderQuadEdgeMeshWithoutPlugins.cxx
create mode 100644 lib/cpPlugins/Plugins/MeshReader.cxx
copy lib/cpPlugins/Plugins/{ImageReader.h => MeshReader.h} (66%)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list