<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#003333" bgcolor="#FFFFFF">
    <font size="-1"><font face="Tahoma">Hi all,<br>
        <br>
        I would like to decimate a mesh using a criterion (let's say
        "edge length &lt;=1"). <br>
        <br>
        By searching through the documentation, I find the only way is
        to use vtkStreamingTesselator coupled with
        vtkEdgeSubdivisionCriterion but I don't really understant how to
        use it. <br>
        <br>
        Mainly, I can't pass a vtkPolyData, I have to use it cell
        (triangle) by cell ? How can I use the callabacks ?<br>
        Can someone provide some example ?<br>
        <br>
        Thanks by advance.<code><a class="el"
href="http://www.vtk.org/doc/nightly/html/classvtkStreamingTessellator.html"
            title="An algorithm that refines an initial simplicial
            tessellation using edge subdivision."></a></code> </font></font>
  </body>
</html>