]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
Copy XAO library source code from GEOM
authorspo <sergey.pokhodenko@opencascade.com>
Tue, 24 Nov 2015 05:08:31 +0000 (08:08 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Wed, 9 Dec 2015 05:16:44 +0000 (08:16 +0300)
commit7f7576d93ff4795e201f2bb0d72f98583faac46f
tree8fbc60f8996ec12fcece8e4cac18ec8a3e223eeb
parentc47d0d2e54b8bf18535e9b90fb89306a5a6b06e5
Copy XAO library source code from GEOM
60 files changed:
src/XAO/CMakeLists.txt [new file with mode: 0644]
src/XAO/XAO.hxx [new file with mode: 0755]
src/XAO/XAO_BooleanField.cxx [new file with mode: 0644]
src/XAO/XAO_BooleanField.hxx [new file with mode: 0644]
src/XAO/XAO_BooleanStep.cxx [new file with mode: 0644]
src/XAO/XAO_BooleanStep.hxx [new file with mode: 0644]
src/XAO/XAO_BrepGeometry.cxx [new file with mode: 0644]
src/XAO/XAO_BrepGeometry.hxx [new file with mode: 0644]
src/XAO/XAO_DoubleField.cxx [new file with mode: 0644]
src/XAO/XAO_DoubleField.hxx [new file with mode: 0644]
src/XAO/XAO_DoubleStep.cxx [new file with mode: 0644]
src/XAO/XAO_DoubleStep.hxx [new file with mode: 0644]
src/XAO/XAO_Exception.hxx [new file with mode: 0644]
src/XAO/XAO_Field.cxx [new file with mode: 0644]
src/XAO/XAO_Field.hxx [new file with mode: 0644]
src/XAO/XAO_GeometricElement.cxx [new file with mode: 0644]
src/XAO/XAO_GeometricElement.hxx [new file with mode: 0644]
src/XAO/XAO_Geometry.cxx [new file with mode: 0644]
src/XAO/XAO_Geometry.hxx [new file with mode: 0644]
src/XAO/XAO_Group.cxx [new file with mode: 0644]
src/XAO/XAO_Group.hxx [new file with mode: 0644]
src/XAO/XAO_IntegerField.cxx [new file with mode: 0644]
src/XAO/XAO_IntegerField.hxx [new file with mode: 0644]
src/XAO/XAO_IntegerStep.cxx [new file with mode: 0644]
src/XAO/XAO_IntegerStep.hxx [new file with mode: 0644]
src/XAO/XAO_Step.cxx [new file with mode: 0644]
src/XAO/XAO_Step.hxx [new file with mode: 0644]
src/XAO/XAO_StringField.cxx [new file with mode: 0644]
src/XAO/XAO_StringField.hxx [new file with mode: 0644]
src/XAO/XAO_StringStep.cxx [new file with mode: 0644]
src/XAO/XAO_StringStep.hxx [new file with mode: 0644]
src/XAO/XAO_Xao.cxx [new file with mode: 0644]
src/XAO/XAO_Xao.hxx [new file with mode: 0644]
src/XAO/XAO_XaoExporter.cxx [new file with mode: 0644]
src/XAO/XAO_XaoExporter.hxx [new file with mode: 0644]
src/XAO/XAO_XaoUtils.cxx [new file with mode: 0644]
src/XAO/XAO_XaoUtils.hxx [new file with mode: 0644]
src/XAO/tests/BrepGeometryTest.cxx [new file with mode: 0644]
src/XAO/tests/BrepGeometryTest.hxx [new file with mode: 0644]
src/XAO/tests/CMakeLists.txt [new file with mode: 0644]
src/XAO/tests/FieldTest.cxx [new file with mode: 0644]
src/XAO/tests/FieldTest.hxx [new file with mode: 0644]
src/XAO/tests/GeometryTest.cxx [new file with mode: 0644]
src/XAO/tests/GeometryTest.hxx [new file with mode: 0644]
src/XAO/tests/GroupTest.cxx [new file with mode: 0644]
src/XAO/tests/GroupTest.hxx [new file with mode: 0644]
src/XAO/tests/ImportExportTest.cxx [new file with mode: 0644]
src/XAO/tests/ImportExportTest.hxx [new file with mode: 0644]
src/XAO/tests/MainTest.hxx [new file with mode: 0644]
src/XAO/tests/TestUtils.hxx [new file with mode: 0644]
src/XAO/tests/XAOTests.cxx [new file with mode: 0644]
src/XAO/tests/XaoTest.cxx [new file with mode: 0644]
src/XAO/tests/XaoTest.hxx [new file with mode: 0644]
src/XAO/tests/XaoUtilsTest.cxx [new file with mode: 0644]
src/XAO/tests/XaoUtilsTest.hxx [new file with mode: 0644]
src/XAO/tests/coverage_report.sh [new file with mode: 0755]
src/XAO/tests/data/Box_1.brep [new file with mode: 0644]
src/XAO/tests/data/Box_2.brep [new file with mode: 0644]
src/XAO/tests/data/Cut_2.brep [new file with mode: 0644]
src/XAO/tests/data/test.xao [new file with mode: 0644]