#include <Inventor/lists/SoPickedPointList.h>
Inheritance diagram for SoPickedPointList::

Public Methods | |
| SoPickedPointList (void) | |
| SoPickedPointList (const int sizehint) | |
| SoPickedPointList (const SoPickedPointList &l) | |
| void | set (const int index, SoPickedPoint *item) |
|
|
Default constructor. |
|
|
This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items.
|
|
|
Copy constructor.
|
|
|||||||||||||||
|
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.2.9 written by Dimitri van Heesch,
© 1997-2001