#include <FaceList.h>
DCELFace * head
Definition: FaceList.h:9
| void FaceList::addToList |
( |
DCELFace * |
newFace | ) |
|
CREATE FACES.
Add to the list
33 while (walker->
next) walker = walker->
next;
DCELFace * head
Definition: FaceList.h:9
DCELFace * next
Definition: DCELFace.h:9
DCELFace * tail
Definition: FaceList.h:10
46 while (walker->
next) {
47 walker = walker->
next;
DCELFace * head
Definition: FaceList.h:9
int length()
Definition: FaceList.h:42
DCELFace * next
Definition: DCELFace.h:9
| void FaceList::removeFromList |
( |
DCELFace * |
face | ) |
|
CREATE FACES.
Remove From the list
65 if (walker->
next == face)
67 walker = walker->
next;
DCELFace * head
Definition: FaceList.h:9
DCELFace * next
Definition: DCELFace.h:9
The documentation for this class was generated from the following file: