The sonodelist class is a container for pointers to sonode objects.
#include <Inventor/lists/SoNodeList.h>
Inherits SoBaseList.
Inherited by SoChildList.
SoNodeList (void)
SoNodeList (const int size)
SoNodeList (const SoNodeList &nl)
~SoNodeList ()
void append (SoNode *const ptr)
SoNode * operator[] (const int i) const
SoNodeList & operator= (const SoNodeList &nl)
The SoNodeList class is a container for pointers to SoNode objects.
As this class inherits SoBaseList, referencing and dereferencing will default be done on the objects at append(), remove(), insert() etc.
Default constructor.
Constructor with a hint about the number of elements the list will hold.
See also:
SoBaseList::SoBaseList(const int)
Copy constructor.
See also:
SoBaseList::SoBaseList(const SoBaseList &)
Destructor.
See also:
SoBaseList::~SoBaseList()
Append ptr to the list.
See also:
SoBaseList::append()
Return node pointer at index i.
See also:
SoBaseList::operator[]()
Copy contents of list nl to this list.
See also:
SoBaseList::operator=()
Generated automatically by Doxygen for Coin from the source code.