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, 22 Jun 2016 11:06:00 +0000 (14:06 +0300)
commit8a586f4d9d7eb6830c3fa8952c099a79349cf623
tree9065330b421b0de60dd147e90eb335c9a92425c8
parent34f77b89b02b81c51ebce0e5a1dd08aa16dff412
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]