Uses of Class
com.openinventor.inventor.misc.callbacks.SoSelectionPickCB
-
Packages that use SoSelectionPickCB Package Description com.openinventor.inventor.nodes -
-
Uses of SoSelectionPickCB in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes with parameters of type SoSelectionPickCB Modifier and Type Method Description voidSoSelection. setPickFilterCallback(SoSelectionPickCB f)equivalent to setPickFilterCallback(f,null,true)voidSoSelection. setPickFilterCallback(SoSelectionPickCB f, java.lang.Object userData)equivalent to setPickFilterCallback(f,userData,true)voidSoSelection. setPickFilterCallback(SoSelectionPickCB f, java.lang.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.
-