|
Aviatrix3D 1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A interface that describes an internal implemention of pick intersection tests.
| Method Summary | |
void |
pickBatch(PickableObject root,
PickRequest[] req,
int numRequests)
Check for all intersections against this geometry and it's children to see if there is an intersection with the given set of requests. |
void |
pickSingle(PickableObject root,
PickRequest req)
Check for all intersections against this geometry and it's children to see if there is an intersection with the given set of requests. |
| Method Detail |
public void pickBatch(PickableObject root,
PickRequest[] req,
int numRequests)
throws NotPickableException
root - The root point to start the pick processing fromreq - The list of picks to be made, starting at this objectnumRequests - The number of valid pick requests to process
NotPickableException - This object has been marked as non pickable,
but you decided to try to call the method anyway
public void pickSingle(PickableObject root,
PickRequest req)
throws NotPickableException
root - The root point to start the pick processing fromreq - The details of the pick to be made
NotPickableException - This object has been marked as non pickable,
but you decided to try to call the method anyway
|
Aviatrix3D 1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||