[vtkusers] vtk iteration over actors to change entity parameters, how?
Mark Gooding
mark.gooding at gmail.com
Tue Feb 28 04:39:23 EST 2006
On 2/28/06, Dr. A. M. Zsaki <zsaki at encs.concordia.ca> wrote:
> Is there a better way of doing this other than keeping track of which actor
> is where in the list of actors (and when it was added,etc), like assigning a
> name to an actor or something similar?!?
I've used a STL vector rather than the actorCollection. So each actor
can be refered to as:
actorvector.at(number)->doWhatever.
probably not the "right" solution, but it works for me!
Mark
More information about the vtkusers
mailing list