Hi all,
<div><br></div><div>I am trying to add spline interpolation to vtk contour widget by sub classing vtkContourLineInterpolater as explained in the threads below:</div><div><a href="http://comments.gmane.org/gmane.comp.lib.vtk.user/64546">http://comments.gmane.org/gmane.comp.lib.vtk.user/64546</a>
</div><div><a href="http://stackoverflow.com/questions/11789097/sub-classing-vtkcontourlineinterpolator-adds-default-straight-lines-also">http://stackoverflow.com/questions/11789097/sub-classing-vtkcontourlineinterpolator-adds-default-straight-lines-also</a>
</div><div><br></div><div>I could not find a solution to this problem yet.</div><div>I saw vtk spline widget offers similar functionality. But there we need to add many more functions that does not supported by vtksplinewidget.</div>
<div>eg: deleting and adding control points dynamically</div><div><br></div><div>Is there any way to add that interpolation to vtk contour widget?</div><div>Thanks a lot.</div><div><br></div>