<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<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>
http://www.vtk.org/Wiki/VTK/VTK_6_Migration_Guidee<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.<br>
Alexis<br>
</div>
</body>
</html>