Salome HOME
Initial integration
authorvsv <vsv@opencascade.com>
Mon, 9 Dec 2019 13:17:15 +0000 (16:17 +0300)
committervsv <vsv@opencascade.com>
Mon, 9 Dec 2019 13:17:15 +0000 (16:17 +0300)
commit572e80143c178fd41fd61438b178fea14cd8ea12
tree2ffb76185a12e5eb0fc0243efe3b73fdf2b40985
Initial integration
27 files changed:
CMakeLists.txt [new file with mode: 0644]
COPYING [new file with mode: 0644]
README [new file with mode: 0644]
SalomeSHAPERSTUDYConfig.cmake.in [new file with mode: 0644]
adm_local/CMakeLists.txt [new file with mode: 0644]
adm_local/cmake_files/CMakeLists.txt [new file with mode: 0644]
adm_local/cmake_files/FindSalomeSHAPERSTUDY.cmake [new file with mode: 0644]
adm_local/unix/CMakeLists.txt [new file with mode: 0644]
adm_local/unix/config_files/CMakeLists.txt [new file with mode: 0644]
adm_local/unix/config_files/check_SHAPERSTUDY.m4 [new file with mode: 0644]
bin/CMakeLists.txt [new file with mode: 0644]
bin/VERSION.in [new file with mode: 0644]
idl/CMakeLists.txt [new file with mode: 0644]
idl/SHAPERSTUDY_Gen.idl [new file with mode: 0644]
resources/CMakeLists.txt [new file with mode: 0644]
resources/SHAPERSTUDYCatalog.xml.in [new file with mode: 0644]
resources/SalomeApp.xml.in [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/CXX/CMakeLists.txt [new file with mode: 0644]
src/PY/CMakeLists.txt [new file with mode: 0644]
src/PY/SHAPERSTUDY.py [new file with mode: 0644]
src/PY/SHAPERSTUDY_Field.py [new file with mode: 0644]
src/PY/SHAPERSTUDY_IOperations.py [new file with mode: 0644]
src/PY/SHAPERSTUDY_Object.py [new file with mode: 0644]
src/PY/SHAPERSTUDY_utils.py [new file with mode: 0644]
src/SWIG/CMakeLists.txt [new file with mode: 0644]
test/test0.py [new file with mode: 0644]