<div dir="ltr">Hi Alexis,<div><br></div><div>In your example, you should use SetInputConnection() instead of SetInputData() for your <span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.799999237060547px;white-space:pre">vtkGlyph3D </span>and <span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;line-height:16.799999237060547px;white-space:pre">vtkPolyDataMapper </span>filters.</div>

<div><br></div><div>Hth,</div><div>Julien.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 15, 2014 at 5:31 PM, Girault, Alexis <span dir="ltr"><<a href="mailto:girault@email.unc.edu" target="_blank">girault@email.unc.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">I am working on ShapePopulationViewer, a NITRC tool and also a module in Slicer4.<br>
<br>
When trying to go from VTK5 to VTK6 I ran into multiple problems, here is the first :<br>
<br>
I used to display surfaces with point attributes, that could be scalar or vectors.<br>
Scalar attributes would be displayed as a color for the mesh point, and vector attributes as 3D arrow glyph.<br>
1. scalars only : <a href="http://www.nitrc.org/project/screenshot.php?group_id=759&screenshot_id=705" target="_blank">
http://www.nitrc.org/project/screenshot.php?group_id=759&screenshot_id=705</a><br>
2. with vectors : <a href="http://www.nitrc.org/project/screenshot.php?group_id=759&screenshot_id=706" target="_blank">
http://www.nitrc.org/project/screenshot.php?group_id=759&screenshot_id=706</a><br>
<br>
We updated the code following the two first lines of the VTK6 Migration Guide :<br>
<a href="http://www.vtk.org/Wiki/VTK/VTK_6_Migration_Guidee" target="_blank">http://www.vtk.org/Wiki/VTK/VTK_6_Migration_Guidee</a><br>
<br>
Here is the example that includes most of the code updated related to the 3dglyph :<br>
<a href="https://gist.github.com/agirault/aabbf6ccb96518509683" target="_blank">https://gist.github.com/agirault/aabbf6ccb96518509683</a><br>
<br>
The issue : with VTK5, the glyphs are displayed, with VTK6, they are not.<br>
Any ideas? I am doing something wrong when setting the inputs for the data to read?<br>
<br>
Thanks.<span class="HOEnZb"><font color="#888888"><br>
Alexis<br>
</font></span></div>
</div>

<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 VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_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/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>