Public Member Functions | |
BQueue (short b) | |
int | getMingain () |
void | setMingain (int v) |
int | getVertextoswap () |
void | setVertextoswap (int v) |
int | getSwapid () |
void | setSwapid (int v) |
short | getBoundary () |
void | push (Vertex *) |
void | removeComplete (Vertex *) |
void | removeToSwap (Vertex *) |
Data Fields | |
vector< int > | q |
Private Attributes | |
int | mingain |
int | vertextoswap |
int | swapid |
short | forboundary |
Definition at line 70 of file RecBipartLB.C.
BQueue::BQueue | ( | short | b | ) | [inline] |
int BQueue::getMingain | ( | ) | [inline] |
Definition at line 78 of file RecBipartLB.C.
References mingain.
Referenced by adjustgain(), and adjustqueues().
void BQueue::setMingain | ( | int | v | ) | [inline] |
Definition at line 79 of file RecBipartLB.C.
References mingain.
Referenced by adjustgain(), and adjustqueues().
int BQueue::getVertextoswap | ( | ) | [inline] |
Definition at line 80 of file RecBipartLB.C.
References vertextoswap.
Referenced by modifypartitions(), RefineBoundary(), and removeinSwap().
void BQueue::setVertextoswap | ( | int | v | ) | [inline] |
Definition at line 81 of file RecBipartLB.C.
References vertextoswap.
Referenced by adjustgain(), and adjustqueues().
int BQueue::getSwapid | ( | ) | [inline] |
void BQueue::setSwapid | ( | int | v | ) | [inline] |
Definition at line 83 of file RecBipartLB.C.
References swapid.
Referenced by adjustgain(), and adjustqueues().
short BQueue::getBoundary | ( | ) | [inline] |
Definition at line 84 of file RecBipartLB.C.
References forboundary.
Referenced by adjustgain(), modifypartitions(), and removeinSwap().
void BQueue::removeToSwap | ( | Vertex * | ) |
Definition at line 72 of file RecBipartLB.C.
Referenced by adjustgain(), adjustqueues(), push(), RefineBoundary(), and removeComplete().
int BQueue::mingain [private] |
int BQueue::vertextoswap [private] |
Definition at line 91 of file RecBipartLB.C.
Referenced by getVertextoswap(), and setVertextoswap().
int BQueue::swapid [private] |
short BQueue::forboundary [private] |