Uses of Class
com.openinventor.inventor.SoPickedPoint
-
Packages that use SoPickedPoint Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.actions com.openinventor.inventor.misc.callbacks com.openinventor.inventor.nodes -
-
Uses of SoPickedPoint in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoPickedPoint Modifier and Type Method Description SoPickedPoint
SoPickedPoint. copy()
Constructors in com.openinventor.inventor with parameters of type SoPickedPoint Constructor Description SoPickedPoint(SoPickedPoint pp)
Copy constructor. -
Uses of SoPickedPoint in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoPickedPoint Modifier and Type Method Description SoPickedPoint
SoRayPickAction. addIntersection(SbVec3f objectSpacePoint)
Adds anSoPickedPoint
instance representing the given object space point to the current list and returns it.SoPickedPoint
SoRayPickAction. addIntersection(SoPickedPoint pp)
SoPickedPoint
SoHandleEventAction. getPickedPoint()
Returns the frontmost object hit (as anSoPickedPoint
) by performing a pick based on the mouse location specified in the event for which the action is being applied.SoPickedPoint
SoRayPickAction. getPickedPoint()
Calls getPickedPoint((int)0).SoPickedPoint
SoRayPickAction. getPickedPoint(int index)
Returns the indexed picked point from the list.SoPickedPoint
SoRayPickAction. getUnsortedPickedPoint(int i)
Methods in com.openinventor.inventor.actions that return types with arguments of type SoPickedPoint Modifier and Type Method Description java.util.Vector<SoPickedPoint>
SoHandleEventAction. getPickedPointList()
Returns a list of objects intersected by a picking operation, sorted from nearest to farthest.java.util.Vector<SoPickedPoint>
SoRayPickAction. getPickedPointList()
Returns list of picked points.Methods in com.openinventor.inventor.actions with parameters of type SoPickedPoint Modifier and Type Method Description SoPickedPoint
SoRayPickAction. addIntersection(SoPickedPoint pp)
void
SoHandleEventAction. setPickedPoint(SoPickedPoint point)
Set theSoPickedPoint
object that will be returned by getPickedPoint. -
Uses of SoPickedPoint in com.openinventor.inventor.misc.callbacks
Methods in com.openinventor.inventor.misc.callbacks with parameters of type SoPickedPoint Modifier and Type Method Description SoPath
SoSelectionPickCB. invoke(SoPickedPoint p)
This method will be invoked when the native callback will be called so that you only need to override this method to fill the method's body. -
Uses of SoPickedPoint in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoPickedPoint Modifier and Type Method Description SoPickedPoint
SoEventCallback. getPickedPoint()
Returns pick information duringSoHandleEventAction
traversal, or NULL if traversal is not taking place.
-