<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>I&#8217;ve ordered the three books but in the meantime I&#8217;m
subsisting on online and the docs installed with vtk.&nbsp; Beginners&#8217;
question:&nbsp; Is there an example of the following?&nbsp; I want to read in a
regular 2D array of double float values and display it as a 3D surface, where the
2 indices for each array element represent a location on the earth&#8217;s
surface&nbsp; and the value of each element represents an elevation.&nbsp; In
fact, I want to be able to display a sequence of surfaces (representing a corresponding
sequence of 2D arrays) of elevations as an animation of interactively variable
speed.&nbsp;&nbsp; From what I can see I need to get the data into a
vtkPolyData object, after which I can display it and manipulate its visual representation
just like in the tutorials.&nbsp; But vtkPolyVertex, vtkTriangleStrip, and
vtkUnstructuredGrid are just a few of the candidates for an initial intra-VTK
format, and it&#8217;s not clear to me which is most appropriate.&nbsp; Thanks
very much for any help you may be able to provide.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>-Steve C.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>