I find that vtkPropPicker can set the vtkPropCollection for pick:
int PickProp(
double selectionX, double selectionY, vtkRenderer* renderer, vtkPropCollection* pickfrom);
This function allows to pick from the specificed prop.
Is it possible to set vtkPropCollection for vtkCellPicker?
Any suggestion is appreciated~~~