<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    I have a <font face="Courier New, Courier, monospace">structured
      points</font> dataset, which it has a vector field assigned to its
    <font face="Courier New, Courier, monospace">point data</font>. I
    want to smooth the vector field. What is the best way to do that?<br>
    <br>
    I guess I should decompose the vector field to three <font
      face="Courier New, Courier, monospace">vtkDoubleArrays</font> for
    each component, and add it into the dataset and apply the filter to
    three arrays. Which filter should I apply? And is there a better
    way?<br>
    <br>
    Thanks,<br>
    -Sia<br>
  </body>
</html>