

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 |
Definition at line 36 of file RecBipartLB.C.
| int Vertex_helper::getPartition | ( | ) | [inline] |
Definition at line 38 of file RecBipartLB.C.
References partition.
Referenced by RecursiveBiPart().

| void Vertex_helper::setPartition | ( | int | p | ) | [inline] |
| bool Vertex_helper::getMarked | ( | ) | [inline] |
Definition at line 40 of file RecBipartLB.C.
References marked.
Referenced by RecursiveBiPart().

| void Vertex_helper::setMarked | ( | bool | v | ) | [inline] |
Definition at line 41 of file RecBipartLB.C.
References marked.
Referenced by RecursiveBiPart().

| bool Vertex_helper::getBoundaryline | ( | ) | [inline] |
| void Vertex_helper::setBoundaryline | ( | bool | v | ) | [inline] |
| int Vertex_helper::getEdgestopart1 | ( | ) | [inline] |
| int Vertex_helper::getEdgestopart2 | ( | ) | [inline] |
| void Vertex_helper::setEdgestopart1 | ( | int | v | ) | [inline] |
| void Vertex_helper::setEdgestopart2 | ( | int | v | ) | [inline] |
| void Vertex_helper::incEdgestopart1 | ( | int | v | ) | [inline] |
| void Vertex_helper::incEdgestopart2 | ( | int | v | ) | [inline] |
| void Vertex_helper::decEdgestopart1 | ( | int | v | ) | [inline] |
| void Vertex_helper::decEdgestopart2 | ( | int | v | ) | [inline] |
| void Vertex_helper::setLevel | ( | int | l | ) | [inline] |
| int Vertex_helper::getLevel | ( | ) | [inline] |
Definition at line 53 of file RecBipartLB.C.
References level.
Referenced by RecursiveBiPart().

| int Vertex_helper::getGain | ( | ) | [inline] |
| void Vertex_helper::setGain | ( | int | v | ) | [inline] |
int Vertex_helper::partition [private] |
bool Vertex_helper::marked [private] |
bool Vertex_helper::boundaryline [private] |
Definition at line 60 of file RecBipartLB.C.
Referenced by getBoundaryline(), and setBoundaryline().
int Vertex_helper::edgestopart1 [private] |
Definition at line 61 of file RecBipartLB.C.
Referenced by decEdgestopart1(), getEdgestopart1(), incEdgestopart1(), and setEdgestopart1().
int Vertex_helper::edgestopart2 [private] |
Definition at line 62 of file RecBipartLB.C.
Referenced by decEdgestopart2(), getEdgestopart2(), incEdgestopart2(), and setEdgestopart2().
int Vertex_helper::gain [private] |
int Vertex_helper::level [private] |
1.5.5