<div dir="ltr">I agree with David. Try to make an example that can be compiled and that illustrates the problem.<br><br>It is hard and time consuming to debug code snippets.<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Jun 28, 2013 at 1:03 PM, Johnson <span dir="ltr"><<a href="mailto:jgadel2@uic.edu" target="_blank">jgadel2@uic.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi David,<br>
I know the data is correctly read, the reasons for that:<br>
1) I can do slicing for the same data with no problems, I can draw 3 orthogonal slices from the same source<br>
2) I had a different implementation of the pipeline, it was implemented in the for loop, this was memory consuming, which is why I had to take the pipeline out of the for loop and leave the choice of the label value as well as the actor inside the loop<br>
3) I can save a separate file for each label and re-read it in PARAVIEW<br>
<br>
I tried to pass the marching cube output to the mapper then the actor without the rest of the pipeline with no luck<br>
Thanks<br>
Johnson<div class="HOEnZb"><div class="h5"><br>
On 6/28/2013 8:21 AM, David Doria wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Thu, Jun 27, 2013 at 10:31 PM, johnsonjonaris <<a href="mailto:jgadel2@uic.edu" target="_blank">jgadel2@uic.edu</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear All<br>
I made a pipeline which visualize a set of shapes from a vtkImageData volume<br>
with integral data (integer values). The pipeline executes but the output is<br>
not rendered in the rendering window, although I can save the output and<br>
load it in PARAVIEW.<br>
Moreover, I know that the actors I create are there since I can probe their<br>
color property later.<br>
Please help<br>
</blockquote>
I would suggest taking that example that you posted and stripping it<br>
down a piece at a time until it breaks. That is, make the actor use<br>
the data from the very beginning of the pipeline and see if it is<br>
displayed properly at that point. Then add one filter at a time until<br>
it breaks. Once you get it to as small of a case as possible that<br>
demonstrates the problem, we can take a look if you still can't figure<br>
it out. Be sure to generate data programmatically rather than read an<br>
input file as it is much easier to reproduce.<br>
<br>
David<br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<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/<u></u>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_<u></u>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/<u></u>listinfo/vtkusers</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Unpaid intern in BillsBasement at noware dot com<br>
</div>