<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Mar 27, 2015 at 9:35 AM, David Lonie <span dir="ltr"><<a href="mailto:david.lonie@kitware.com" target="_blank">david.lonie@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Fri, Mar 27, 2015 at 11:21 AM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span>On Fri, Mar 27, 2015 at 8:49 AM, David Lonie <span dir="ltr"><<a href="mailto:david.lonie@kitware.com" target="_blank">david.lonie@kitware.com</a>></span> wrote:</span></div></div></div></blockquote></span><div>Would you have time to do this? It looks like we're going to need to bite the bullet and train the wrappers one way or another. No worries, If you're too busy, I can give it a shot, though I may need to bug you a bit while going through. But I really wouldn't mind taking some time to learn how the wrapping mechanisms work.</div></div></div></div></blockquote><div><br></div><div>No, I don't have time.  Feel free to bug me with specific questions.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>I was thinking more along the lines of the concrete vtkVector3d, etc subclasses to avoid the templating issues. Is lifetime management the main problem with these classes?</div></div></div></div>
</blockquote></div></div><div class="gmail_extra"><br></div><div class="gmail_extra">Currently, the VTK wrappers need the superclasses of all wrapped classes to also be wrapped, that's how they handle method inheritance.  Changes would be needed in order to wrap just the concrete subclasses classes.  It's best not to touch this issue until the bounding box issue is fixed, suffice it to say that there are ways it can be done but it's not trivial.</div><div class="gmail_extra"><br></div><div class="gmail_extra"> - David</div></div>