#include <Inventor/lists/SoPickedPointList.h>

Public Member Functions | |
| SoPickedPointList (void) | |
| SoPickedPointList (const int sizehint) | |
| SoPickedPointList (const SoPickedPointList &l) | |
| void | set (const int index, SoPickedPoint *item) |
| SoPickedPointList::SoPickedPointList | ( | void | ) | [inline] |
Default constructor.
| SoPickedPointList::SoPickedPointList | ( | const int | sizehint | ) | [inline] |
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.
| SoPickedPointList::SoPickedPointList | ( | const SoPickedPointList & | l | ) | [inline] |
| void SoPickedPointList::set | ( | const int | index, | |
| SoPickedPoint * | item | |||
| ) | [inline] |
This method sets the element at index to item. Does the same thing as SbList::operator[](). This method is only present for compatibility with the original Inventor API.
1.5.3