<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6603.0">
<TITLE>Paraview XML problem</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Courier New">All,</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Courier New">I am using Paraview 2.5, CVS'd version, and am having trouble with XML.&nbsp; I have created a test filter which creates a disk source.&nbsp; Everything seems to import correctly, no complaints from Paraview.</FONT></P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Courier New">The problem is Paraview doesn't change the radial resolution based on changes made in the user interface.&nbsp; </FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">Below are the files I've created:</FONT>
</P>

<P><U><FONT SIZE=2 FACE="Courier New">file &quot;DiskSource.pvsm&quot; :</FONT></U>
</P>

<P><FONT SIZE=2 FACE="Courier New">&lt;ServerManagerConfiguration&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp; &lt;ProxyGroup name=&quot;sources&quot;&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp; &lt;SourceProxy name=&quot;DiskSource&quot; class=&quot;vtkDiskSource&quot;&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DoubleVectorProperty</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name=&quot;InnerRadius&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; command=&quot;SetInnerRadius&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; number_of_elements=&quot;1&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; animateable=&quot;1&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default_values=&quot;0.25&quot;&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DoubleRangeDomain name=&quot;range&quot; min=&quot;0&quot;/&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/DoubleVectorProperty&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;IntVectorProperty</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name=&quot;RadialResolution&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; command=&quot;SetRadialResolution&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; number_of_elements=&quot;1&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default_values=&quot;6&quot;&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;IntRangeDomain name=&quot;range&quot; min=&quot;2&quot; max=&quot;512&quot;/&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/IntVectorProperty&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp; &lt;/SourceProxy&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp; &lt;/ProxyGroup&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&lt;/ServerManagerConfiguration&gt;</FONT>
</P>
<BR>

<P><U><FONT SIZE=2 FACE="Courier New">file &quot;DiskSource.xml&quot; :</FONT></U>
</P>

<P><FONT SIZE=2 FACE="Courier New">&lt;ModuleInterface&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp; &lt;ServerManagerFile name=&quot;DiskSource.pvsm&quot;/&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp; &lt;Module name=&quot;DiskSource&quot; menu_name=&quot;MyDisk&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp; root_name=&quot;MyDisk&quot; module_type=&quot;Source&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp; long_help=&quot;not here...&quot; short_help=&quot;not here either...&quot; &gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp; &lt;Source class=&quot;vtkDiskSource&quot;/&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp; &lt;ThumbWheel label=&quot;Inner Radius&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; trace_name=&quot;InnerRadius&quot; property=&quot;InnerRadius&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; resolution=&quot;0.01&quot; minimum_value=&quot;0&quot; help=&quot;still nothing...&quot; /&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp; &lt;Scale label=&quot;Radial Resolution&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; trace_name=&quot;RadialResolution&quot; property=&quot;RadialResolution&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; resolution=&quot;1&quot; display_entry=&quot;1&quot; display_value=&quot;0&quot;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; entry_and_label_on_top=&quot;1&quot; help=&quot;You just do not get it...&quot; /&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp; &lt;/Module&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&lt;/ModuleInterface&gt;</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Courier New">Thanks in advance,</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">John Vines</FONT>

<BR><FONT SIZE=2 FACE="Arial">Army Research Laboratory</FONT>

<BR><FONT SIZE=2 FACE="Arial">Computational Sciences and Engineering Branch</FONT>

<BR><FONT SIZE=2 FACE="Arial">Scientific Visualization Team</FONT>

<BR><FONT SIZE=2 FACE="Arial">410-278-9150/1643</FONT>
</P>
<BR>

</BODY>
</HTML>