Salome HOME
Added interfaces to OCC data and algos: features must not depend on OCC
authormpv <mikhail.ponikarov@opencascade.com>
Wed, 23 Apr 2014 08:01:23 +0000 (12:01 +0400)
committermpv <mikhail.ponikarov@opencascade.com>
Wed, 23 Apr 2014 08:01:23 +0000 (12:01 +0400)
commit84c21dd48f2b4be389dfa4042bc8084589c5e521
tree0e99be2e2ce9affcc8f9766693ab51195c991391
parentfc22d7740909b075241543869b7a5a70bcf24293
Added interfaces to OCC data and algos: features must not depend on OCC
25 files changed:
CMakeLists.txt
src/Config/plugin-Sketch.xml [deleted file]
src/GeomAPI/CMakeLists.txt [new file with mode: 0644]
src/GeomAPI/GeomAPI.h [new file with mode: 0644]
src/GeomAPI/GeomAPI.i [new file with mode: 0644]
src/GeomAPI/GeomAPI_Dir.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_Dir.h [new file with mode: 0644]
src/GeomAPI/GeomAPI_Interface.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_Interface.h [new file with mode: 0644]
src/GeomAPI/GeomAPI_Pnt.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_Pnt.h [new file with mode: 0644]
src/GeomAPI/GeomAPI_Shape.cpp [new file with mode: 0644]
src/GeomAPI/GeomAPI_Shape.h [new file with mode: 0644]
src/GeomAlgoAPI/CMakeLists.txt [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI.h [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI.i [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_FaceBuilder.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_FaceBuilder.h [new file with mode: 0644]
src/PartSet/CMakeLists.txt
src/PartSet/PartSet_OperationSketchBase.cpp
src/SketchPlugin/CMakeLists.txt
src/SketchPlugin/SketchPlugin_Feature.cpp
src/SketchPlugin/SketchPlugin_Feature.h
src/SketchPlugin/SketchPlugin_Sketch.cpp
src/SketchPlugin/SketchPlugin_Sketch.h