PPL Logo

BQueue Class Reference
[Charm++ Load Balancing Framework]

Class to handle the boundaries of child partitions. More...

Collaboration diagram for BQueue:

Collaboration graph
[legend]

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< intq

Private Attributes

int mingain
int vertextoswap
int swapid
short forboundary

Detailed Description

Class to handle the boundaries of child partitions.

Definition at line 68 of file RecBipartLB.C.


Constructor & Destructor Documentation

BQueue::BQueue ( short  b  )  [inline]

Definition at line 72 of file RecBipartLB.C.

References forboundary.


Member Function Documentation

int BQueue::getMingain (  )  [inline]

Definition at line 76 of file RecBipartLB.C.

References mingain.

Referenced by adjustgain(), and adjustqueues().

void BQueue::setMingain ( int  v  )  [inline]

Definition at line 77 of file RecBipartLB.C.

References mingain.

Referenced by adjustgain(), and adjustqueues().

int BQueue::getVertextoswap (  )  [inline]

Definition at line 78 of file RecBipartLB.C.

References vertextoswap.

Referenced by modifypartitions(), RefineBoundary(), and removeinSwap().

void BQueue::setVertextoswap ( int  v  )  [inline]

Definition at line 79 of file RecBipartLB.C.

References vertextoswap.

Referenced by adjustgain(), and adjustqueues().

int BQueue::getSwapid (  )  [inline]

Definition at line 80 of file RecBipartLB.C.

References swapid.

void BQueue::setSwapid ( int  v  )  [inline]

Definition at line 81 of file RecBipartLB.C.

References swapid.

Referenced by adjustgain(), and adjustqueues().

short BQueue::getBoundary (  )  [inline]

Definition at line 82 of file RecBipartLB.C.

References forboundary.

Referenced by adjustgain(), modifypartitions(), and removeinSwap().

void BQueue::removeToSwap ( Vertex  ) 


Field Documentation

vector<int> BQueue::q

Definition at line 70 of file RecBipartLB.C.

Referenced by adjustgain(), adjustqueues(), push(), RefineBoundary(), and removeComplete().

int BQueue::mingain [private]

Definition at line 88 of file RecBipartLB.C.

Referenced by getMingain(), and setMingain().

Definition at line 89 of file RecBipartLB.C.

Referenced by getVertextoswap(), and setVertextoswap().

int BQueue::swapid [private]

Definition at line 90 of file RecBipartLB.C.

Referenced by getSwapid(), and setSwapid().

short BQueue::forboundary [private]

Definition at line 91 of file RecBipartLB.C.

Referenced by BQueue(), and getBoundary().


The documentation for this class was generated from the following file:

Generated on Thu May 24 07:56:35 2012 for Charm++ by  doxygen 1.5.5