[vtkusers] VTK bindings to Node.js/V8/JavaScript

David Gobbi david.gobbi at gmail.com
Fri Jan 29 08:14:46 EST 2016


On Fri, Jan 29, 2016 at 2:41 AM, Axel Kittenberger <axkibe at gmail.com> wrote:
>
> Stuff that doesn't have getters/setters like vtkVolumeRayCastDynamicInfo
> can be safely skipped tough, right?
>

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.


> PS: I just realized I glossed over callbacks as well which the Python
> wrapper supports.
>

Callbacks are always fun to wrap.

 - David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160129/3616d0ee/attachment.html>


More information about the vtkusers mailing list