.TH "SbVec3fList" 3 "Tue Jun 23 2026 23:48:38" "Version 4.0.10" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SbVec3fList \- The \fBSbVec3fList\fP class is a container for pointers to \fBSbVec3f\fP objects\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherits \fBSbPList\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBSbVec3fList\fP (void)" .br .ti -1c .RI "\fB~SbVec3fList\fP ()" .br .ti -1c .RI "void \fBappend\fP (const \fBSbVec3f\fP *item)" .br .ti -1c .RI "void \fBinsert\fP (const \fBSbVec3f\fP *item, const int insertbefore)" .br .ti -1c .RI "\fBSbVec3f\fP * \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 \fBSbVec3fList\fP class is a container for pointers to \fBSbVec3f\fP objects\&. Note that upon using the equality and inequality operators, the \fBSbVec3f\fP objects themselves are not compared, only the pointer values\&. .PP Note also that all calls to \fBappend()\fP and \fBinsert()\fP will cause the list to allocate a new \fBSbVec3f\fP object\&. These objects are freed when the list is destructed\&. .PP \fBSee also\fP .RS 4 \fBSbList\fP .RE .PP .SH "Constructor & Destructor Documentation" .PP .SS "SbVec3fList::SbVec3fList (void )\fR [inline]\fP" Default constructor\&. .SS "SbVec3fList::~SbVec3fList ()" Destructor\&. .SH "Member Function Documentation" .PP .SS "void SbVec3fList::append (const \fBSbVec3f\fP * item)\fR [inline]\fP" Append \fIitem\fP to the end of the list\&. .PP Automatically allocates more items internally if needed\&. .PP Overloaded from parent to allocate a new \fBSbVec3f\fP instance when called\&. .PP \fBSee also\fP .RS 4 \fBSbPList::append()\fP .RE .PP .SS "void SbVec3fList::insert (const \fBSbVec3f\fP * item, const int insertbefore)\fR [inline]\fP" Insert \fIitem\fP at index \fIinsertbefore\fP\&. .PP \fIinsertbefore\fP should not be larger than the current number of items in the list\&. .PP Overloaded from parent to allocate a new \fBSbVec3f\fP instance when called\&. .PP \fBSee also\fP .RS 4 \fBSbPList::insert()\fP .RE .PP .SS "\fBSbVec3f\fP * SbVec3fList::operator[] (const int idx) const\fR [inline]\fP" Returns element at \fIindex\fP\&. .PP Will automatically expand the size of the internal array if \fIindex\fP is outside the current bounds of the list\&. The values of any additional pointers are then set to \fRNULL\fP\&. .PP Overloaded from parent to return an \fBSbVec3f\fP pointer\&. .PP \fBSee also\fP .RS 4 \fBSbPList::operator[]()\fP .RE .PP .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.