[vtkusers] Array of vtkclasses

Arnolfo Marciales marciale at ula.ve
Tue Sep 26 11:10:05 EDT 2006


Hi i need to make a undefined array of vtkActors.
I can define with

vtkActor *vtkActors[x];
but with

vtkActor *vtkActors[];
i receive an compilation error

Can i use stl vector library with vtkActor?
If so, How i call ::New() command from the stl::vector function?

thanks,
Fito




More information about the vtkusers mailing list