<!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">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Yes. This
worked!<br>
Thank you!<br>
</font></font><br>
Am 08.04.2010 14:02, schrieb John Drescher:
<blockquote
 cite="mid:m2p387ee2021004080502x3cf87836vdf9e8f16606f0c0f@mail.gmail.com"
 type="cite">
  <pre wrap="">On Thu, Apr 8, 2010 at 3:50 AM, Sebastian Gatzka
<a class="moz-txt-link-rfc2396E" href="mailto:sebastian.gatzka@stud.tu-darmstadt.de">&lt;sebastian.gatzka@stud.tu-darmstadt.de&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Ok. I will give it a try.
What about the fact that the keypress-interactor uses one macro:

vtkStandardNewMacro(KeyPressInteractorStyle);

while the the mouse-interactor uses two:

vtkCxxRevisionMacro(MouseInteractorStyle, "$Revision: 1.1 $");
vtkStandardNewMacro(MouseInteractorStyle);

    </pre>
  </blockquote>
  <pre wrap="">
That is because the header for the mouse interactor defines

vtkTypeRevisionMacro(MouseInteractorStyle, vtkInteractorStyleTrackballCamera);

Use all the macros like in the mouse-interactor example.

John

  </pre>
</blockquote>
</body>
</html>