Representation of topological arc joining two vertices.
More...
#include <mmn_arc.h>
List of all members.
Public Member Functions |
| mmn_arc () |
| mmn_arc (unsigned i1, unsigned i2) |
unsigned | min_v () const |
| Return smallest node index.
|
unsigned | max_v () const |
| Return largest node index.
|
Public Attributes |
unsigned | v1 |
unsigned | v2 |
Detailed Description
Representation of topological arc joining two vertices.
Definition at line 14 of file mmn_arc.h.
Constructor & Destructor Documentation
mmn_arc::mmn_arc |
( |
| ) |
[inline] |
mmn_arc::mmn_arc |
( |
unsigned |
i1, |
|
|
unsigned |
i2 |
|
) |
| [inline] |
Member Function Documentation
unsigned mmn_arc::max_v |
( |
| ) |
const [inline] |
Return largest node index.
Definition at line 25 of file mmn_arc.h.
unsigned mmn_arc::min_v |
( |
| ) |
const [inline] |
Return smallest node index.
Definition at line 23 of file mmn_arc.h.
Member Data Documentation
The documentation for this class was generated from the following file: