This subclass of SbPList holds lists of pointers to instances of classes derived from SoPickedPoint. It is used primarily to return information from picking with the SoRayPickAction class.
METHODS
SoPickedPointList()
Constructor.
SoPickedPointList(int size)
Constructor that pre-allocates storage for size pointers.
SoPickedPointList(const SoPickedPointList &l)
Constructor that copies the contents of another list.