List of all members.
Public Member Functions |
| MDOVertex (int ma=0) |
void | Init (int ma) |
| (it is a POD !!!)
|
int | Master () const |
void | SetMaster (int ma) |
int | NextSlave () const |
void | SetNextSlave (int ns) |
bool | Eliminated () const |
void | SetEliminated (bool el) |
bool | Used () const |
void | SetUsed (bool us) |
bool | Flag () const |
void | SetFlag (bool fl) |
Public Attributes |
int * | connected |
int | nconnected |
Protected Attributes |
int | master |
int | nextslave |
| master of node
|
int | numslaves |
| linked list of slaves
|
bool | eliminated |
| number of slaves
|
bool | used |
| node is eliminated
|
bool | flag |
| temporary field (used in calcorder)
|
Friends |
class | MinimumDegreeOrdering |
The documentation for this class was generated from the following file: