<HTML>
<HEAD>
<TITLE>Re: [Paraview] File Series Reader as a Plugin</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Sean,<BR>
<BR>
I am a little confused. &nbsp;Are you saying that there exists a reader in ParaView that you want to use to load in a file series? &nbsp;And the issue is that because the reader already exists in ParaView in the &#8220;sources&#8221; group and you cannot move it to &#8220;internal_sources&#8221; or some other naming conflict?<BR>
<BR>
If this is the case, I don&#8217;t think there is anything special you have to do. &nbsp;Just make a new &lt;FileSeriesReaderProxy&gt; tag in the &#8220;sources&#8221; group. &nbsp;The Reader subproxy can be in any group; it does not mater if it also came from &#8220;sources&#8221;. &nbsp;The FileSeriesReaderProxy can also co-exist with the single file reader so long as they have unique names. &nbsp;You can also make your reader read files with the same file extension; ParaView will use the plugin reader instead of the one defined in ParaView.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 1/8/09 12:19 PM, &quot;Sean Ziegeler&quot; &lt;<a href="sean.ziegeler@nrlssc.navy.mil">sean.ziegeler@nrlssc.navy.mil</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I'd like to write a plugin that makes the Meta format time-aware. &nbsp;I've<BR>
looked at: <a href="http://www.vtk.org/Wiki/Animating_legacy_VTK_file_series">http://www.vtk.org/Wiki/Animating_legacy_VTK_file_series</a> .<BR>
<BR>
&nbsp;From that, I see that I can modify<BR>
VTK/Servers/ServerManager/Resources/reader.xml, but I'd prefer it to be<BR>
plugin that I can send to someone else with requiring a complete rebuild<BR>
of Paraview/VTK. &nbsp;It should be possible to write a .xml file that gets<BR>
loaded as a plugin and that wraps the Meta reader in a vtkFileSeriesReader.<BR>
<BR>
However, if I do it without modifying readers.xml, the original Meta<BR>
reader does not get moved to a different ProxyGroup. &nbsp;Does that mean my<BR>
new Meta Series reader won't ever be used? &nbsp;Is there some other way to<BR>
do it that doesn't require a rebuild of Paraview?<BR>
<BR>
Thanks,<BR>
Sean<BR>
<BR>
_______________________________________________<BR>
ParaView mailing list<BR>
<a href="ParaView@paraview.org">ParaView@paraview.org</a><BR>
<a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>