]> SALOME platform Git repositories - modules/shaper.git/commit
Salome HOME
volume v1.0 working, check test
authorNicolas RECHATIN <nicolas.rechatin@cea.fr>
Thu, 29 Jul 2021 11:52:26 +0000 (13:52 +0200)
committerNicolas RECHATIN <nicolas.rechatin@cea.fr>
Thu, 29 Jul 2021 11:52:26 +0000 (13:52 +0200)
commit25f46537f08b316f7174a5fb5cbd7b2dcdf7f549
tree806b591695552c35498af81a121cd5479b22d8b9
parent2303e28ac7996da9eb9a462aeafd0c49f805fd6d
volume v1.0 working, check test
18 files changed:
CMakeLists.txt
src/OperaAPI/CMakeLists.txt
src/OperaAPI/OperaAPI.h
src/OperaAPI/OperaAPI_Volume.cpp [new file with mode: 0644]
src/OperaAPI/OperaAPI_Volume.h [new file with mode: 0644]
src/OperaAPI/OperaAPI_addVolume.cpp [deleted file]
src/OperaAPI/OperaAPI_addVolume.h [deleted file]
src/OperaPlugin/CMakeLists.txt
src/OperaPlugin/OperaPlugin_Volume.cpp
src/OperaPlugin/OperaPlugin_Volume.h
src/OperaPlugin/Test/TestAddVolume.py [deleted file]
src/OperaPlugin/Test/TestVolume.py [new file with mode: 0644]
src/OperaPlugin/addvolume_widget.xml [deleted file]
src/OperaPlugin/plugin-Opera.xml
src/OperaPlugin/tests.set
src/OperaPlugin/volume_widget.xml [new file with mode: 0644]
src/PythonAPI/Test/TestFeatures.py
src/PythonAPI/model/opera/__init__.py