<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Thanks Sebastien, looking at the other
      xml's I'm not seeing changes in xml elements/attributes. I think
      it's a bug for information helper with 2 values and integer range
      domain. Hope that Utkarsh can shed some light on it.<br>
      <br>
      On 08/21/2013 02:00 PM, Sebastien Jourdain wrote:<br>
    </div>
    <blockquote
cite="mid:CABObKxc-TrQk6XhVHL6BaN8AvGmmYbDUsxh-Sbyfz_SHY+TjPw@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi Burlen,
        <div><br>
        </div>
        <div style="">the domain have been refactored quite a lot. This
          might be a bug or some XML change in the way domain are now
          define.</div>
        <div style="">Please double check similar domains in current
          ParaView XML.</div>
        <div style="">If you don't find any differences, then bug
          Utkarsh next week when he'll be back.</div>
        <div style=""><br>
        </div>
        <div style="">Seb</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Wed, Aug 21, 2013 at 4:56 PM, burlen
          <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:burlen.loring@gmail.com" target="_blank">burlen.loring@gmail.com</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000"> Hi All,<br>
              <br>
              After a pull yesterday, may have been ~2 weeks since my
              last, information only properties are messed up, or at
              least have changed in a way that breaks my existing
              reader. the gui shows the data extents for subsetting. The
              high extent value is now placed in the low extent line
              edit, it looks like the high extent line edit is not
              touched. see screen shot. reproduce with SciberQuest
              plugin's reader and the file
              ParaViewData/Data/SciberQuestToolKit/MagneticIslands/MagneticIslands.bov<br>
              <br>
              Any idea about what happened and a fix?<br>
              <br>
              <br>
              <img src="cid:part2.04020307.00030502@gmail.com" alt=""><br>
              <br>
              <br>
              &nbsp;&nbsp;&nbsp; &lt;!-- Subset selection --&gt;<br>
              &nbsp;&nbsp;&nbsp; &lt;IntVectorProperty<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="ISubsetInfo"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; command="GetISubsetRange"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; information_only="1"&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;SimpleIntInformationHelper/&gt;<br>
              &nbsp;&nbsp;&nbsp; &lt;/IntVectorProperty&gt;<br>
              &nbsp;&nbsp;&nbsp; &lt;IntVectorProperty<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="ISubset"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; command="SetISubset"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; number_of_elements="2"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default_values="1 0"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; animateable="0"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; information_property="ISubsetInfo"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;IntRangeDomain name="range"&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;RequiredProperties&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Property name="ISubsetInfo"
              function="Range"/&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/RequiredProperties&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/IntRangeDomain&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Documentation&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This property controls what subset of data is read
              in. Subset for smaller memory footprint and better
              interactivity.<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Documentation&gt;<br>
              &nbsp;&nbsp;&nbsp; &lt;/IntVectorProperty&gt;<br>
              &nbsp;&nbsp;&nbsp; &lt;IntVectorProperty<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="JSubsetInfo"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; command="GetJSubsetRange"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; information_only="1"&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;SimpleIntInformationHelper/&gt;<br>
              &nbsp;&nbsp;&nbsp; &lt;/IntVectorProperty&gt;<br>
              &nbsp;&nbsp;&nbsp; &lt;IntVectorProperty<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="JSubset"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; command="SetJSubset"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; number_of_elements="2"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default_values="1 0"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; animateable="0"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; information_property="JSubsetInfo"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;IntRangeDomain name="range"&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;RequiredProperties&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Property name="JSubsetInfo"
              function="Range"/&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/RequiredProperties&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/IntRangeDomain&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Documentation&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This property controls what subset of data is read
              in. Subset for smaller memory footprint and better
              interactivity.<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Documentation&gt;<br>
              &nbsp;&nbsp;&nbsp; &lt;/IntVectorProperty&gt;<br>
              &nbsp;&nbsp;&nbsp; &lt;IntVectorProperty<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="KSubsetInfo"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; command="GetKSubsetRange"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; information_only="1"&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;SimpleIntInformationHelper/&gt;<br>
              &nbsp;&nbsp;&nbsp; &lt;/IntVectorProperty&gt;<br>
              &nbsp;&nbsp;&nbsp; &lt;IntVectorProperty<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name="KSubset"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; command="SetKSubset"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; number_of_elements="2"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default_values="1 0"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; animateable="0"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; information_property="KSubsetInfo"<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;IntRangeDomain name="range"&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;RequiredProperties&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Property name="KSubsetInfo"
              function="Range"/&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/RequiredProperties&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/IntRangeDomain&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Documentation&gt;<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This property controls what subset of data is read
              in. Subset for smaller memory footprint and better
              interactivity.<br>
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Documentation&gt;<br>
              &nbsp;&nbsp;&nbsp; &lt;/IntVectorProperty&gt;<br>
            </div>
            <br>
            _______________________________________________<br>
            Paraview-developers mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
            <a moz-do-not-send="true"
              href="http://public.kitware.com/mailman/listinfo/paraview-developers"
              target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>