1 #ifndef COIN_SOPICKEDPOINTLIST_H
2 #define COIN_SOPICKEDPOINTLIST_H
36 #include <Inventor/lists/SbPList.h>
54 return static_cast<SoPickedPoint *>(SbPList::operator[](idx));
57 void truncate(
const int start,
const int fit = 0);
62 #endif // !COIN_SOPICKEDPOINTLIST_H
void append(void *item)
Definition: lists/SbPList.h:87
The SbPList class is a container class for void pointers.
Definition: lists/SbPList.h:40
void set(const int index, void *item)
Definition: lists/SbPList.h:150
SoPickedPointList(const int sizehint)
Definition: SoPickedPointList.h:43
SoPickedPoint * operator[](const int idx) const
Definition: SoPickedPointList.h:53
void truncate(const int length, const int fit=0)
Definition: lists/SbPList.h:109
SoPickedPointList(void)
Definition: SoPickedPointList.h:42
The SoPickedPointList class is a container for pointers to SoPickedPoint objects.
Definition: SoPickedPointList.h:40
The SoPickedPoint class is used for specifying picked points.
Definition: SoPickedPoint.h:48
void insert(void *item, const int insertbefore)
Definition: SbPList.cpp:236