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

SoDetailList Class Reference
[Detail classes]

The SoDetailList class is a container for pointers to SoDetail objects. More...

#include <Inventor/lists/SoDetailList.h>

Inheritance diagram for SoDetailList:

SbList< SoDetail * > List of all members.

Public Member Functions

 SoDetailList (void)
 SoDetailList (const int sizehint)
 SoDetailList (const SoDetailList &l)
void set (const int index, SoDetail *item)

Detailed Description

The SoDetailList class is a container for pointers to SoDetail objects.

See also:
SbList


Constructor & Destructor Documentation

SoDetailList::SoDetailList void   )  [inline]
 

Default constructor.

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

SoDetailList::SoDetailList const SoDetailList l  )  [inline]
 

Copy constructor.

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


Member Function Documentation

void SoDetailList::set const int  index,
SoDetail 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:04 2004 for Coin by doxygen 1.3.7