]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Implementation of inspection of duplicated faces
authorJérôme <jerome.lucas@cesgenslab.fr>
Wed, 4 Nov 2020 14:31:17 +0000 (15:31 +0100)
committerJérôme <jerome.lucas@cesgenslab.fr>
Wed, 4 Nov 2020 14:31:17 +0000 (15:31 +0100)
commitb3a4877dd2cf89e72e2ed08ad83d4c4856f24e7a
tree2c45dc557bd86af44c8c1c07bc0c1de160bd7d6e
parent3e651ceffa98fe8830492b91c533666719519389
Implementation of inspection of duplicated faces
47 files changed:
src/FeaturesAPI/CMakeLists.txt
src/FeaturesAPI/FeaturesAPI.i
src/FeaturesAPI/FeaturesAPI_DuplicatedFaces.cpp [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_DuplicatedFaces.h [new file with mode: 0644]
src/FeaturesAPI/FeaturesAPI_swig.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_DuplicatedFaces.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_DuplicatedFaces.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp
src/FeaturesPlugin/duplicatedFaces_widget.xml [new file with mode: 0644]
src/FeaturesPlugin/icons/duplicatedFaces.png [new file with mode: 0644]
src/FeaturesPlugin/plugin-Features.xml
src/GeomAlgoAPI/CMakeLists.txt
src/GeomAlgoAPI/GEOMAlgo_AlgoTools.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_AlgoTools.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_BndSphere.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_BndSphere.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_BndSphere.lxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_BndSphereTree.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_BndSphereTree.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_CoupleOfShapes.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_CoupleOfShapes.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_IndexedDataMapOfIntegerShape.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_IndexedDataMapOfShapeBndSphere.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_IndexedDataMapOfShapeIndexedMapOfShape.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_ListOfCoupleOfShapes.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKey.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKey.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKeyMapHasher.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKeyMapHasher.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKeyShape.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKeyShape.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKeyShapeMapHasher.cxx [new file with mode: 0644]
src/GeomAlgoAPI/GEOMAlgo_PassKeyShapeMapHasher.hxx [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Algo.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_Algo.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_DuplicatedFaces.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_DuplicatedFaces.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_GlueDetector.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_GlueDetector.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_GluerAlgo.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_GluerAlgo.h [new file with mode: 0644]
src/ModelHighAPI/CMakeLists.txt
src/ModuleBase/ModuleBase_ListView.cpp
src/ModuleBase/ModuleBase_ListView.h
src/PythonAPI/model/features/__init__.py