]> SALOME platform Git repositories - modules/gui.git/commit
Salome HOME
added ParaView plugins for new viewer
authormbs <martin.bernhard@opencascade.com>
Fri, 24 Mar 2023 17:18:34 +0000 (17:18 +0000)
committermbs <martin.bernhard@opencascade.com>
Mon, 27 Mar 2023 10:47:10 +0000 (11:47 +0100)
commit57f0d06f8c692bd8af4c1f2778097ef337a525e2
tree735a904cff65c9f89ede72b6323527075b8b6fee
parentcf3226f6982c802c2f79391eb11ef961f941a7c7
added ParaView plugins for new viewer
28 files changed:
src/PV3DViewer/resources/CMakeLists.txt [new file with mode: 0644]
src/PV3DViewer/resources/ParaViewFilters.xml [new file with mode: 0644]
src/PV3DViewer/resources/ParaViewReaders.xml [new file with mode: 0644]
src/PV3DViewer/resources/ParaViewSources.xml [new file with mode: 0644]
src/PV3DViewer/resources/ParaViewWriters.xml [new file with mode: 0644]
src/PV3DViewer/resources/README [new file with mode: 0644]
src/SALOME_PYQT/SalomePyQt/SalomePyQt.cxx
src/SPV3D/plugins/CMakeLists.txt [new file with mode: 0644]
src/SPV3D/plugins/cadRepresentations/CADRepresentations/CADRepresentation.xml [new file with mode: 0644]
src/SPV3D/plugins/cadRepresentations/CADRepresentations/CMakeLists.txt [new file with mode: 0644]
src/SPV3D/plugins/cadRepresentations/CADRepresentations/MBDebug.h [new file with mode: 0644]
src/SPV3D/plugins/cadRepresentations/CADRepresentations/vtk.module [new file with mode: 0644]
src/SPV3D/plugins/cadRepresentations/CADRepresentations/vtkCADMapper.cxx [new file with mode: 0644]
src/SPV3D/plugins/cadRepresentations/CADRepresentations/vtkCADMapper.h [new file with mode: 0644]
src/SPV3D/plugins/cadRepresentations/CADRepresentations/vtkCADRepresentation.cxx [new file with mode: 0644]
src/SPV3D/plugins/cadRepresentations/CADRepresentations/vtkCADRepresentation.h [new file with mode: 0644]
src/SPV3D/plugins/cadRepresentations/CMakeLists.txt [new file with mode: 0644]
src/SPV3D/plugins/cadRepresentations/paraview.plugin [new file with mode: 0644]
src/SPV3D/plugins/cadSources/CADSources/CADSource.xml [new file with mode: 0644]
src/SPV3D/plugins/cadSources/CADSources/CMakeLists.txt [new file with mode: 0644]
src/SPV3D/plugins/cadSources/CADSources/MBDebug.h [new file with mode: 0644]
src/SPV3D/plugins/cadSources/CADSources/vtk.module [new file with mode: 0644]
src/SPV3D/plugins/cadSources/CADSources/vtkGeometryGenerator.cxx [new file with mode: 0644]
src/SPV3D/plugins/cadSources/CADSources/vtkGeometryGenerator.h [new file with mode: 0644]
src/SPV3D/plugins/cadSources/CADSources/vtkMeshGenerator.cxx [new file with mode: 0644]
src/SPV3D/plugins/cadSources/CADSources/vtkMeshGenerator.h [new file with mode: 0644]
src/SPV3D/plugins/cadSources/CMakeLists.txt [new file with mode: 0644]
src/SPV3D/plugins/cadSources/paraview.plugin [new file with mode: 0644]