.TH "SoNodeList" 3 "Fri Sep 6 2024 15:32:06" "Version 4.0.3" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SoNodeList \- The \fBSoNodeList\fP class is a container for pointers to \fBSoNode\fP objects\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherits \fBSoBaseList\fP\&. .PP Inherited by \fBSoChildList\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBSoNodeList\fP (void)" .br .ti -1c .RI "\fBSoNodeList\fP (const int size)" .br .ti -1c .RI "\fBSoNodeList\fP (const \fBSoNodeList\fP &nl)" .br .ti -1c .RI "\fB~SoNodeList\fP ()" .br .ti -1c .RI "void \fBappend\fP (\fBSoNode\fP *const ptr)" .br .ti -1c .RI "\fBSoNode\fP * \fBoperator[]\fP (const int i) const" .br .ti -1c .RI "\fBSoNodeList\fP & \fBoperator=\fP (const \fBSoNodeList\fP &nl)" .br .in -1c Public Member Functions inherited from \fBSoBaseList\fP .in +1c .ti -1c .RI "\fBSoBaseList\fP (void)" .br .ti -1c .RI "\fBSoBaseList\fP (const int size)" .br .ti -1c .RI "\fBSoBaseList\fP (const \fBSoBaseList\fP &l)" .br .ti -1c .RI "\fB~SoBaseList\fP ()" .br .ti -1c .RI "void \fBappend\fP (\fBSoBase\fP *ptr)" .br .ti -1c .RI "void \fBinsert\fP (\fBSoBase\fP *ptr, const int addbefore)" .br .ti -1c .RI "void \fBremove\fP (const int index)" .br .ti -1c .RI "void \fBremoveItem\fP (\fBSoBase\fP *item)" .br .ti -1c .RI "void \fBtruncate\fP (const int length)" .br .ti -1c .RI "void \fBcopy\fP (const \fBSoBaseList\fP &l)" .br .ti -1c .RI "\fBSoBaseList\fP & \fBoperator=\fP (const \fBSoBaseList\fP &l)" .br .ti -1c .RI "\fBSoBase\fP * \fBoperator[]\fP (const int i) const" .br .ti -1c .RI "void \fBset\fP (const int i, \fBSoBase\fP *const ptr)" .br .ti -1c .RI "void \fBaddReferences\fP (const SbBool flag)" .br .ti -1c .RI "SbBool \fBisReferencing\fP (void) 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 \fBSoNodeList\fP class is a container for pointers to \fBSoNode\fP objects\&. As this class inherits \fBSoBaseList\fP, referencing and dereferencing will default be done on the objects at \fBappend()\fP, \fBremove()\fP, \fBinsert()\fP etc\&. .SH "Constructor & Destructor Documentation" .PP .SS "SoNodeList::SoNodeList (void )" Default constructor\&. .SS "SoNodeList::SoNodeList (const int size)" Constructor with a hint about the number of elements the list will hold\&. .PP \fBSee also\fP .RS 4 \fBSoBaseList::SoBaseList(const int)\fP .RE .PP .SS "SoNodeList::SoNodeList (const \fBSoNodeList\fP & nl)" Copy constructor\&. .PP \fBSee also\fP .RS 4 \fBSoBaseList::SoBaseList(const SoBaseList &)\fP .RE .PP .SS "SoNodeList::~SoNodeList ()" Destructor\&. .PP \fBSee also\fP .RS 4 \fBSoBaseList::~SoBaseList()\fP .RE .PP .SH "Member Function Documentation" .PP .SS "void SoNodeList::append (\fBSoNode\fP *const ptr)" Append \fIptr\fP to the list\&. .PP \fBSee also\fP .RS 4 \fBSoBaseList::append()\fP .RE .PP .SS "\fBSoNode\fP * SoNodeList::operator[] (const int i) const" Return node pointer at index \fIi\fP\&. .PP \fBSee also\fP .RS 4 \fBSoBaseList::operator[]()\fP .RE .PP .SS "\fBSoNodeList\fP & SoNodeList::operator= (const \fBSoNodeList\fP & nl)" Copy contents of list \fInl\fP to this list\&. .PP \fBSee also\fP .RS 4 \fBSoBaseList::operator=()\fP .RE .PP .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.