<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jan 29, 2016 at 2:41 AM, Axel Kittenberger <span dir="ltr"><<a href="mailto:axkibe@gmail.com" target="_blank">axkibe@gmail.com</a>></span> wrote:<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>Stuff that doesn't have getters/setters like vtkVolumeRayCastDynamicInfo can be safely skipped tough, right?</div></div></div></div></blockquote><div><br></div><div>Yes.  Classes like that aren't part of the API, they're just helpers for other classes.  Also note that the Tcl and Java wrappers only wrap vtkObjectBase-derived classes, because that covers around 98% of the useful API classes.</div><div> </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>PS: I just realized I glossed over callbacks as well which the Python wrapper supports.</div></div></div></div></blockquote><div><br></div><div>Callbacks are always fun to wrap.</div><div><br></div><div> - David </div></div><br></div></div>