#include <adj.h>

Public Member Functions | |
| void * | operator new (size_t s) |
| void | operator delete (void *ptr) |
| adjRec (face *b_, const blockLoc &l_, adjRec *next_=NULL) | |
| face * | getFace (void) |
| const face * | getFace (void) const |
| const blockLoc & | getLoc (void) const |
| adjRec * | getNext (void) |
| void | print (void) |
| bool | isExternal (void) const |
Static Public Attributes | |
| static allocPool< adjRec > | pool |
Private Attributes | |
| face * | b |
| blockLoc | l |
| adjRec * | next |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 117 of file adj.h.
References next.
Referenced by adjList::getLength(), adjList::getLoc(), adjList::hasFace(), adjList::hasLoc(), node::intersect(), adjList::isExternal(), and adjList::~adjList().

| bool isExternal | ( | void | ) | const |
|
inline |
Definition at line 110 of file adj.h.
References allocPool< T >::free(), and pool.

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

| void print | ( | void | ) |
Definition at line 68 of file adj.cpp.
References b, face::getBlock(), block::getBlockNumber(), next, and print().
Referenced by print(), and adjList::print().


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