[vtk-developers] const arrays in Set methods

Brad King brad.king at kitware.com
Wed Nov 28 09:28:16 EST 2001


> Some of the python code I have doesn't work with the recent VTK 4.0
> because the SetPosition(float _arg[3]) etc.  methods don't have
> const arguments and therefore aren't being wrapped.
Is there a specific class for which the SetPosition method is not showing
up?  I don't think the VTK wrappers wrap any methods that take array
arguments unless a hint is specified or the method is defined by a macro
like vtkSetVector3Macro.

-Brad




More information about the vtk-developers mailing list