Salome HOME
[EDF17832] : Move VoroGauss GaussToCell StaticMesh DevelopedSurface from EDF to parav...
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 17 Sep 2018 13:34:15 +0000 (15:34 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 19 Sep 2018 13:02:09 +0000 (15:02 +0200)
commit7356ff2dc331f1109527b7776eb9eb40eac880f1
tree7b7c5980d26e73cf864d8f51c53daee59139d0eb
parentdfa4a26988ccbc1163b5cf441a9c57565081b142
[EDF17832] : Move VoroGauss GaussToCell StaticMesh DevelopedSurface from EDF to paravis. Cotech104
54 files changed:
src/Plugins/CMakeLists.txt
src/Plugins/DevelopedSurface/CMakeLists.txt [new file with mode: 0644]
src/Plugins/DevelopedSurface/IO/vtkDevelopedSurface.cxx [new file with mode: 0644]
src/Plugins/DevelopedSurface/IO/vtkDevelopedSurface.h [new file with mode: 0644]
src/Plugins/DevelopedSurface/ParaViewPlugin/CMakeLists.txt [new file with mode: 0644]
src/Plugins/DevelopedSurface/ParaViewPlugin/Resources/DevelopedSurfaceServer.xml [new file with mode: 0644]
src/Plugins/DevelopedSurface/Test/CMakeLists.txt [new file with mode: 0644]
src/Plugins/DevelopedSurface/Test/test_dev_surface.py [new file with mode: 0644]
src/Plugins/DevelopedSurface/Test/test_dev_surface2.py [new file with mode: 0644]
src/Plugins/DevelopedSurface/Test/test_dev_surface3.py [new file with mode: 0644]
src/Plugins/DevelopedSurface/pp.py [new file with mode: 0644]
src/Plugins/DevelopedSurface/pp1.py [new file with mode: 0644]
src/Plugins/DevelopedSurface/pp2.py [new file with mode: 0644]
src/Plugins/DevelopedSurface/test.py [new file with mode: 0644]
src/Plugins/GaussToCell/CMakeLists.txt [new file with mode: 0644]
src/Plugins/GaussToCell/GaussToCellServer.xml [new file with mode: 0644]
src/Plugins/GaussToCell/PG_3D.med [new file with mode: 0644]
src/Plugins/GaussToCell/TestCase.py [new file with mode: 0644]
src/Plugins/GaussToCell/testMEDReader14.med [new file with mode: 0644]
src/Plugins/GaussToCell/vtkGaussToCell.cxx [new file with mode: 0644]
src/Plugins/GaussToCell/vtkGaussToCell.h [new file with mode: 0644]
src/Plugins/StaticMesh/CMakeLists.txt [new file with mode: 0644]
src/Plugins/StaticMesh/StaticMeshSM.xml [new file with mode: 0644]
src/Plugins/StaticMesh/Testing/CMakeLists.txt [new file with mode: 0644]
src/Plugins/StaticMesh/Testing/StaticDataSetSurfaceFilter.xml [new file with mode: 0644]
src/Plugins/StaticMesh/Testing/StaticGhostCellGenerator.xml [new file with mode: 0644]
src/Plugins/StaticMesh/Testing/StaticPlaneCutter.xml [new file with mode: 0644]
src/Plugins/StaticMesh/plugin.cmake [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticDataSetSurfaceFilter.cxx [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticDataSetSurfaceFilter.h [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticEnSight6BinaryReader.cxx [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticEnSight6BinaryReader.h [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticEnSight6Reader.cxx [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticEnSight6Reader.h [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticEnSightGoldBinaryReader.cxx [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticEnSightGoldBinaryReader.h [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticEnSightGoldReader.cxx [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticEnSightGoldReader.h [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticMeshObjectFactory.cxx [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticMeshObjectFactory.h [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticPUnstructuredGridGhostCellsGenerator.cxx [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticPUnstructuredGridGhostCellsGenerator.h [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticPlaneCutter.cxx [new file with mode: 0644]
src/Plugins/StaticMesh/vtkStaticPlaneCutter.h [new file with mode: 0644]
src/Plugins/StaticMesh/vtkTemporalUGWavelet.cxx [new file with mode: 0644]
src/Plugins/StaticMesh/vtkTemporalUGWavelet.h [new file with mode: 0644]
src/Plugins/VoroGauss/CMakeLists.txt [new file with mode: 0644]
src/Plugins/VoroGauss/IO/vtkVoroGauss.cxx [new file with mode: 0644]
src/Plugins/VoroGauss/IO/vtkVoroGauss.h [new file with mode: 0644]
src/Plugins/VoroGauss/PG_3D.med [new file with mode: 0644]
src/Plugins/VoroGauss/ParaViewPlugin/CMakeLists.txt [new file with mode: 0644]
src/Plugins/VoroGauss/ParaViewPlugin/Resources/VoroGaussServer.xml [new file with mode: 0644]
src/Plugins/VoroGauss/TestCase.py [new file with mode: 0644]
src/Plugins/VoroGauss/testMEDReader14.med [new file with mode: 0644]