Salome HOME
initial commit from paravisaddons
[tools/paravisaddons_common.git] / src / SinusXReader / plugin / sources.xml
1 <ServerManagerConfiguration>
2   <ProxyGroup name="sources">
3     <SourceProxy class="vtkSinusXReader"
4                  name="SinusXReader">
5       <Documentation short_help="Read a Sinus X file."
6                      long_help="Read a Sinus X file into as a vtkUnstructuredGrid.">
7       </Documentation>
8       <StringVectorProperty number_of_elements="1"
9                             animateable="0"
10                             name="FileName"
11                             command="SetFileName">
12         <FileListDomain name="files" />
13         <Documentation>
14           This property specifies the file name for the Sinus X reader.
15         </Documentation>
16       </StringVectorProperty>
17
18       <Hints>
19         <ReaderFactory extensions="sx" file_description="Sinus X files (Plugin)" />
20       </Hints>
21     </SourceProxy>
22   </ProxyGroup>
23 </ServerManagerConfiguration>
24