[Paraview-developers] new bug in information properties
burlen
burlen.loring at gmail.com
Wed Aug 21 16:56:12 EDT 2013
Hi All,
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
Any idea about what happened and a fix?
<!-- Subset selection -->
<IntVectorProperty
name="ISubsetInfo"
command="GetISubsetRange"
information_only="1">
<SimpleIntInformationHelper/>
</IntVectorProperty>
<IntVectorProperty
name="ISubset"
command="SetISubset"
number_of_elements="2"
default_values="1 0"
animateable="0"
information_property="ISubsetInfo"
>
<IntRangeDomain name="range">
<RequiredProperties>
<Property name="ISubsetInfo" function="Range"/>
</RequiredProperties>
</IntRangeDomain>
<Documentation>
This property controls what subset of data is read in. Subset
for smaller memory footprint and better interactivity.
</Documentation>
</IntVectorProperty>
<IntVectorProperty
name="JSubsetInfo"
command="GetJSubsetRange"
information_only="1">
<SimpleIntInformationHelper/>
</IntVectorProperty>
<IntVectorProperty
name="JSubset"
command="SetJSubset"
number_of_elements="2"
default_values="1 0"
animateable="0"
information_property="JSubsetInfo"
>
<IntRangeDomain name="range">
<RequiredProperties>
<Property name="JSubsetInfo" function="Range"/>
</RequiredProperties>
</IntRangeDomain>
<Documentation>
This property controls what subset of data is read in. Subset
for smaller memory footprint and better interactivity.
</Documentation>
</IntVectorProperty>
<IntVectorProperty
name="KSubsetInfo"
command="GetKSubsetRange"
information_only="1">
<SimpleIntInformationHelper/>
</IntVectorProperty>
<IntVectorProperty
name="KSubset"
command="SetKSubset"
number_of_elements="2"
default_values="1 0"
animateable="0"
information_property="KSubsetInfo"
>
<IntRangeDomain name="range">
<RequiredProperties>
<Property name="KSubsetInfo" function="Range"/>
</RequiredProperties>
</IntRangeDomain>
<Documentation>
This property controls what subset of data is read in. Subset
for smaller memory footprint and better interactivity.
</Documentation>
</IntVectorProperty>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20130821/879a4037/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 9459 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20130821/879a4037/attachment-0001.png>
More information about the Paraview-developers
mailing list