[vtk-developers] SetNumberOfTuples?

David Gobbi dgobbi at imaging.robarts.ca
Fri Nov 28 15:18:12 EST 2003


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