<div dir="ltr"><div>Lonni,</div><div><br></div>You probably are missing the vtkStandardNewMacro(<class name>) in the .cxx file. This defines the New() member function in a vast majority of VTK classes.<div><br></div><div>HTH,</div><div>Cory</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 27, 2015 at 9:51 AM, Lonni Besançon <span dir="ltr"><<a href="mailto:lonni.besancon@gmail.com" target="_blank">lonni.besancon@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone,<br>
<br>
While simply trying to re-write one of the classes used in an example code<br>
of VTK , I decided to subclass vtkInteractorStyle in order to re-create a<br>
class very similar to vtkInteractorStyleTrackballCamera. Therefore I decide<br>
to copy/paste the implementation of vtkInteractorStyleTrackballCamera.<br>
<br>
However, I noticed in this code that the New() method is not implemented in<br>
the .cxx file yet the example seems to work just fine. But when I try to<br>
re-create it with my own version of the trackballcamera I get a Linking<br>
error on the new method of my own subclass.<br>
<br>
I therefore have two questions:<br>
<br>
How come the implementation of the New() method is not in the .cxx file?<br>
How come when I try to do the exact same thing (just copying/pasting and<br>
changing names) it does not work?<br>
I am at a loss about these two 'issues'. Hope you can help me figure them<br>
out.<br>
<br>
If you'd rather answer on StackOverflow I created a post  there<br>
<<a href="http://stackoverflow.com/questions/33369693/new-implementation-with-vtk-and-subclass" rel="noreferrer" target="_blank">http://stackoverflow.com/questions/33369693/new-implementation-with-vtk-and-subclass</a>><br>
so you can get rep for your answer.<br>
<br>
Thanks in advance,<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Instantiation-of-an-InteractorStyle-subclass-tp5734624.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/Instantiation-of-an-InteractorStyle-subclass-tp5734624.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Cory Quammen<br>R&D Engineer<br>Kitware, Inc.</div>
</div>