Salome HOME
Add the GDML primitive "Cone Segment".
authorClarisse Genrault <clarisse.genrault@cea.fr>
Wed, 30 Nov 2016 13:41:49 +0000 (14:41 +0100)
committerClarisse Genrault <clarisse.genrault@cea.fr>
Wed, 30 Nov 2016 13:41:49 +0000 (14:41 +0100)
commit616cdb9e722efb11caa1bcfcbd02eed1d6695105
tree82b866bea0771999fe84764b8e54f39f63d10162
parent2e106a8f16841a05a4099a06c297f21c84dd83a5
Add the GDML primitive "Cone Segment".
28 files changed:
src/GDMLAPI/CMakeLists.txt [new file with mode: 0644]
src/GDMLAPI/GDMLAPI.h [new file with mode: 0644]
src/GDMLAPI/GDMLAPI.i [new file with mode: 0644]
src/GDMLAPI/GDMLAPI_ConeSegment.cpp [new file with mode: 0644]
src/GDMLAPI/GDMLAPI_ConeSegment.h [new file with mode: 0644]
src/GDMLAPI/GDMLAPI_swig.h [new file with mode: 0644]
src/GDMLAPI/Test/TestConeSegment.py [new file with mode: 0644]
src/GDMLPlugin/CMakeLists.txt [new file with mode: 0644]
src/GDMLPlugin/GDMLPlugin.h [new file with mode: 0644]
src/GDMLPlugin/GDMLPlugin_ConeSegment.cpp [new file with mode: 0644]
src/GDMLPlugin/GDMLPlugin_ConeSegment.h [new file with mode: 0644]
src/GDMLPlugin/GDMLPlugin_Plugin.cpp [new file with mode: 0644]
src/GDMLPlugin/GDMLPlugin_Plugin.h [new file with mode: 0644]
src/GDMLPlugin/conesegment_widget.xml [new file with mode: 0644]
src/GDMLPlugin/icons.cgt/SVG/dessin.svg [new file with mode: 0644]
src/GDMLPlugin/icons.cgt/SVG/tytysvg.svg [new file with mode: 0644]
src/GDMLPlugin/icons.cgt/cone_segment.png [new file with mode: 0644]
src/GDMLPlugin/icons.cgt/cone_segment.png.ok [new file with mode: 0644]
src/GDMLPlugin/icons.cgt/gui_cone_segment.png [new file with mode: 0644]
src/GDMLPlugin/icons/SVG/cone_segment.svg [new file with mode: 0644]
src/GDMLPlugin/icons/cone_segment.png [new file with mode: 0644]
src/GDMLPlugin/icons/gui_cone_segment.png [new file with mode: 0644]
src/GDMLPlugin/plugin-GDML.xml [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_ConeSegment.cpp [new file with mode: 0644]
src/GeomAlgoAPI/GeomAlgoAPI_ConeSegment.h [new file with mode: 0644]
src/GeomAlgoAPI/Test/TestAPI_GDMLConeSegment.py [new file with mode: 0644]
src/PrimitivesAPI/Test/TestBox.py [new file with mode: 0644]
src/PythonAPI/model/gdml/__init__.py [new file with mode: 0644]