In file order.hpp:
Documentation
Public Fields
-
int* connected
-
int nconnected
Public Methods
-
MDOVertex(int ma=0)
-
~MDOVertex()
-
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)
Protected Fields
-
int nextslave
- master of node
-
bool eliminated
- linked list of slaves
-
bool used
- node is eliminated
-
bool flag
- temporary field (used in calcorder)
int nextslave
- master of node
bool eliminated
- linked list of slaves
bool used
- node is eliminated
bool flag
- temporary field (used in calcorder)
int* connected
int nconnected
MDOVertex(int ma=0)
~MDOVertex()
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)
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.