![]() |
http://www.sim.no http://www.coin3d.org |
#include <Inventor/lists/SoPathList.h>
Inheritance diagram for SoPathList:
As this class inherits SoBaseList, referencing and dereferencing will default be done on the objects at append(), remove(), insert() etc.
Public Member Functions | |
SoPathList (void) | |
SoPathList (const int size) | |
SoPathList (const SoPathList &pl) | |
~SoPathList () | |
void | append (SoPath *const path) |
SoPath * | operator[] (const int i) const |
SoPathList & | operator= (const SoPathList &pl) |
int | findPath (const SoPath &path) const |
void | sort (void) |
void | uniquify (void) |
|
Default constructor. |
|
Constructor with a hint about the number of elements the list will hold.
|
|
Copy constructor. Does a shallow copy of the SoPath pointer values, but updates reference count.
|
|
Destructor.
|
|
Append ptr to the list.
|
|
Return node pointer at index i.
Reimplemented from SoBaseList. |
|
Shallow copy of contents of list pl to this list.
|
|
Find and return index of first item equal to path. |
|
Sort paths in list according to how early they are run into when traversing the scene graph. |
|
Removes identical paths and paths that go through the tail of another path. Note that this method assumes the list to be in a sorted order.
|
Copyright © 1998-2005 by Systems in Motion AS. All rights reserved.
Generated on Tue Apr 17 03:29:55 2007 for Coin by Doxygen. 1.4.6