.TH "SbIntList" 3 "Tue Jun 23 2026 23:48:38" "Version 4.0.10" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SbIntList \- The \fBSbIntList\fP class is a container for integer numbers\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherits \fBSbPList\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBSbIntList\fP (void)" .br .ti -1c .RI "\fBSbIntList\fP (const int sizehint)" .br .ti -1c .RI "void \fBappend\fP (const int item)" .br .ti -1c .RI "int \fBfind\fP (const int item)" .br .ti -1c .RI "void \fBinsert\fP (const int item, const int addbefore)" .br .ti -1c .RI "int & \fBoperator[]\fP (const int idx) const" .br .in -1c Public Member Functions inherited from \fBSbPList\fP .in +1c .ti -1c .RI "\fBSbPList\fP (const int sizehint=DEFAULTSIZE)" .br .ti -1c .RI "\fBSbPList\fP (const \fBSbPList\fP &l)" .br .ti -1c .RI "\fB~SbPList\fP ()" .br .ti -1c .RI "void \fBcopy\fP (const \fBSbPList\fP &l)" .br .ti -1c .RI "\fBSbPList\fP & \fBoperator=\fP (const \fBSbPList\fP &l)" .br .ti -1c .RI "void \fBfit\fP (void)" .br .ti -1c .RI "void \fBappend\fP (void *item)" .br .ti -1c .RI "int \fBfind\fP (const void *item) const" .br .ti -1c .RI "void \fBinsert\fP (void *item, const int insertbefore)" .br .ti -1c .RI "void \fBremoveItem\fP (void *item)" .br .ti -1c .RI "void \fBremove\fP (const int index)" .br .ti -1c .RI "void \fBremoveFast\fP (const int index)" .br .ti -1c .RI "int \fBgetLength\fP (void) const" .br .ti -1c .RI "void \fBtruncate\fP (const int length, const int \fBfit\fP=0)" .br .ti -1c .RI "void ** \fBgetArrayPtr\fP (const int start=0) const" .br .ti -1c .RI "void *& \fBoperator[]\fP (const int index) const" .br .ti -1c .RI "int \fBoperator==\fP (const \fBSbPList\fP &l) const" .br .ti -1c .RI "int \fBoperator!=\fP (const \fBSbPList\fP &l) const" .br .ti -1c .RI "void * \fBget\fP (const int index) const" .br .ti -1c .RI "void \fBset\fP (const int index, void *item)" .br .in -1c .SS "Additional Inherited Members" Protected Member Functions inherited from \fBSbPList\fP .in +1c .ti -1c .RI "void \fBexpand\fP (const int size)" .br .ti -1c .RI "int \fBgetArraySize\fP (void) const" .br .in -1c .SH "Detailed Description" .PP The \fBSbIntList\fP class is a container for integer numbers\&. .PP \fBSee also\fP .RS 4 \fBSbList\fP .RE .PP .SH "Constructor & Destructor Documentation" .PP .SS "SbIntList::SbIntList (void )\fR [inline]\fP" Default constructor\&. .SS "SbIntList::SbIntList (const int sizehint)\fR [inline]\fP" This constructor initializes the internal allocated size for the list to \fIsizehint\fP\&. Note that the list will still initially contain zero items\&. .PP \fBSee also\fP .RS 4 \fBSbList::SbList(const int sizehint)\fP .RE .PP .SH "Member Function Documentation" .PP .SS "void SbIntList::append (const int item)\fR [inline]\fP" Overridden from parent to accept an integer argument\&. .SS "int SbIntList::find (const int item)\fR [inline]\fP" Overridden from parent to accept an integer argument\&. .SS "void SbIntList::insert (const int item, const int addbefore)\fR [inline]\fP" Overridden from parent to accept an integer argument\&. .SS "int & SbIntList::operator[] (const int idx) const\fR [inline]\fP" Overridden from parent to return an integer\&. .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.