VTK
AddPickList Of vtkPicker Will Not Check Adding The Same Object Repeatedly
The interface vtkAbstractPicker::AddPickList is used to add an object to the bottom of the list. But it will not check adding the same object to the list. So the number of items in the pick list will increase if we add the item multiple times. Source code for the interface: