I am trying to enable file series reading for the fluent format.  I have tried 
to follow the example from the wiki to no avail.  I tried to enable it by 
adding the following entry to the sources in the readers.xml in the 
ServerImplementation folder.
 
  <!-- Beginning of FLUENT series Reader -->
    <SourceProxy name="FluentSeriesReader"
                           class="vtkFileSeriesReader"
                           label="Fluent Case Series Reader"
                           si_class="vtkSIFileSeriesReaderProxy"
                           file_name_method="SetFileName">
      <Documentation short_help="fluent series."
                     long_help="fluent series long.">
        Reads flueent
      </Documentation>
 
      <SubProxy>
        <Proxy name="Reader" proxygroup="sources" proxyname="FLUENTReader">
        </Proxy>
      </SubProxy>
 
      <StringVectorProperty name="FileName"
                            clean_command="RemoveAllFileNames"
                            command="AddFileName"
                            animateable="0"
                            number_of_elements="1"
                            repeat_command="1"
                            information_property="FileNameInfo">
        <FileListDomain name="files" />
        <Documentation>
          The name of the files to load.
        </Documentation>
      </StringVectorProperty>
 
      <DoubleVectorProperty name="TimestepValues"
                            repeatable="1"
                            information_only="1">
        <TimeStepsInformationHelper />
      </DoubleVectorProperty>
 
        <Hints>
            <ReaderFactory extensions="cas"
                file_description="Fluent Case Series" />
        </Hints>
 
    </SourceProxy>
 
   <!-- End of FLUENT series reader -->
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to