Salome HOME
Make MEDReader compilable standalone. make test is still not working in standalone...
[modules/paravis.git] / src / Plugins / JSONReader / ParaViewPlugin / JSONReader.xml
1 <ServerManagerConfiguration>
2   <ProxyGroup name="sources">
3     <SourceProxy name="JSONReader" class="vtkJSONReader" label="JSON Reader">
4
5       <Hints>
6          <ReaderFactory extensions="json"
7                         file_description="JSON file" />
8       </Hints>
9
10       <Documentation
11          short_help="Reads JSON file"
12          long_help="Reads JSON file and converts it to the VTK table">
13       </Documentation>
14
15       <StringVectorProperty
16           name="FileName"
17           command="SetFileName"
18           number_of_elements="1"
19           panel_visibility="never">
20           <FileListDomain name="files"/>
21           <Documentation>
22             This property specifies the file name for the JSON reader
23           </Documentation>
24       </StringVectorProperty>
25     </SourceProxy>
26   </ProxyGroup>
27 </ServerManagerConfiguration>