33 while (walker->
next) walker = walker->
next;
46 while (walker->
next) {
47 walker = walker->
next;
65 if (walker->
next == face)
67 walker = walker->
next;
void removeFromList(DCELFace *face)
CREATE FACES.
Definition: FaceList.h:58
void addToList(DCELFace *newFace)
CREATE FACES.
Definition: FaceList.h:28
DCELFace * head
Definition: FaceList.h:9
FaceList()
Definition: FaceList.h:17
int length()
Definition: FaceList.h:42
DCELFace * next
Definition: DCELFace.h:9
DCELFace * tail
Definition: FaceList.h:10
~FaceList()
Definition: FaceList.h:21