#include <adj.h>


Public Member Functions | |
| void * | operator new (size_t s) |
| void | operator delete (void *ptr) |
| node (const vector3d &l) | |
| const vector3d & | getLoc (void) const |
| const blockLoc & | getLoc (const face *b) const |
Public Member Functions inherited from adjList | |
| 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 |
Static Public Member Functions | |
| static face * | intersect (const node **nodes, const face *notHim=NULL, blockLoc *loc=NULL, blockLoc *oX=NULL, blockLoc *oY=NULL) |
Static Public Attributes | |
| static allocPool< node > | pool |
Private Attributes | |
| const vector3d & | loc |
Additional Inherited Members | |
Protected Attributes inherited from adjList | |
| adjRec * | next |
|
inline |
Definition at line 163 of file adj.h.
References adjList::getLoc().

|
static |
Definition at line 136 of file adj.cpp.
References adjRec::getNext(), adjList::next, nHops(), and test().
Referenced by facet::facet(), and facetOrientation::facetOrientation().


|
inline |
Definition at line 155 of file adj.h.
References allocPool< T >::free(), and pool.

|
inline |
Definition at line 154 of file adj.h.
References allocPool< T >::alloc(), and pool.

Definition at line 153 of file adj.h.
Referenced by operator delete(), and operator new().