PPL Logo

Vertex_helper Class Reference
[Charm++ Load Balancing Framework]

Class to contain additional data about the vertices in object graph. More...

Collaboration diagram for Vertex_helper:

Collaboration graph
[legend]

Public Member Functions

int getPartition ()
void setPartition (int p)
bool getMarked ()
void setMarked (bool v)
bool getBoundaryline ()
void setBoundaryline (bool v)
int getEdgestopart1 ()
int getEdgestopart2 ()
void setEdgestopart1 (int v)
void setEdgestopart2 (int v)
void incEdgestopart1 (int v)
void incEdgestopart2 (int v)
void decEdgestopart1 (int v)
void decEdgestopart2 (int v)
void setLevel (int l)
int getLevel ()
int getGain ()
void setGain (int v)

Private Attributes

int partition
bool marked
bool boundaryline
int edgestopart1
int edgestopart2
int gain
int level

Detailed Description

Class to contain additional data about the vertices in object graph.

Definition at line 36 of file RecBipartLB.C.


Member Function Documentation

int Vertex_helper::getPartition (  )  [inline]

Definition at line 38 of file RecBipartLB.C.

References partition.

Referenced by RecursiveBiPart().

Here is the caller graph for this function:

void Vertex_helper::setPartition ( int  p  )  [inline]

Definition at line 39 of file RecBipartLB.C.

References partition.

bool Vertex_helper::getMarked (  )  [inline]

Definition at line 40 of file RecBipartLB.C.

References marked.

Referenced by RecursiveBiPart().

Here is the caller graph for this function:

void Vertex_helper::setMarked ( bool  v  )  [inline]

Definition at line 41 of file RecBipartLB.C.

References marked.

Referenced by RecursiveBiPart().

Here is the caller graph for this function:

bool Vertex_helper::getBoundaryline (  )  [inline]

Definition at line 42 of file RecBipartLB.C.

References boundaryline.

void Vertex_helper::setBoundaryline ( bool  v  )  [inline]

Definition at line 43 of file RecBipartLB.C.

References boundaryline.

int Vertex_helper::getEdgestopart1 (  )  [inline]

Definition at line 44 of file RecBipartLB.C.

References edgestopart1.

int Vertex_helper::getEdgestopart2 (  )  [inline]

Definition at line 45 of file RecBipartLB.C.

References edgestopart2.

void Vertex_helper::setEdgestopart1 ( int  v  )  [inline]

Definition at line 46 of file RecBipartLB.C.

References edgestopart1.

void Vertex_helper::setEdgestopart2 ( int  v  )  [inline]

Definition at line 47 of file RecBipartLB.C.

References edgestopart2.

void Vertex_helper::incEdgestopart1 ( int  v  )  [inline]

Definition at line 48 of file RecBipartLB.C.

References edgestopart1.

void Vertex_helper::incEdgestopart2 ( int  v  )  [inline]

Definition at line 49 of file RecBipartLB.C.

References edgestopart2.

void Vertex_helper::decEdgestopart1 ( int  v  )  [inline]

Definition at line 50 of file RecBipartLB.C.

References edgestopart1.

void Vertex_helper::decEdgestopart2 ( int  v  )  [inline]

Definition at line 51 of file RecBipartLB.C.

References edgestopart2.

void Vertex_helper::setLevel ( int  l  )  [inline]

Definition at line 52 of file RecBipartLB.C.

References level.

int Vertex_helper::getLevel (  )  [inline]

Definition at line 53 of file RecBipartLB.C.

References level.

Referenced by RecursiveBiPart().

Here is the caller graph for this function:

int Vertex_helper::getGain (  )  [inline]

Definition at line 54 of file RecBipartLB.C.

References gain.

void Vertex_helper::setGain ( int  v  )  [inline]

Definition at line 55 of file RecBipartLB.C.

References gain.


Field Documentation

Definition at line 55 of file RecBipartLB.C.

Referenced by getPartition(), and setPartition().

Definition at line 59 of file RecBipartLB.C.

Referenced by getMarked(), and setMarked().

Definition at line 60 of file RecBipartLB.C.

Referenced by getBoundaryline(), and setBoundaryline().

Definition at line 61 of file RecBipartLB.C.

Referenced by decEdgestopart1(), getEdgestopart1(), incEdgestopart1(), and setEdgestopart1().

Definition at line 62 of file RecBipartLB.C.

Referenced by decEdgestopart2(), getEdgestopart2(), incEdgestopart2(), and setEdgestopart2().

Definition at line 63 of file RecBipartLB.C.

Referenced by getGain(), and setGain().

Definition at line 64 of file RecBipartLB.C.

Referenced by getLevel(), and setLevel().


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

Generated on Mon Sep 21 08:31:39 2020 for Charm++ by  doxygen 1.5.5