[vtkusers] vtkPoints

Sean Richards sean at millwood.ca
Tue Oct 5 13:30:55 EDT 2004


Hello,

I would like to combine the contents of 2 objects of type vtkPoints ... for instance

// a list of points we already have
vtkPoints *combinedPoints = ... ;

// a new set of points we want to add to combinedPoints
vtkPoints *newPoints = ... ;

now I want to be able to add the contents of newPoints to combinedPoints, but I don't want to lose what is already in combinedPoints.

Any help would be greatly appreciated.

Thanks!

Sean


More information about the vtkusers mailing list