[vtkusers] Array for vtkPoints?

Ambar C ambarc at gmail.com
Fri Nov 26 15:27:08 EST 2010


Hello,

I'm currently coding a project that needs me to keep creating vtkPoint
objects in a loop as I get data. I don't know how much data I'm going
to get so I need a way to keep track of all of my different point
groups. Is there some kind of stack or array in vtk that will allow me
to keep adding on my points (while creating vtkPoint inside the loop)
and still having them in scope after the loop? Please feel free to ask
questions.

Cheers.



More information about the vtkusers mailing list