Make tool that creates an actor object given any polydata

Still using the hacky {"actor3D":..., ...} dictionary. Is prone to user error and is annoying to use. Just create a class of the form

Class Actor(vtkActor):
  def __init__(self, *actors):
    ..