There are many actors, and I want to area pick some actors.
The area defined by mouse can be get from:
vtkPlanes* frustum = static_cast<vtkAreaPicker*>(GetInteractor()->GetPicker())->GetFrustum();
The problem is how to judge the actor(s) is in the area defined by “frustum” or not.