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

SoFieldList(3)							       Coin							    SoFieldList(3)

NAME
SoFieldList - The SoFieldList class is a container for pointers to SoField objects. SYNOPSIS
#include <Inventor/lists/SoFieldList.h> Inherits SbPList. Public Member Functions SoFieldList (void) SoFieldList (const int sizehint) SoFieldList (const SoFieldList &l) void append (SoField *field) void insert (SoField *field, const int insertbefore) SoField * operator[] (const int idx) const void set (const int idx, SoField *field) SoField * get (const int idx) const Additional Inherited Members Detailed Description The SoFieldList class is a container for pointers to SoField objects. See also: SbList Constructor &; Destructor Documentation SoFieldList::SoFieldList (void) [inline] Default constructor. SoFieldList::SoFieldList (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) SoFieldList::SoFieldList (const SoFieldList &l) [inline] Copy constructor. See also: SbList::SbList(const SbList<Type> & l) Member Function Documentation void SoFieldList::append (SoField *field) [inline] Overridden from parent to accept an SoField pointer argument. void SoFieldList::insert (SoField *field, const intinsertbefore) [inline] Overridden from parent to accept an SoField pointer argument. SoField * SoFieldList::operator[] (const intidx) const [inline] Overridden from parent to return an SoField pointer. Reimplemented from SbPList. void SoFieldList::set (const intindex, SoField *item) [inline] Overridden from parent to accept an SoField pointer argument. SoField * SoFieldList::get (const intidx) const [inline] Overridden from parent to return an SoField pointer. Reimplemented from SbPList. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoFieldList(3)
Man Page