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

SoEngineOutputList Class Reference
[Engine classes]

The SoEngineOutputList class is a container for SoEngineOutput objects. More...

#include <Inventor/lists/SoEngineOutputList.h>

Inheritance diagram for SoEngineOutputList:

SbList< SoEngineOutput * > List of all members.

Public Member Functions

 SoEngineOutputList (void)
 SoEngineOutputList (const int sizehint)
 SoEngineOutputList (const SoEngineOutputList &l)
void set (const int index, SoEngineOutput *item)

Detailed Description

The SoEngineOutputList class is a container for SoEngineOutput objects.

See also:
SbList


Constructor & Destructor Documentation

SoEngineOutputList::SoEngineOutputList void   )  [inline]
 

Default constructor.

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

SoEngineOutputList::SoEngineOutputList const SoEngineOutputList l  )  [inline]
 

Copy constructor.

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


Member Function Documentation

void SoEngineOutputList::set const int  index,
SoEngineOutput 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