<div dir="ltr"><div><div>Hi all, <br></div>I think I am not fully understanding callbacks and signals. I have a qt project where the ui loads a vtk renderwindow. That render window has a callback (a box widget that has to update the clipping planes of the vtkvolume). After that I would like that inside the callback it emits a signal and the qvtkwidget then calls its renderwindow and renders all. <br>
</div>I couldn't emit a signal, so I made the class mycallback to inherit both from vtkcommand and qobject, and now it doesn't compile showing
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin:0px;text-indent:0px"><span style="color:rgb(190,20,20)">undefined reference to `vtable for vtkBoxCallback'</span></p><p style="margin:0px;text-indent:0px"><span style="color:rgb(190,20,20)"><br></span></p>
<div><div><div>What should I do?<br></div><div>Thanks<br></div><div><br>-- <br>José Ignacio Prieto<br>celular(nuevo): 94348182
</div></div></div></div>