[pubgit-commits-list] cpPlugins branch master updated. 2d96cce7bcab0bdcd9e93e44ed413c47388151d9
root
root at tux.creatis.insa-lyon.fr
Wed Dec 10 18:01:53 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 2d96cce7bcab0bdcd9e93e44ed413c47388151d9 (commit)
from 61e052afc5b659224bbc85b7d15b93402ea7d5a7 (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=2d96cce7bcab0bdcd9e93e44ed413c47388151d9
commit 2d96cce7bcab0bdcd9e93e44ed413c47388151d9
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Wed Dec 10 18:01:41 2014 +0100
(QuadEdge)Mesh support added.
-----------------------------------------------------------------------
Summary of changes:
appli/examples/CMakeLists.txt | 1 +
.../example_ReadQuadEdgeMeshWithoutPlugins.cxx | 34 +
data/mesh_00.vtk | 96 +
data/mesh_01.obj | 12446 +++++++++++++++++++
data/mesh_02.obj | 7214 +++++++++++
data/mesh_03.vtk | 28 +
data/mesh_04.vtk | 5461 ++++++++
data/mesh_05.obj | 8863 +++++++++++++
data/mesh_06.vtk | 12 +
lib/cpPlugins/CMakeLists.txt | 1 +
lib/cpPlugins/Extensions/CMakeLists.txt | 40 +
lib/cpPlugins/Extensions/MeshMapper.h | 103 +
lib/cpPlugins/Extensions/MeshMapper.hxx | 222 +
lib/cpPlugins/Extensions/MeshReader.h | 62 +
lib/cpPlugins/Extensions/MeshReader.hxx | 92 +
lib/cpPlugins/Extensions/OpenGLMeshMapper.h | 81 +
lib/cpPlugins/Extensions/OpenGLMeshMapper.hxx | 616 +
lib/cpPlugins/Extensions/QuadEdge.h | 465 +
lib/cpPlugins/Extensions/QuadEdge.hxx | 238 +
lib/cpPlugins/Extensions/QuadEdgeCell.h | 124 +
lib/cpPlugins/Extensions/QuadEdgeCell.hxx | 256 +
lib/cpPlugins/Extensions/QuadEdgeIterators.h | 171 +
lib/cpPlugins/Extensions/QuadEdgeIterators.hxx | 275 +
lib/cpPlugins/Extensions/QuadEdgeMesh.h | 283 +
lib/cpPlugins/Extensions/QuadEdgeMesh.hxx | 528 +
lib/cpPlugins/Extensions/WaveFrontOBJReader.h | 79 +
lib/cpPlugins/Extensions/WaveFrontOBJReader.hxx | 123 +
lib/cpPlugins/Interface/CMakeLists.txt | 1 +
.../{SinkObject.cxx => ImageToMeshFilter.cxx} | 15 +-
lib/cpPlugins/Interface/ImageToMeshFilter.h | 36 +
lib/cpPlugins/Interface/Instances_itkMesh.cxx | 10 +
lib/cpPlugins/Interface/Mesh.cxx | 118 +
lib/cpPlugins/Interface/Mesh.h | 52 +
lib/cpPlugins/Plugins/Host.cxx | 2 +
.../Plugins/{ImageReader.cxx => MarchingCubes.cxx} | 55 +-
.../{ImageSeriesReader.h => MarchingCubes.h} | 27 +-
36 files changed, 38188 insertions(+), 42 deletions(-)
create mode 100644 appli/examples/example_ReadQuadEdgeMeshWithoutPlugins.cxx
create mode 100644 data/mesh_00.vtk
create mode 100644 data/mesh_01.obj
create mode 100644 data/mesh_02.obj
create mode 100644 data/mesh_03.vtk
create mode 100644 data/mesh_04.vtk
create mode 100644 data/mesh_05.obj
create mode 100644 data/mesh_06.vtk
create mode 100644 lib/cpPlugins/Extensions/CMakeLists.txt
create mode 100644 lib/cpPlugins/Extensions/MeshMapper.h
create mode 100644 lib/cpPlugins/Extensions/MeshMapper.hxx
create mode 100644 lib/cpPlugins/Extensions/MeshReader.h
create mode 100644 lib/cpPlugins/Extensions/MeshReader.hxx
create mode 100644 lib/cpPlugins/Extensions/OpenGLMeshMapper.h
create mode 100644 lib/cpPlugins/Extensions/OpenGLMeshMapper.hxx
create mode 100644 lib/cpPlugins/Extensions/QuadEdge.h
create mode 100644 lib/cpPlugins/Extensions/QuadEdge.hxx
create mode 100644 lib/cpPlugins/Extensions/QuadEdgeCell.h
create mode 100644 lib/cpPlugins/Extensions/QuadEdgeCell.hxx
create mode 100644 lib/cpPlugins/Extensions/QuadEdgeIterators.h
create mode 100644 lib/cpPlugins/Extensions/QuadEdgeIterators.hxx
create mode 100644 lib/cpPlugins/Extensions/QuadEdgeMesh.h
create mode 100644 lib/cpPlugins/Extensions/QuadEdgeMesh.hxx
create mode 100644 lib/cpPlugins/Extensions/WaveFrontOBJReader.h
create mode 100644 lib/cpPlugins/Extensions/WaveFrontOBJReader.hxx
copy lib/cpPlugins/Interface/{SinkObject.cxx => ImageToMeshFilter.cxx} (51%)
create mode 100644 lib/cpPlugins/Interface/Instances_itkMesh.cxx
create mode 100644 lib/cpPlugins/Interface/Mesh.cxx
copy lib/cpPlugins/Plugins/{ImageReader.cxx => MarchingCubes.cxx} (78%)
copy lib/cpPlugins/Plugins/{ImageSeriesReader.h => MarchingCubes.h} (52%)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list