Uses of Class
com.openinventor.inventor.misc.callbacks.SoSelectionPickCB
Packages that use SoSelectionPickCB
-
Uses of SoSelectionPickCB in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes with parameters of type SoSelectionPickCBModifier and TypeMethodDescriptionvoidSoSelection.setPickFilterCallback(SoSelectionPickCB f) equivalent to setPickFilterCallback(f,null,true)voidSoSelection.setPickFilterCallback(SoSelectionPickCB f, Object userData) equivalent to setPickFilterCallback(f,userData,true)voidSoSelection.setPickFilterCallback(SoSelectionPickCB f, Object userData, boolean callOnlyIfSelectable) The pick filter callback is invoked when a pick has occurred and the selection node is about to change the selection list.