Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

soengineoutputlist(3) [debian man page]

SoEngineOutputList(3)						       Coin						     SoEngineOutputList(3)

NAME
SoEngineOutputList - The SoEngineOutputList class is a container for SoEngineOutput objects. SYNOPSIS
#include <Inventor/lists/SoEngineOutputList.h> Inherits SbPList. Public Member Functions SoEngineOutputList (void) SoEngineOutputList (const int sizehint) SoEngineOutputList (const SoEngineOutputList &l) void append (SoEngineOutput *output) void insert (SoEngineOutput *output, const int insertbefore) SoEngineOutput * operator[] (const int idx) const void set (const int idx, SoEngineOutput *item) Additional Inherited Members 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 intsizehint) [inline] This constructor initializes the internal allocated size for the list to sizehint. Note that the list will still initially contain zero items. SoEngineOutputList::SoEngineOutputList (const SoEngineOutputList &l) [inline] Copy constructor. Member Function Documentation SoEngineOutput* SoEngineOutputList::operator[] (const intindex) const [inline] Returns element at index. Will automatically expand the size of the internal array if index is outside the current bounds of the list. The values of any additional pointers are then set to NULL. Reimplemented from SbPList. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoEngineOutputList(3)

Check Out this Related Man Page

SbIntList(3)							       Coin							      SbIntList(3)

NAME
SbIntList - The SbIntList class is a container for integer list arrays. SYNOPSIS
#include <Inventor/lists/SbIntList.h> Inherits SbPList. Public Member Functions SbIntList (void) SbIntList (const int sizehint) void append (const int item) int find (const int item) void insert (const int item, const int addbefore) int & operator[] (const int idx) const Additional Inherited Members Detailed Description The SbIntList class is a container for integer list arrays. See also: SbList Constructor &; Destructor Documentation SbIntList::SbIntList (void) [inline] Default constructor. SbIntList::SbIntList (const intsizehint) [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) Member Function Documentation void SbIntList::append (const intitem) [inline] Overridden from parent to accept an integer argument. int SbIntList::find (const intitem) [inline] Overridden from parent to accept an integer argument. void SbIntList::insert (const intitem, const intaddbefore) [inline] Overridden from parent to accept an integer argument. int & SbIntList::operator[] (const intidx) const [inline] Overridden from parent to return an integer. Reimplemented from SbPList. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SbIntList(3)
Man Page