1#ifndef COIN_SOPICKEDPOINTLIST_H
2#define COIN_SOPICKEDPOINTLIST_H
27#include <Inventor/lists/SbPList.h>
The SbList class is a template container class for lists.
Definition SbList.h:47
void truncate(const int length, const int dofit=0)
Definition SbList.h:149
void fit(void)
Definition SbList.h:81
void insert(const Type item, const int insertbefore)
Definition SbList.h:109
void append(const Type item)
Definition SbList.h:98
The SbPList class is a container class for void pointers.
Definition SbPList.h:31
void append(void *item)
Definition SbPList.h:78
void *& operator[](const int index) const
Definition SbPList.h:119
void insert(void *item, const int insertbefore)
Definition SbPList.cpp:226
The SoPickedPointList class is a container for pointers to SoPickedPoint objects.
Definition SoPickedPointList.h:31
SoPickedPointList(const int sizehint)
Definition SoPickedPointList.h:34
SoPickedPointList(void)
Definition SoPickedPointList.h:33
SoPickedPoint * operator[](const int idx) const
Definition SoPickedPointList.h:44
The SoPickedPoint class is used for specifying picked points.
Definition SoPickedPoint.h:39