other versions
- wheezy-backports 3.1.4~abc9f50-3~bpo70+1
- jessie 3.1.4~abc9f50-7
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)
Additional Inherited Members¶
Detailed Description¶
The SbIntList class is a container for integer list arrays.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.Sat Oct 12 2013 | Version 4.0.0a |