]> Creatis software - cpMesh.git/commit
QuadEdgeMesh ported to cpPlugins/Extensions
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Wed, 10 Dec 2014 17:02:51 +0000 (18:02 +0100)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Wed, 10 Dec 2014 17:02:51 +0000 (18:02 +0100)
commit6d6bf5d5e3b9318a507216f2f231c32299d1a941
tree3494be915884d899cfff6b49b75ff8a22fb843ce
parentde28025e5f1835fba69cb0a6666d02f0b7daec0d
QuadEdgeMesh ported to cpPlugins/Extensions
41 files changed:
appli/InteractiveDeformableMeshSegmentation/CMakeLists.txt
appli/InteractiveDeformableMeshSegmentation/MainWnd.cxx
appli/InteractiveDeformableMeshSegmentation/MainWnd.h
appli/InteractiveDeformableMeshSegmentation/MainWnd_LoadPlugins.cxx [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/idms.plugins [deleted file]
appli/InteractiveDeformableMeshSegmentation/idms.plugins.in [new file with mode: 0644]
appli/examples/CMakeLists.txt
appli/examples/example_InternalForceSimplexMesh.cxx
appli/examples/example_QuadEdgeDecimation.cxx [deleted file]
appli/examples/example_QuadEdgeMeshToSimplexMesh.cxx
appli/examples/example_ReadOBJAsQuadEdgeMesh.cxx [deleted file]
appli/examples/example_ReadQuadEdgeMesh.cxx [deleted file]
appli/examples/example_ReadVTKMeshAsQuadEdgeMesh.cxx [deleted file]
appli/examples/example_RenderDualMesh.cxx
appli/examples/example_RenderQuadEdgeMesh.cxx [deleted file]
appli/examples/example_SimplexMeshDeleteEdge.cxx
data/mesh_00.vtk [deleted file]
data/mesh_01.obj [deleted file]
data/mesh_02.obj [deleted file]
data/mesh_03.vtk [deleted file]
data/mesh_04.vtk [deleted file]
data/mesh_05.obj [deleted file]
data/mesh_06.vtk [deleted file]
lib/cpm/DataStructures/QuadEdge.h [deleted file]
lib/cpm/DataStructures/QuadEdge.hxx [deleted file]
lib/cpm/DataStructures/QuadEdgeCell.h [deleted file]
lib/cpm/DataStructures/QuadEdgeCell.hxx [deleted file]
lib/cpm/DataStructures/QuadEdgeIterators.h [deleted file]
lib/cpm/DataStructures/QuadEdgeIterators.hxx [deleted file]
lib/cpm/DataStructures/QuadEdgeMesh.h [deleted file]
lib/cpm/DataStructures/QuadEdgeMesh.hxx [deleted file]
lib/cpm/DataStructures/SimplexMesh.h
lib/cpm/Dummy.cxx [new file with mode: 0644]
lib/cpm/IO/MeshReader.h [deleted file]
lib/cpm/IO/MeshReader.hxx [deleted file]
lib/cpm/IO/WaveFrontOBJReader.h [deleted file]
lib/cpm/IO/WaveFrontOBJReader.hxx [deleted file]
lib/cpm/VTK/MeshMapper.cxx [deleted file]
lib/cpm/VTK/MeshMapper.h [deleted file]
lib/cpm/VTK/OpenGLMeshMapper.cxx [deleted file]
lib/cpm/VTK/OpenGLMeshMapper.h [deleted file]