<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi All,<br>
<br>
I am new to VTK and I have trouble visualising just the points of a "vtkUniformGrid". I create a grid and attach Scalars to its points. So far so good but when it comes to visualising the points of the grid im having problems.<br>
</p>
<p><br>
</p>
<p>I found "SetRepresentationToPoints"sadly  this only visualises the surface of my Grid but i want ALL points of the grid.</p>
<p>The next promising thing I found is "vtkVertexGlyphFilter" but I didnt manage to find a comfortable way of connecting my Grid to it , without creating "vtkPolyData" by iterating through all points of the grid one by one.</p>
<p><br>
</p>
I am pretty sure there must be an easy way to visualise a Grid as Points but im unable to find it.<br>
Any help is very much appreciated!<br>
<br>
Greetings<br>
Jan
<p><br>
</p>
</body>
</html>