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

SoTypeList Class Reference

The SoTypeList class is a container class for arrays of SoType objects. More...

#include <Inventor/lists/SoTypeList.h>

Inheritance diagram for SoTypeList::

List of all members.

Public Methods

 SoTypeList (void)
 SoTypeList (const int sizehint)
 SoTypeList (const SoTypeList &l)
void set (const int index, const SoType item)

Detailed Description

The SoTypeList class is a container class for arrays of SoType objects.

See also:
SbList


Constructor & Destructor Documentation

SoTypeList::SoTypeList void [inline]
 

Default constructor.

SoTypeList::SoTypeList 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)

SoTypeList::SoTypeList const SoTypeList & l [inline]
 

Copy constructor.

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


Member Function Documentation

void SoTypeList::set const int index,
const SoType 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 at Tue Mar 5 03:31:32 2002 for Coin by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001