.TH "SoNodeList" 3 "Thu May 29 2014" "Version 4.0.0a" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SoNodeList \- .PP The \fBSoNodeList\fP class is a container for pointers to \fBSoNode\fP objects\&. .SH SYNOPSIS .br .PP .PP \fC#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 .SS "Additional Inherited Members" .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 intsize)" 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 *constptr)" Append \fIptr\fP to the list\&. .PP \fBSee also:\fP .RS 4 \fBSoBaseList::append()\fP .RE .PP .SS "\fBSoNode\fP * SoNodeList::operator[] (const inti) 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\&.