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