.TH "SoTypeList" 3 "Thu May 29 2014" "Version 4.0.0a" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SoTypeList \- .PP The \fBSoTypeList\fP class is a container class for arrays of \fBSoType\fP objects\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBSbPList\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBSoTypeList\fP (void)" .br .ti -1c .RI "\fBSoTypeList\fP (const int sizehint)" .br .ti -1c .RI "\fBSoTypeList\fP (const \fBSoTypeList\fP &l)" .br .ti -1c .RI "void \fBappend\fP (const \fBSoType\fP type)" .br .ti -1c .RI "int \fBfind\fP (const \fBSoType\fP type) const " .br .ti -1c .RI "void \fBinsert\fP (const \fBSoType\fP type, const int insertbefore)" .br .ti -1c .RI "\fBSoType\fP \fBoperator[]\fP (const int idx) const " .br .ti -1c .RI "void \fBset\fP (const int index, const \fBSoType\fP item)" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP The \fBSoTypeList\fP class is a container class for arrays of \fBSoType\fP objects\&. .PP \fBSee also:\fP .RS 4 \fBSbList\fP .RE .PP .SH "Constructor & Destructor Documentation" .PP .SS "SoTypeList::SoTypeList (void)\fC [inline]\fP" Default constructor\&. .SS "SoTypeList::SoTypeList (const intsizehint)\fC [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 .SS "SoTypeList::SoTypeList (const \fBSoTypeList\fP &l)\fC [inline]\fP" Copy constructor\&. .PP \fBSee also:\fP .RS 4 \fBSbList::SbList(const SbList & l)\fP .RE .PP .SH "Member Function Documentation" .PP .SS "void SoTypeList::append (const \fBSoType\fPtype)" Overridden from parent to accept an \fBSoType\fP argument\&. .SS "int SoTypeList::find (const \fBSoType\fPtype) const" Overridden from parent to accept an \fBSoType\fP argument\&. .SS "void SoTypeList::insert (const \fBSoType\fPtype, const intinsertbefore)" Overridden from parent to accept an \fBSoType\fP argument\&. .SS "\fBSoType\fP SoTypeList::operator[] (const intidx) const" Overridden from parent to return an \fBSoType\fP instance\&.\&. .SS "void SoTypeList::set (const intindex, const \fBSoType\fPitem)" This method sets the element at \fIindex\fP to \fIitem\fP\&. Overridden to accept an \fBSoType\fP argument\&. .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.