<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
This might be a rudimentary question, but I could not find answer in
the other posts.<br>
<br>
What is the difference between <font face="Courier New, Courier,
monospace">vtkStructuredPoints</font> and <font face="Courier
New, Courier, monospace">vtkStructuredGrid</font>? Based on
doxygen documentation, the <font face="Courier New, Courier,
monospace">vtkStructuredGrid</font> has the ability to turn off
some points by blanking array, while <font face="Courier New,
Courier, monospace">vtkStructiredPoints</font> does not have such
feature. Is it the only advantage of Grid over Points?<br>
<br>
I am using finite difference scheme on a vector and tensor field
data over a regular structured grid. Often, one dimension of the my
grid is a small number, while other dimensions are not, such as
500x500x3 grid. Which one is better to use? <font face="Courier
New, Courier, monospace">vtkStructuredGrid</font> or <font
face="Courier New, Courier, monospace">vtkStructuredPoints</font>?<br>
<br>
Thanks.
</body>
</html>