Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

SoPickedPointList Class Reference
[General classes]

The SoPickedPointList class is a container for pointers to SoPickedPoint objects. More...

#include <Inventor/lists/SoPickedPointList.h>

Inheritance diagram for SoPickedPointList:

SbList< SoPickedPoint * > List of all members.

Public Member Functions

 SoPickedPointList (void)
 SoPickedPointList (const int sizehint)
 SoPickedPointList (const SoPickedPointList &l)
void set (const int index, SoPickedPoint *item)

Detailed Description

The SoPickedPointList class is a container for pointers to SoPickedPoint objects.

See also:
SbList


Constructor & Destructor Documentation

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.

See also:
SbList::SbList(const int sizehint)

SoPickedPointList::SoPickedPointList const SoPickedPointList l  )  [inline]
 

Copy constructor.

See also:
SbList::SbList(const SbList<Type> & l)


Member Function Documentation

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.


The documentation for this class was generated from the following files:
Generated on Tue Jul 27 23:53:06 2004 for Coin by doxygen 1.3.7