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 70 of file RecBipartLB.C.


Constructor & Destructor Documentation

BQueue::BQueue ( short  b  )  [inline]

Definition at line 74 of file RecBipartLB.C.

References forboundary.


Member Function Documentation

int BQueue::getMingain (  )  [inline]

Definition at line 78 of file RecBipartLB.C.

References mingain.

Referenced by adjustgain(), and adjustqueues().

Here is the caller graph for this function:

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

Definition at line 79 of file RecBipartLB.C.

References mingain.

Referenced by adjustgain(), and adjustqueues().

Here is the caller graph for this function:

int BQueue::getVertextoswap (  )  [inline]

Definition at line 80 of file RecBipartLB.C.

References vertextoswap.

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

Here is the caller graph for this function:

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

Definition at line 81 of file RecBipartLB.C.

References vertextoswap.

Referenced by adjustgain(), and adjustqueues().

Here is the caller graph for this function:

int BQueue::getSwapid (  )  [inline]

Definition at line 82 of file RecBipartLB.C.

References swapid.

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

Definition at line 83 of file RecBipartLB.C.

References swapid.

Referenced by adjustgain(), and adjustqueues().

Here is the caller graph for this function:

short BQueue::getBoundary (  )  [inline]

Definition at line 84 of file RecBipartLB.C.

References forboundary.

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

Here is the caller graph for this function:

void BQueue::removeToSwap ( Vertex  ) 


Field Documentation

vector<int> BQueue::q

Definition at line 72 of file RecBipartLB.C.

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

int BQueue::mingain [private]

Definition at line 90 of file RecBipartLB.C.

Referenced by getMingain(), and setMingain().

Definition at line 91 of file RecBipartLB.C.

Referenced by getVertextoswap(), and setVertextoswap().

int BQueue::swapid [private]

Definition at line 92 of file RecBipartLB.C.

Referenced by getSwapid(), and setSwapid().

short BQueue::forboundary [private]

Definition at line 93 of file RecBipartLB.C.

Referenced by BQueue(), and getBoundary().


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

Generated on Mon Sep 21 08:17:57 2020 for Charm++ by  doxygen 1.5.5