[vtk-developers] Re: SetNumberOfTuples?

David Gobbi dgobbi at imaging.robarts.ca
Sat Nov 29 20:53:02 EST 2003


Oops, this was my mistake, I was looking for the function definitions
in the wrong place.

The only problem was that the SetNumberOfTuples method wasn't being
wrapped into Python anymore, but I've fixed the python wrappers and
everything is working for me now.

On Fri, 28 Nov 2003, David Gobbi wrote:

> Hi Brad,
>
> In the most recent VTK checkout, the vtkDataArray subclasses
> don't define 'SetNumberOfTuples' any more, even though that
> method is pure virtual in the superclass.
>
> Maybe SetNumberOfTuples should be a non-virtual method that
> simply calls SetNumberOfValues(components*n)?
>
>  - David
>
>




More information about the vtk-developers mailing list