]> Creatis software - cpPlugins.git/commit
(QuadEdge)Mesh support added.
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Wed, 10 Dec 2014 17:01:41 +0000 (18:01 +0100)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Wed, 10 Dec 2014 17:01:41 +0000 (18:01 +0100)
commit2d96cce7bcab0bdcd9e93e44ed413c47388151d9
treeab102dbe549dba394398e5d40bd9d990e666b15a
parent61e052afc5b659224bbc85b7d15b93402ea7d5a7
(QuadEdge)Mesh support added.
36 files changed:
appli/examples/CMakeLists.txt
appli/examples/example_ReadQuadEdgeMeshWithoutPlugins.cxx [new file with mode: 0644]
data/mesh_00.vtk [new file with mode: 0644]
data/mesh_01.obj [new file with mode: 0644]
data/mesh_02.obj [new file with mode: 0644]
data/mesh_03.vtk [new file with mode: 0644]
data/mesh_04.vtk [new file with mode: 0644]
data/mesh_05.obj [new file with mode: 0644]
data/mesh_06.vtk [new file with mode: 0644]
lib/cpPlugins/CMakeLists.txt
lib/cpPlugins/Extensions/CMakeLists.txt [new file with mode: 0644]
lib/cpPlugins/Extensions/MeshMapper.h [new file with mode: 0644]
lib/cpPlugins/Extensions/MeshMapper.hxx [new file with mode: 0644]
lib/cpPlugins/Extensions/MeshReader.h [new file with mode: 0644]
lib/cpPlugins/Extensions/MeshReader.hxx [new file with mode: 0644]
lib/cpPlugins/Extensions/OpenGLMeshMapper.h [new file with mode: 0644]
lib/cpPlugins/Extensions/OpenGLMeshMapper.hxx [new file with mode: 0644]
lib/cpPlugins/Extensions/QuadEdge.h [new file with mode: 0644]
lib/cpPlugins/Extensions/QuadEdge.hxx [new file with mode: 0644]
lib/cpPlugins/Extensions/QuadEdgeCell.h [new file with mode: 0644]
lib/cpPlugins/Extensions/QuadEdgeCell.hxx [new file with mode: 0644]
lib/cpPlugins/Extensions/QuadEdgeIterators.h [new file with mode: 0644]
lib/cpPlugins/Extensions/QuadEdgeIterators.hxx [new file with mode: 0644]
lib/cpPlugins/Extensions/QuadEdgeMesh.h [new file with mode: 0644]
lib/cpPlugins/Extensions/QuadEdgeMesh.hxx [new file with mode: 0644]
lib/cpPlugins/Extensions/WaveFrontOBJReader.h [new file with mode: 0644]
lib/cpPlugins/Extensions/WaveFrontOBJReader.hxx [new file with mode: 0644]
lib/cpPlugins/Interface/CMakeLists.txt
lib/cpPlugins/Interface/ImageToMeshFilter.cxx [new file with mode: 0644]
lib/cpPlugins/Interface/ImageToMeshFilter.h
lib/cpPlugins/Interface/Instances_itkMesh.cxx [new file with mode: 0644]
lib/cpPlugins/Interface/Mesh.cxx [new file with mode: 0644]
lib/cpPlugins/Interface/Mesh.h
lib/cpPlugins/Plugins/Host.cxx
lib/cpPlugins/Plugins/MarchingCubes.cxx [new file with mode: 0644]
lib/cpPlugins/Plugins/MarchingCubes.h [new file with mode: 0644]