Salome HOME
0022616: [CEA 1038] Improve the quality of stl and vtk exports
authorrnv <rnv@opencascade.com>
Wed, 4 Jun 2014 11:17:38 +0000 (15:17 +0400)
committervsr <vsr@opencascade.com>
Mon, 22 Sep 2014 06:34:19 +0000 (10:34 +0400)
commitaeddae77192d933be1aee8855d8f7c525878cad9
treef6c0b4920ee5f1830447de4dbe1dd0d771c4bd47
parentaaea242262db5525ffcb4b90b65515048c0c00b5
0022616: [CEA 1038] Improve the quality of stl and vtk exports
327 files changed:
CMakeLists.txt
SalomeGEOMConfig.cmake.in
adm_local/cmake_files/FindGEOM.cmake
bin/geom_setenv.py
doc/salome/examples/import_export.py
doc/salome/gui/GEOM/CMakeLists.txt
doc/salome/gui/GEOM/collect_geom_methods.py [new file with mode: 0644]
doc/salome/gui/GEOM/doxyfile_py.in
doc/salome/gui/GEOM/images/exportxao_dlg.png
doc/salome/gui/GEOM/images/geomexport.png
doc/salome/gui/GEOM/images/geomimport.png
doc/salome/gui/GEOM/images/importxao_dlg.png [new file with mode: 0644]
doc/salome/gui/GEOM/images/sat_named_shapes.png [deleted file]
doc/salome/gui/GEOM/input/import_export.doc
doc/salome/gui/GEOM/input/index.doc
doc/salome/gui/GEOM/input/tui_importexport_geom_objs.doc
doc/salome/gui/GEOM/input/xao_format.doc [deleted file]
idl/AdvancedGEOM.idl [new file with mode: 0644]
idl/BREPPlugin.idl [new file with mode: 0644]
idl/CMakeLists.txt
idl/GEOM_Gen.idl
idl/GEOM_Superv.idl
idl/IGESPlugin.idl [new file with mode: 0644]
idl/STEPPlugin.idl [new file with mode: 0644]
idl/STLPlugin.idl [new file with mode: 0644]
idl/VTKPlugin.idl [new file with mode: 0644]
idl/XAOPlugin.idl [new file with mode: 0644]
resources/AdvancedGEOM.xml [new file with mode: 0644]
resources/BREPPlugin.xml [new file with mode: 0644]
resources/CMakeLists.txt
resources/GEOMActions.xml [deleted file]
resources/GEOMCatalog.xml.in
resources/IGESPlugin.xml [new file with mode: 0644]
resources/ImportExport [deleted file]
resources/STEPPlugin.xml [new file with mode: 0644]
resources/STLPlugin.xml [new file with mode: 0644]
resources/SalomeApp.xml.in
resources/VTKPlugin.xml [new file with mode: 0644]
resources/XAOPlugin.xml [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine.cxx
src/AdvancedEngine/AdvancedEngine.hxx [new file with mode: 0755]
src/AdvancedEngine/AdvancedEngine_DividedDiskDriver.cxx [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_DividedDiskDriver.hxx [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_IDividedDisk.hxx [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_IOperations.cxx [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_IOperations.hxx [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_IOperations_i.cc [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_IOperations_i.hh [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_IPipeTShape.hxx [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_ISmoothingSurface.hxx [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_OperationsCreator.cc [deleted file]
src/AdvancedEngine/AdvancedEngine_OperationsCreator.cxx [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_OperationsCreator.hh [deleted file]
src/AdvancedEngine/AdvancedEngine_OperationsCreator.hxx [new file with mode: 0755]
src/AdvancedEngine/AdvancedEngine_PipeTShapeDriver.cxx [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_PipeTShapeDriver.hxx [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_SmoothingSurfaceDriver.cxx [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_SmoothingSurfaceDriver.hxx [new file with mode: 0644]
src/AdvancedEngine/AdvancedEngine_Types.hxx
src/AdvancedEngine/CMakeLists.txt
src/AdvancedEngine/GEOMImpl_DividedDiskDriver.cxx [deleted file]
src/AdvancedEngine/GEOMImpl_DividedDiskDriver.hxx [deleted file]
src/AdvancedEngine/GEOMImpl_IAdvancedOperations.cxx [deleted file]
src/AdvancedEngine/GEOMImpl_IAdvancedOperations.hxx [deleted file]
src/AdvancedEngine/GEOMImpl_IDividedDisk.hxx [deleted file]
src/AdvancedEngine/GEOMImpl_IPipeTShape.hxx [deleted file]
src/AdvancedEngine/GEOMImpl_ISmoothingSurface.hxx [deleted file]
src/AdvancedEngine/GEOMImpl_PipeTShapeDriver.cxx [deleted file]
src/AdvancedEngine/GEOMImpl_PipeTShapeDriver.hxx [deleted file]
src/AdvancedEngine/GEOMImpl_SmoothingSurfaceDriver.cxx [deleted file]
src/AdvancedEngine/GEOMImpl_SmoothingSurfaceDriver.hxx [deleted file]
src/AdvancedEngine/GEOM_AdvancedEngine.hxx [deleted file]
src/AdvancedEngine/GEOM_IAdvancedOperations_i.cc [deleted file]
src/AdvancedEngine/GEOM_IAdvancedOperations_i.hh [deleted file]
src/AdvancedGUI/AdvancedGEOM_images.ts [new file with mode: 0644]
src/AdvancedGUI/AdvancedGEOM_msg_en.ts [new file with mode: 0644]
src/AdvancedGUI/AdvancedGEOM_msg_fr.ts [new file with mode: 0644]
src/AdvancedGUI/AdvancedGEOM_msg_ja.ts [new file with mode: 0644]
src/AdvancedGUI/AdvancedGUI_DividedCylinderDlg.cxx
src/AdvancedGUI/AdvancedGUI_DividedCylinderDlg.h
src/AdvancedGUI/AdvancedGUI_DividedDiskDlg.cxx
src/AdvancedGUI/AdvancedGUI_DividedDiskDlg.h
src/AdvancedGUI/AdvancedGUI_PipeTShapeDlg.cxx
src/AdvancedGUI/AdvancedGUI_SmoothingSurfaceDlg.cxx
src/AdvancedGUI/AdvancedGUI_images.ts [deleted file]
src/AdvancedGUI/AdvancedGUI_msg_en.ts [deleted file]
src/AdvancedGUI/AdvancedGUI_msg_fr.ts [deleted file]
src/AdvancedGUI/AdvancedGUI_msg_ja.ts [deleted file]
src/AdvancedGUI/CMakeLists.txt
src/BREPExport/BREPExport.cxx [deleted file]
src/BREPExport/CMakeLists.txt [deleted file]
src/BREPImport/BREPImport.cxx [deleted file]
src/BREPImport/CMakeLists.txt [deleted file]
src/BREPPlugin/BREPPlugin_Engine.cxx [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_Engine.hxx [new file with mode: 0755]
src/BREPPlugin/BREPPlugin_ExportDriver.cxx [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_ExportDriver.hxx [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_GUI.cxx [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_GUI.h [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_IECallBack.cxx [new file with mode: 0755]
src/BREPPlugin/BREPPlugin_IECallBack.hxx [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_IExport.hxx [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_IImport.hxx [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_IOperations.cxx [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_IOperations.hxx [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_IOperations_i.cc [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_IOperations_i.hh [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_ImportDriver.cxx [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_ImportDriver.hxx [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_OperationsCreator.cxx [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_OperationsCreator.hxx [new file with mode: 0755]
src/BREPPlugin/BREPPlugin_msg_en.ts [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_msg_fr.ts [new file with mode: 0644]
src/BREPPlugin/BREPPlugin_msg_ja.ts [new file with mode: 0644]
src/BREPPlugin/CMakeLists.txt [new file with mode: 0644]
src/CMakeLists.txt
src/DlgRef/CMakeLists.txt
src/DlgRef/DlgRef.cxx
src/DlgRef/DlgRef.h
src/GEOM/CMakeLists.txt
src/GEOM/GEOM_BaseDriver.cxx
src/GEOM/GEOM_BaseDriver.hxx
src/GEOMBase/CMakeLists.txt
src/GEOMBase/GEOMBase_DlgSkeleton.cxx [new file with mode: 0644]
src/GEOMBase/GEOMBase_DlgSkeleton.h [new file with mode: 0644]
src/GEOMBase/GEOMBase_Skeleton.cxx
src/GEOMBase/GEOMBase_Skeleton.h
src/GEOMBase/GEOM_GenericObjPtr.h
src/GEOMGUI/CMakeLists.txt
src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx
src/GEOMGUI/GEOMGUI_XmlHandler.cxx [deleted file]
src/GEOMGUI/GEOMGUI_XmlHandler.h [deleted file]
src/GEOMGUI/GEOM_images.ts
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GEOM_msg_fr.ts
src/GEOMGUI/GEOM_msg_ja.ts
src/GEOMGUI/GeometryGUI.cxx
src/GEOMGUI/GeometryGUI_Operations.h
src/GEOMImpl/CMakeLists.txt
src/GEOMImpl/GEOMImpl_ExportDriver.cxx
src/GEOMImpl/GEOMImpl_ExportDriver.hxx
src/GEOMImpl/GEOMImpl_Gen.cxx
src/GEOMImpl/GEOMImpl_IBaseIEOperations.cxx [new file with mode: 0755]
src/GEOMImpl/GEOMImpl_IBaseIEOperations.hxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_IECallBack.cxx [new file with mode: 0755]
src/GEOMImpl/GEOMImpl_IECallBack.hxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_IImportExportXAO.hxx [deleted file]
src/GEOMImpl/GEOMImpl_IInsertOperations.cxx
src/GEOMImpl/GEOMImpl_IInsertOperations.hxx
src/GEOMImpl/GEOMImpl_IMeasureOperations.cxx
src/GEOMImpl/GEOMImpl_IShapesOperations.cxx
src/GEOMImpl/GEOMImpl_IShapesOperations.hxx
src/GEOMImpl/GEOMImpl_ImportDriver.cxx
src/GEOMImpl/GEOMImpl_ImportDriver.hxx
src/GEOMImpl/GEOMImpl_ShapeDriver.cxx
src/GEOMImpl/GEOMImpl_Types.hxx
src/GEOMImpl/GEOMImpl_XAODriver.cxx [deleted file]
src/GEOMImpl/GEOMImpl_XAODriver.hxx [deleted file]
src/GEOMImpl/GUID.txt
src/GEOMToolsGUI/GEOMToolsGUI.cxx
src/GEOMToolsGUI/GEOMToolsGUI.h
src/GEOMUtils/CMakeLists.txt
src/GEOMUtils/GEOMUtils.cxx
src/GEOMUtils/GEOMUtils.hxx
src/GEOMUtils/GEOMUtils_Hatcher.cxx
src/GEOMUtils/GEOMUtils_Hatcher.hxx
src/GEOMUtils/GEOMUtils_XmlHandler.cxx [new file with mode: 0644]
src/GEOMUtils/GEOMUtils_XmlHandler.hxx [new file with mode: 0644]
src/GEOM_I/CMakeLists.txt
src/GEOM_I/GEOM_Gen_i.cc
src/GEOM_I/GEOM_Gen_i.hh
src/GEOM_I/GEOM_IInsertOperations_i.cc
src/GEOM_I/GEOM_IInsertOperations_i.hh
src/GEOM_I/GEOM_wrap.hxx
src/GEOM_I_Superv/CMakeLists.txt
src/GEOM_I_Superv/GEOM_Superv_i.cc
src/GEOM_I_Superv/GEOM_Superv_i.hh
src/GEOM_SWIG/AdvancedGEOMBuilder.py [new file with mode: 0644]
src/GEOM_SWIG/BREPPluginBuilder.py [new file with mode: 0644]
src/GEOM_SWIG/CMakeLists.txt
src/GEOM_SWIG/IGESPluginBuilder.py [new file with mode: 0644]
src/GEOM_SWIG/STEPPluginBuilder.py [new file with mode: 0644]
src/GEOM_SWIG/STLPluginBuilder.py [new file with mode: 0644]
src/GEOM_SWIG/VTKPluginBuilder.py [new file with mode: 0644]
src/GEOM_SWIG/XAOPluginBuilder.py [new file with mode: 0644]
src/GEOM_SWIG/geomBuilder.py
src/IGESExport/CMakeLists.txt [deleted file]
src/IGESExport/IGESExport.cxx [deleted file]
src/IGESImport/CMakeLists.txt [deleted file]
src/IGESImport/IGESImport.cxx [deleted file]
src/IGESPlugin/CMakeLists.txt [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_Engine.cxx [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_Engine.hxx [new file with mode: 0755]
src/IGESPlugin/IGESPlugin_ExportDlg.cxx [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_ExportDlg.h [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_ExportDriver.cxx [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_ExportDriver.hxx [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_GUI.cxx [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_GUI.h [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_IECallBack.cxx [new file with mode: 0755]
src/IGESPlugin/IGESPlugin_IECallBack.hxx [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_IExport.hxx [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_IImport.hxx [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_IOperations.cxx [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_IOperations.hxx [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_IOperations_i.cc [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_IOperations_i.hh [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_ImportDriver.cxx [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_ImportDriver.hxx [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_OperationsCreator.cxx [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_OperationsCreator.hxx [new file with mode: 0755]
src/IGESPlugin/IGESPlugin_msg_en.ts [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_msg_fr.ts [new file with mode: 0644]
src/IGESPlugin/IGESPlugin_msg_ja.ts [new file with mode: 0644]
src/ImportExportGUI/CMakeLists.txt [deleted file]
src/ImportExportGUI/ImportExportGUI.cxx [deleted file]
src/ImportExportGUI/ImportExportGUI.h [deleted file]
src/ImportExportGUI/ImportExportGUI_ExportXAODlg.cxx [deleted file]
src/ImportExportGUI/ImportExportGUI_ExportXAODlg.h [deleted file]
src/ImportExportGUI/ImportExportGUI_ImportXAODlg.cxx [deleted file]
src/ImportExportGUI/ImportExportGUI_ImportXAODlg.h [deleted file]
src/OBJECT/GEOM_OCCReader.cxx
src/OBJECT/GEOM_OCCReader.h
src/OCC2VTK/GEOM_FaceSource.h
src/OCC2VTK/GEOM_WireframeFace.cxx
src/OCC2VTK/GEOM_WireframeFace.h
src/STEPExport/CMakeLists.txt [deleted file]
src/STEPExport/STEPExport.cxx [deleted file]
src/STEPImport/CMakeLists.txt [deleted file]
src/STEPImport/STEPImport.cxx [deleted file]
src/STEPPlugin/CMakeLists.txt [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_Engine.cxx [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_Engine.hxx [new file with mode: 0755]
src/STEPPlugin/STEPPlugin_ExportDriver.cxx [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_ExportDriver.hxx [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_GUI.cxx [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_GUI.h [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_IECallBack.cxx [new file with mode: 0755]
src/STEPPlugin/STEPPlugin_IECallBack.hxx [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_IExport.hxx [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_IImport.hxx [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_IOperations.cxx [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_IOperations.hxx [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_IOperations_i.cc [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_IOperations_i.hh [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_ImportDriver.cxx [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_ImportDriver.hxx [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_OperationsCreator.cxx [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_OperationsCreator.hxx [new file with mode: 0755]
src/STEPPlugin/STEPPlugin_msg_en.ts [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_msg_fr.ts [new file with mode: 0644]
src/STEPPlugin/STEPPlugin_msg_ja.ts [new file with mode: 0644]
src/STLExport/CMakeLists.txt [deleted file]
src/STLExport/STLExport.cxx [deleted file]
src/STLImport/CMakeLists.txt [deleted file]
src/STLImport/STLImport.cxx [deleted file]
src/STLPlugin/CMakeLists.txt [new file with mode: 0644]
src/STLPlugin/STLPlugin_Engine.cxx [new file with mode: 0644]
src/STLPlugin/STLPlugin_Engine.hxx [new file with mode: 0755]
src/STLPlugin/STLPlugin_ExportDlg.cxx [new file with mode: 0644]
src/STLPlugin/STLPlugin_ExportDlg.h [new file with mode: 0644]
src/STLPlugin/STLPlugin_ExportDriver.cxx [new file with mode: 0644]
src/STLPlugin/STLPlugin_ExportDriver.hxx [new file with mode: 0644]
src/STLPlugin/STLPlugin_GUI.cxx [new file with mode: 0644]
src/STLPlugin/STLPlugin_GUI.h [new file with mode: 0644]
src/STLPlugin/STLPlugin_IECallBack.cxx [new file with mode: 0755]
src/STLPlugin/STLPlugin_IECallBack.hxx [new file with mode: 0644]
src/STLPlugin/STLPlugin_IExport.hxx [new file with mode: 0644]
src/STLPlugin/STLPlugin_IImport.hxx [new file with mode: 0644]
src/STLPlugin/STLPlugin_IOperations.cxx [new file with mode: 0644]
src/STLPlugin/STLPlugin_IOperations.hxx [new file with mode: 0644]
src/STLPlugin/STLPlugin_IOperations_i.cc [new file with mode: 0644]
src/STLPlugin/STLPlugin_IOperations_i.hh [new file with mode: 0644]
src/STLPlugin/STLPlugin_ImportDriver.cxx [new file with mode: 0644]
src/STLPlugin/STLPlugin_ImportDriver.hxx [new file with mode: 0644]
src/STLPlugin/STLPlugin_OperationsCreator.cxx [new file with mode: 0644]
src/STLPlugin/STLPlugin_OperationsCreator.hxx [new file with mode: 0755]
src/STLPlugin/STLPlugin_msg_en.ts [new file with mode: 0644]
src/STLPlugin/STLPlugin_msg_fr.ts [new file with mode: 0644]
src/STLPlugin/STLPlugin_msg_ja.ts [new file with mode: 0644]
src/VTKExport/CMakeLists.txt [deleted file]
src/VTKExport/VTKExport.cxx [deleted file]
src/VTKPlugin/CMakeLists.txt [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_Engine.cxx [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_Engine.hxx [new file with mode: 0755]
src/VTKPlugin/VTKPlugin_ExportDlg.cxx [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_ExportDlg.h [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_ExportDriver.cxx [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_ExportDriver.hxx [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_GUI.cxx [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_GUI.h [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_IECallBack.cxx [new file with mode: 0755]
src/VTKPlugin/VTKPlugin_IECallBack.hxx [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_IExport.hxx [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_IOperations.cxx [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_IOperations.hxx [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_IOperations_i.cc [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_IOperations_i.hh [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_OperationsCreator.cxx [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_OperationsCreator.hxx [new file with mode: 0755]
src/VTKPlugin/VTKPlugin_msg_en.ts [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_msg_fr.ts [new file with mode: 0644]
src/VTKPlugin/VTKPlugin_msg_ja.ts [new file with mode: 0644]
src/XAOPlugin/CMakeLists.txt [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_Driver.cxx [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_Driver.hxx [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_Engine.cxx [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_Engine.hxx [new file with mode: 0755]
src/XAOPlugin/XAOPlugin_ExportDlg.cxx [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_ExportDlg.h [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_GUI.cxx [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_GUI.h [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_IECallBack.cxx [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_IECallBack.hxx [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_IImportExport.hxx [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_IOperations.cxx [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_IOperations.hxx [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_IOperations_i.cc [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_IOperations_i.hh [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_ImportDlg.cxx [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_ImportDlg.h [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_OperationsCreator.cxx [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_OperationsCreator.hxx [new file with mode: 0755]
src/XAOPlugin/XAOPlugin_images.ts [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_msg_en.ts [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_msg_fr.ts [new file with mode: 0644]
src/XAOPlugin/XAOPlugin_msg_ja.ts [new file with mode: 0644]