]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
Reference version of Shape Recognition
authorEl Hadi Moussi <moussi@phimeca.com>
Mon, 5 Aug 2024 09:34:26 +0000 (11:34 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 30 Aug 2024 12:13:21 +0000 (14:13 +0200)
commit2ef39de72fbd6833f71756498a26c2891500776f
tree12324bfa270c86b49d8896368bae5223e0229a71
parentade223973801e1387cc234146a1286046b15f85c
Reference version of Shape Recognition
43 files changed:
CMakeLists.txt
resources/CMakeLists.txt
resources/ShapeRecognCone.med [new file with mode: 0644]
resources/ShapeRecognCylinder.med [new file with mode: 0755]
resources/ShapeRecognPlane.med [new file with mode: 0755]
resources/ShapeRecognSphere.med [new file with mode: 0755]
resources/ShapeRecognTorus.med [new file with mode: 0755]
src/CMakeLists.txt
src/ShapeRecogn/Areas.cxx [new file with mode: 0644]
src/ShapeRecogn/Areas.hxx [new file with mode: 0644]
src/ShapeRecogn/AreasBuilder.cxx [new file with mode: 0644]
src/ShapeRecogn/AreasBuilder.hxx [new file with mode: 0644]
src/ShapeRecogn/CMakeLists.txt [new file with mode: 0644]
src/ShapeRecogn/MathOps.cxx [new file with mode: 0644]
src/ShapeRecogn/MathOps.hxx [new file with mode: 0644]
src/ShapeRecogn/Nodes.cxx [new file with mode: 0644]
src/ShapeRecogn/Nodes.hxx [new file with mode: 0644]
src/ShapeRecogn/NodesBuilder.cxx [new file with mode: 0644]
src/ShapeRecogn/NodesBuilder.hxx [new file with mode: 0644]
src/ShapeRecogn/PrimitiveType.hxx [new file with mode: 0644]
src/ShapeRecogn/README.md [new file with mode: 0644]
src/ShapeRecogn/ShapeRecognMesh.cxx [new file with mode: 0644]
src/ShapeRecogn/ShapeRecognMesh.hxx [new file with mode: 0644]
src/ShapeRecogn/ShapeRecognMeshBuilder.cxx [new file with mode: 0644]
src/ShapeRecogn/ShapeRecognMeshBuilder.hxx [new file with mode: 0644]
src/ShapeRecogn/ShapeRecongConstants.hxx [new file with mode: 0644]
src/ShapeRecogn/Swig/CMakeLists.txt [new file with mode: 0644]
src/ShapeRecogn/Swig/ShapeRecogn.i [new file with mode: 0644]
src/ShapeRecogn/Test/CMakeLists.txt [new file with mode: 0644]
src/ShapeRecogn/Test/CTestTestfileInstall.cmake [new file with mode: 0644]
src/ShapeRecogn/Test/ConeTest.cxx [new file with mode: 0644]
src/ShapeRecogn/Test/ConeTest.hxx [new file with mode: 0644]
src/ShapeRecogn/Test/CylinderTest.cxx [new file with mode: 0644]
src/ShapeRecogn/Test/CylinderTest.hxx [new file with mode: 0644]
src/ShapeRecogn/Test/MathOpsTest.cxx [new file with mode: 0644]
src/ShapeRecogn/Test/MathOpsTest.hxx [new file with mode: 0644]
src/ShapeRecogn/Test/PlaneTest.cxx [new file with mode: 0644]
src/ShapeRecogn/Test/PlaneTest.hxx [new file with mode: 0644]
src/ShapeRecogn/Test/SphereTest.cxx [new file with mode: 0644]
src/ShapeRecogn/Test/SphereTest.hxx [new file with mode: 0644]
src/ShapeRecogn/Test/TestShapeRecogn.cxx [new file with mode: 0644]
src/ShapeRecogn/Test/TorusTest.cxx [new file with mode: 0644]
src/ShapeRecogn/Test/TorusTest.hxx [new file with mode: 0644]