Uses of Class
com.openinventor.meshviz.misc.callbacks.PoProbeCB
-
Packages that use PoProbeCB Package Description com.openinventor.meshviz.data -
-
Uses of PoProbeCB in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data with parameters of type PoProbeCB Modifier and Type Method Description void
PoMeshProbePoint. setChangeCellCallback(PoProbeCB cb, java.lang.Object userData)
Set a callback that is triggered each time the probe enters another cellvoid
PoMeshProbePoint. setEnterMeshCallback(PoProbeCB cb, java.lang.Object userData)
Set a callback that is triggered each time the probe enters the meshvoid
PoMeshProbePoint. setLeaveMeshCallback(PoProbeCB cb, java.lang.Object userData)
Set a callback that is triggered each time the probe leaves the meshvoid
PoMeshProbePoint. setMotionCallback(PoProbeCB cb, java.lang.Object userData)
Set a callback that is triggered each time "position" change
-