TCL : wrapping and vtk_class_NewCommand etc etc
John Biddiscombe
j.biddiscombe at rl.ac.uk
Wed Mar 22 18:55:04 EST 2000
when generating tcl wrappers for common/graphics/imaging etc etc the wraptcl
code produces a series of stub/templates which can be used to build a dll
which will link to the vtk dlls and allow tcl to use them.
The wrap code creates a whole bunch of
vtkActor2DNewCommand(.....)
definitions and suchlike.
Question: How does one automatically generate the (I assume)
vtkActor2DNewCommand() {
return vtkActor2D::New()
}
functions themselves????
thanks
John B
--------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at public.kitware.com>. For help, send message body containing
"info vtkusers" to the same address.
--------------------------------------------------------------------
More information about the vtkusers
mailing list