1#ifndef COIN_SOPICKEDPOINTLIST_H
2#define COIN_SOPICKEDPOINTLIST_H
36#include <Inventor/lists/SbPList.h>
The SbList class is a template container class for lists.
Definition SbList.h:70
void truncate(const int length, const int dofit=0)
Definition SbList.h:172
void fit(void)
Definition SbList.h:104
The SbPList class is a container class for void pointers.
Definition lists/SbPList.h:40
void append(void *item)
Definition lists/SbPList.h:87
void *& operator[](const int index) const
Definition lists/SbPList.h:128
void insert(void *item, const int insertbefore)
Definition SbPList.cpp:236
The SoPickedPointList class is a container for pointers to SoPickedPoint objects.
Definition SoPickedPointList.h:40
SoPickedPointList(const int sizehint)
Definition SoPickedPointList.h:43
void append(SoPickedPoint *pp)
Definition SoPickedPointList.h:47
SoPickedPointList(void)
Definition SoPickedPointList.h:42
void insert(SoPickedPoint *pp, const int insertbefore)
Definition SoPickedPointList.h:50
SoPickedPoint * operator[](const int idx) const
Definition SoPickedPointList.h:53
The SoPickedPoint class is used for specifying picked points.
Definition SoPickedPoint.h:48