<div dir="ltr">I believe the reader is missing the BlankCells(<a href="http://www.vtk.org/doc/nightly/html/classvtkAMRUtilities.html#a6656bada8c6d01b43e15299567af7657">http://www.vtk.org/doc/nightly/html/classvtkAMRUtilities.html#a6656bada8c6d01b43e15299567af7657</a>) call. If I remember correctly, the blanking cells generated by vtkImageToAMR.cxx get lost when the data is saved to disk (since we don't have a "true" vtkUniformGrid writer, we just write it out as vtkImageData in the vth writer. As a result the blanking arrays need to recomputed on reading back in.<div>
<br></div><div>Mind reporting a bug for this? Thanks.</div><div><br></div><div>Utkarsh</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 21, 2014 at 9:59 AM, Henry Lehmann <span dir="ltr"><<a href="mailto:henry.lehmann@informatik.tu-freiberg.de" target="_blank">henry.lehmann@informatik.tu-freiberg.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Hello Paraview Users,<br>
<br>
i am recently working with vtkOverlappingAMR. i set up one of this<br>
data sets using the "Image to AMR" filter in paraview, which basicly<br>
creates an octree with 4 levels and 512 blocks on level 4 in my setup.<br>
so i basicly converted mydata.vti into mydata.vth.<br>
<br>
now i want to use mydata.vth in order to quickly calculate the result<br>
of an arbitrary pipeline and save time adjusting the parameters of the<br>
pipeline. i want to adjust the parameters on level 0 and then increase<br>
the level to see the full resolution result.<br>
<br>
for example i have the pipeline: mydata.vth (vtkOverlappingAMR) -> AMR<br>
Cut Plane. now i move the cut plane and apply to see the result. when<br>
increasing the level from 1 to 2 in the reader i get a strange result.<br>
it looks like paraview doesnt remove the regions in which the amr<br>
levels overlap. this means the amr cut plane cuts out the data on<br>
level 0 and on level 1. Since Image to AMR creates an octree in which<br>
all lower levels are overlapping with higher ones, the lower levels<br>
always cover the higher resolution results when setting the level<br>
above 1 in the amr reader.<br>
<br>
how can i fix this?<br>
<br>
Best regards,<br>
Henry<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v2<br>
Comment: Using GnuPG with Thunderbird - <a href="http://www.enigmail.net/" target="_blank">http://www.enigmail.net/</a><br>
<br>
iQEcBAEBAgAGBQJTzRzaAAoJEM0zIsxevdB2dt0H/RoNtiBcpmvl8jmqqCdQXRm9<br>
PeUCcNw57sZHF3H8Wcl18vL8Vz/38h+T9JcpWEDEj33atElRHeKfXXkpMkaxz9qN<br>
YJKvTgPh4i94v7mfg+LnQk4LvgiTIv/3cYwD5mz2ga5EMC/FflLuZluR46JllZLi<br>
AS+arxbVEIW5yqEMFlrEtLoItqXkLIVUCjdfTbbfEmaBW1w73rA4/7tSVW7LaSKi<br>
yMt8qPOgVTis89dSN1v/d750X7Rz0HLZGmFz0QdasLJy9PHBaFo6Uz8mjEH0hJ5t<br>
kZdxZISIpxxl9GQNDKwZVRF6t1h8MqyOPwhQEjQHJOnHkbWS927xjyezn/8rDv0=<br>
=K0aa<br>
-----END PGP SIGNATURE-----<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>