]> SALOME platform Git repositories - modules/paravis.git/commit - src/Plugins/JSONReader/ParaViewPlugin/CMakeLists.txt
Salome HOME
Implementation of the "0023167: [CEA 1592] JSON ParaView reader" issue.
authorrnv <rnv@opencascade.com>
Mon, 26 Oct 2015 12:40:52 +0000 (15:40 +0300)
committerrnv <rnv@opencascade.com>
Mon, 26 Oct 2015 12:48:33 +0000 (15:48 +0300)
commit5565ef9400614283ee2f1c63c99a60463f893a78
tree561856d40fd3f8d3cabdcc8230acb42054efbd8e
parentd893209725724d9e7fdf5c0bb66cfdd4b57f4ebb
Implementation of the "0023167: [CEA 1592] JSON ParaView reader" issue.
31 files changed:
CMakeLists.txt
src/Plugins/CMakeLists.txt
src/Plugins/JSONReader/CMakeLists.txt [new file with mode: 0644]
src/Plugins/JSONReader/Examples/example1.json [new file with mode: 0644]
src/Plugins/JSONReader/Examples/example1_wo_metadata.json [new file with mode: 0644]
src/Plugins/JSONReader/Examples/example2.json [new file with mode: 0644]
src/Plugins/JSONReader/Examples/example2_wo_metadata.json [new file with mode: 0644]
src/Plugins/JSONReader/JSONParser/CMakeLists.txt [new file with mode: 0644]
src/Plugins/JSONReader/JSONParser/vtkJSONParser.cxx [new file with mode: 0644]
src/Plugins/JSONReader/JSONParser/vtkJSONParser.h [new file with mode: 0644]
src/Plugins/JSONReader/ParaViewPlugin/CMakeLists.txt [new file with mode: 0644]
src/Plugins/JSONReader/ParaViewPlugin/JSONReader.xml [new file with mode: 0644]
src/Plugins/JSONReader/ParaViewPlugin/plugin.cmake [new file with mode: 0644]
src/Plugins/JSONReader/ParaViewPlugin/vtkJSONReader.cxx [new file with mode: 0644]
src/Plugins/JSONReader/ParaViewPlugin/vtkJSONReader.h [new file with mode: 0644]
src/Plugins/JSONReader/Test/BadFiles/bad_ex1.json [new file with mode: 0644]
src/Plugins/JSONReader/Test/BadFiles/bad_ex10.json [new file with mode: 0644]
src/Plugins/JSONReader/Test/BadFiles/bad_ex11.json [new file with mode: 0644]
src/Plugins/JSONReader/Test/BadFiles/bad_ex2.json [new file with mode: 0644]
src/Plugins/JSONReader/Test/BadFiles/bad_ex3.json [new file with mode: 0644]
src/Plugins/JSONReader/Test/BadFiles/bad_ex4.json [new file with mode: 0644]
src/Plugins/JSONReader/Test/BadFiles/bad_ex5.json [new file with mode: 0644]
src/Plugins/JSONReader/Test/BadFiles/bad_ex6.json [new file with mode: 0644]
src/Plugins/JSONReader/Test/BadFiles/bad_ex7.json [new file with mode: 0644]
src/Plugins/JSONReader/Test/BadFiles/bad_ex8.json [new file with mode: 0644]
src/Plugins/JSONReader/Test/BadFiles/bad_ex9.json [new file with mode: 0644]
src/Plugins/JSONReader/Test/CMakeLists.txt [new file with mode: 0644]
src/Plugins/JSONReader/Test/JSONParserTest.cxx [new file with mode: 0644]
src/Plugins/JSONReader/Test/MainTest.hxx [new file with mode: 0644]
src/Plugins/JSONReader/Test/vtkJSONParserTest.cxx [new file with mode: 0644]
src/Plugins/JSONReader/Test/vtkJSONParserTest.hxx [new file with mode: 0644]