<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Thanks a lot for the quick and very helpful reply. <br>
    <br>
    On 19.01.2011 15:53, Jeff Baumes wrote:
    <blockquote
      cite="mid:AANLkTin3kFGbkMKHsJqPPDbj9UoMoe_48bDpSw0-rLsu@mail.gmail.com"
      type="cite">On Tue, Jan 18, 2011 at 10:41 AM, Steffen Oeltze <span
        dir="ltr">&lt;<a moz-do-not-send="true"
          href="mailto:stoeltze@isg.cs.uni-magdeburg.de" target="_blank">stoeltze@isg.cs.uni-magdeburg.de</a>&gt;</span>
      wrote:<br>
      <div class="gmail_quote">
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          DearAll,<br>
          <br>
          I plan to evaluate VTK for graph visualization and I wonder
          whether it provides the features listed below.<br>
          For some features, I already found information online.<br>
        </blockquote>
        <div>&nbsp;</div>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          - modifying the edge thickness/width according to some edge
          weight (???)<br>
        </blockquote>
        <div><br>
        </div>
        <div>Not currently possible. To stress certain edges I normally
          use a color map for edges that changes their opacity based on
          the weight.</div>
        <div><br>
        </div>
      </div>
    </blockquote>
    Using the opacity is also a good idea. However, I just discovered
    the vtkGraphToPolyData class which should provide access to the edge
    geometry. Maybe, by using, e.g., vtkRibbonFilter, I will be able to
    change the edge width? I wonder how this would influence the edge
    picking in the view.<br>
    <br>
    Cheers,<br>
    Steffen<br>
  </body>
</html>