#include <adj.h>
Public Member Functions | |
adjList () | |
~adjList () | |
int | getLength (void) const |
bool | hasFace (const face *test) const |
bool | hasLoc (const face *test, const blockLoc &l) const |
void | addFace (face *b, const blockLoc &l) |
const blockLoc & | getLoc (const face *b) const |
bool | isExternal (void) const |
void | print (void) const |
Protected Attributes | |
adjRec * | next |
|
inline |
~adjList | ( | ) |
Definition at line 79 of file adj.cpp.
References adjRec::getNext(), and next.
Definition at line 105 of file adj.cpp.
References hasLoc(), and next.
Referenced by face::face().
int getLength | ( | void | ) | const |
Definition at line 87 of file adj.cpp.
References adjRec::getNext(), and next.
Referenced by face::face().
Definition at line 111 of file adj.cpp.
References adjRec::getNext(), and next.
Referenced by node::getLoc().
bool hasFace | ( | const face * | test | ) | const |
Definition at line 93 of file adj.cpp.
References adjRec::getNext(), and next.
Definition at line 99 of file adj.cpp.
References adjRec::getNext(), and next.
Referenced by addFace(), and face::nodesMatch().
bool isExternal | ( | void | ) | const |
Definition at line 76 of file buildface.cpp.
References adjRec::getFace(), adjRec::getLoc(), adjRec::getNext(), patch::isExternal(), next, and face::patchForCoord().
Referenced by buildFaces().
void print | ( | void | ) | const |
Definition at line 120 of file adj.cpp.
References next, and adjRec::print().
Referenced by face::face().
|
protected |
Definition at line 125 of file adj.h.
Referenced by addFace(), adjList(), getLength(), getLoc(), hasFace(), hasLoc(), node::intersect(), isExternal(), print(), and ~adjList().