[vtk-developers] python & tcl wrappers not working on Irix
Brad King
brad.king at kitware.com
Wed Jul 20 10:04:36 EDT 2005
David Cole wrote:
> But these wrappers do work as is on other machines... What's the
> difference between the machines where these wrappers work and where they
> don't work?
The vtkSignedCharArray was not wrapped because signed char was not
supported by the wrappers. The new vtkTypeInt8Array needs a signed char
type, which can be vtkCharArray on most platforms but on SGI char is
signed so it needs to be vtkSignedCharArray. Since vtkTypeInt8Array was
wrapped it wanted its superclass to be wrapped too.
-Brad
More information about the vtk-developers
mailing list