]> Creatis software - cpMesh.git/commit
First commit
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Tue, 9 Dec 2014 10:12:00 +0000 (11:12 +0100)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Tue, 9 Dec 2014 10:12:00 +0000 (11:12 +0100)
commitceff79f388772439683dc595326b7715edab5b31
tree45d45bc66936372b3f503b836a326af868de6c3c
First commit
92 files changed:
CMakeLists.txt [new file with mode: 0644]
appli/CMakeLists.txt [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/CMakeLists.txt [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/InteractorStyleImage.cxx [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/InteractorStyleImage.h [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/MainWnd.cxx [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/MainWnd.h [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/MainWnd.ui [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/SegmentationParametersDlg.ui [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/VolumeActors.cxx [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/VolumeActors.h [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/icons/exit.ico [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/icons/modify.ico [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/icons/navigate.ico [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/icons/open_image.ico [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/icons/open_mesh.ico [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/icons/open_segmented_image.ico [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/icons/process_image.ico [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/idms.plugins [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/main.cxx [new file with mode: 0644]
appli/InteractiveDeformableMeshSegmentation/resources.qrc [new file with mode: 0644]
appli/examples/CMakeLists.txt [new file with mode: 0644]
appli/examples/example_InternalForceSimplexMesh.cxx [new file with mode: 0644]
appli/examples/example_QuadEdgeDecimation.cxx [new file with mode: 0644]
appli/examples/example_QuadEdgeMeshToSimplexMesh.cxx [new file with mode: 0644]
appli/examples/example_ReadOBJAsQuadEdgeMesh.cxx [new file with mode: 0644]
appli/examples/example_ReadQuadEdgeMesh.cxx [new file with mode: 0644]
appli/examples/example_ReadVTKMeshAsQuadEdgeMesh.cxx [new file with mode: 0644]
appli/examples/example_RenderDualMesh.cxx [new file with mode: 0644]
appli/examples/example_RenderQuadEdgeMesh.cxx [new file with mode: 0644]
appli/examples/example_SimplexMeshDeleteEdge.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]
doc/uml/cpMesh_Deformation_classes.dia [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
lib/cpm/Algorithms/Base/FindClosestPointInMesh.h [new file with mode: 0644]
lib/cpm/Algorithms/Base/FindClosestPointInMesh.hxx [new file with mode: 0644]
lib/cpm/Algorithms/Base/ForceFunction.h [new file with mode: 0644]
lib/cpm/Algorithms/Base/InPlaceMeshFilter.h [new file with mode: 0644]
lib/cpm/Algorithms/Base/InPlaceMeshFilter.hxx [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/DecimationCriteria.h [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/DecimationFilter.h [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/DecimationFilter.hxx [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/EdgeDecimationFilter.h [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/EdgeDecimationFilter.hxx [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/MeshEulerOperatorJoinVertexFunction.h [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/MeshEulerOperatorJoinVertexFunction.hxx [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/MeshFunctionBase.h [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/MeshPlaneCutterFilter.h [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/MeshPlaneCutterFilter.hxx [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/MeshToDualFilter.h [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/MeshToDualFilter.hxx [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/MeshZipFunction.h [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/MeshZipFunction.hxx [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/SquaredEdgeLengthDecimationFilter.h [new file with mode: 0644]
lib/cpm/Algorithms/QuadEdge/SquaredEdgeLengthDecimationFilter.hxx [new file with mode: 0644]
lib/cpm/Algorithms/Simplex/DeformationFilter.h [new file with mode: 0644]
lib/cpm/Algorithms/Simplex/DeformationFilter.hxx [new file with mode: 0644]
lib/cpm/Algorithms/Simplex/InternalForceFunction.h [new file with mode: 0644]
lib/cpm/Algorithms/Simplex/InternalForceFunction.hxx [new file with mode: 0644]
lib/cpm/CMakeLists.txt [new file with mode: 0644]
lib/cpm/DataStructures/QuadEdge.h [new file with mode: 0644]
lib/cpm/DataStructures/QuadEdge.hxx [new file with mode: 0644]
lib/cpm/DataStructures/QuadEdgeCell.h [new file with mode: 0644]
lib/cpm/DataStructures/QuadEdgeCell.hxx [new file with mode: 0644]
lib/cpm/DataStructures/QuadEdgeIterators.h [new file with mode: 0644]
lib/cpm/DataStructures/QuadEdgeIterators.hxx [new file with mode: 0644]
lib/cpm/DataStructures/QuadEdgeMesh.h [new file with mode: 0644]
lib/cpm/DataStructures/QuadEdgeMesh.hxx [new file with mode: 0644]
lib/cpm/DataStructures/SimplexMesh.h [new file with mode: 0644]
lib/cpm/DataStructures/SimplexMesh.hxx [new file with mode: 0644]
lib/cpm/IO/MeshReader.h [new file with mode: 0644]
lib/cpm/IO/MeshReader.hxx [new file with mode: 0644]
lib/cpm/IO/WaveFrontOBJReader.h [new file with mode: 0644]
lib/cpm/IO/WaveFrontOBJReader.hxx [new file with mode: 0644]
lib/cpm/VTK/MeshMapper.cxx [new file with mode: 0644]
lib/cpm/VTK/MeshMapper.h [new file with mode: 0644]
lib/cpm/VTK/OpenGLMeshMapper.cxx [new file with mode: 0644]
lib/cpm/VTK/OpenGLMeshMapper.h [new file with mode: 0644]
lib/cpm/VTK/PointPickerRepresentation.h [new file with mode: 0644]
lib/cpm/VTK/PointPickerWidget.h [new file with mode: 0644]
lib/cpm/VTK/PolyDataToMeshFilter.h [new file with mode: 0644]
lib/cpm/VTK/PolyDataToMeshFilter.hxx [new file with mode: 0644]
lib/cpm/VTK/ThreadedDeformation.h [new file with mode: 0644]
lib/cpm/VTK/ThreadedDeformation.hxx [new file with mode: 0644]
lib/cpm/VTK/ThreadedDeformationObserver.h [new file with mode: 0644]
lib/cpm/VTK/ThreadedDeformationObserver.hxx [new file with mode: 0644]