Open Inventor Reference
SoEngineOutputList Class Reference

Maintains a list of pointers to engine outputs. More...

#include <Inventor/SoLists.h>

Inheritance diagram for SoEngineOutputList:
SbPList

List of all members.

Public Member Functions

 SoEngineOutputList ()
 SoEngineOutputList (int size)
 SoEngineOutputList (const SoEngineOutputList &l)
 ~SoEngineOutputList ()
 Destructor.
void append (SoEngineOutput *engineOutput)
 Adds an engine output to the end of the list.
void insert (SoEngineOutput *engineOutput, int addBefore)
 Inserts the given engine output in the list before the element of the given index.
SoEngineOutputoperator[] (int i) const
 Access an element of a list.
void set (int i, SoEngineOutput *engineOutput)
 Sets an element of a list.

Detailed Description

This subclass of SbPlist holds lists of pointers to SoEngineOutputs. It updates reference counts to engine outputs in the list whenever adding or removing pointers.

See Also
SoEngineOutput

Definition at line 471 of file SoLists.h.


Constructor & Destructor Documentation

SoEngineOutputList::SoEngineOutputList ( ) [inline]

Definition at line 473 of file SoLists.h.

SoEngineOutputList::SoEngineOutputList ( int  size) [inline]

Definition at line 474 of file SoLists.h.

SoEngineOutputList::SoEngineOutputList ( const SoEngineOutputList l) [inline]

Definition at line 475 of file SoLists.h.

SoEngineOutputList::~SoEngineOutputList ( ) [inline]

Definition at line 477 of file SoLists.h.

References SbPList::truncate().


Member Function Documentation

void SoEngineOutputList::append ( SoEngineOutput engineOutput) [inline]

Definition at line 480 of file SoLists.h.

References SbPList::append().

void SoEngineOutputList::insert ( SoEngineOutput engineOutput,
int  addBefore 
) [inline]

Definition at line 485 of file SoLists.h.

References SbPList::insert().

SoEngineOutput* SoEngineOutputList::operator[] ( int  i) const [inline]

Reimplemented from SbPList.

Definition at line 489 of file SoLists.h.

void SoEngineOutputList::set ( int  i,
SoEngineOutput engineOutput 
) [inline]

Definition at line 493 of file SoLists.h.


The documentation for this class was generated from the following file: