NAME

cxPickSet - initialize hit structures in a cxPick structure

C SPECIFICATION

#include <cx/Pick.h>

void cxPickSet(cxPick *pick,long n)

FORTRAN SPECIFICATION

subroutine cxPickSet(pick,n)
integer pick
integer n

PARAMETERS

pick
Pointer to pick structure to initialize
n
Number of hits in this pick.

DESCRIPTION

This function initializes hits in a newly allocated pick structure. A cxPick structure is created with cxPickNew(3E). The number of items this pick includes should be passed in.

SEE ALSO

cxPickNew(3E), cxPickHitConeSet(3E), cxPickHitCylinderSet(3E), cxPickHitFaceSet(3E), cxPickHitLineSet(3E), cxPickHitPointSet(3E)
Last modified: May 26 14:06 1999
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1999