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 TypeMethodDescriptionvoid
SoSelection.setPickFilterCallback
(SoSelectionPickCB f) equivalent to setPickFilterCallback(f,null,true)void
SoSelection.setPickFilterCallback
(SoSelectionPickCB f, Object userData) equivalent to setPickFilterCallback(f,userData,true)void
SoSelection.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.