[vtk-developers] the hints file
David Gobbi
dgobbi at imaging.robarts.ca
Sun Nov 24 12:20:41 EST 2002
Hi Dean,
The hints file is structured like this:
<class> <method> <return type> <return count>
vtkAbstractMapper3D GetBounds 301 6
Where the following return types are allowed:
(as implicitly defined in vtkParse.y)
301 float *
304 int *
307 double *
Other types such as short * (305), long * (306), etc. and
unsigned types can't be used because there are no corresponding
types in the wrapper languages.
Cheers,
David
On Sun, 24 Nov 2002 dean.inglis at on.aibn.com wrote:
> Hi,
>
> could someone give me a brief lesson on the
> hints file. I would like to add tcl access
> to a Get func in vtkSplineWidget but am unsure
> of the syntax - in particular, the two integers
> in the hint file following a class's Get method
> name.
>
> thanks,
> Dean
>
> _______________________________________________
> vtk-developers mailing list
> vtk-developers at public.kitware.com
> http://public.kitware.com/mailman/listinfo/vtk-developers
>
More information about the vtk-developers
mailing list