#include <Vertice.h>
List of all members.
Detailed Description
Implementation of the graph edge
Constructor & Destructor Documentation
| zeus::TEdge::TEdge |
( |
) |
[inline] |
| zeus::TEdge::TEdge |
( |
Uint |
uiVertice1, |
|
|
Uint |
uiVertice2, |
|
|
Float |
fWeight |
|
) |
| [inline] |
Creates an edge for two vertices
| virtual zeus::TEdge::~TEdge |
( |
) |
[inline, virtual] |
Member Function Documentation
| void zeus::TEdge::assign |
( |
const TEdge & |
rInPar ) |
[inline] |
| bool zeus::TEdge::equals |
( |
const TEdge & |
rInPar, |
|
|
bool |
bIgnoreWeight = false |
|
) |
| const [inline] |
checks if two edges are equal
- Parameters:
-
| rInPar | : edge to compare with |
| bIgnoreWeight | : ignores the weight |
| Uint zeus::TEdge::getVertice1 |
( |
) |
const [inline] |
| Uint zeus::TEdge::getVertice2 |
( |
) |
const [inline] |
| Float zeus::TEdge::getWeight |
( |
) |
const [inline] |
| TEdge zeus::TEdge::inverse |
( |
) |
const [inline] |
| bool zeus::TEdge::operator!= |
( |
const TEdge & |
rInPar ) |
const [inline] |
Operator to check if two edges are not equal
| TEdge& zeus::TEdge::operator= |
( |
const TEdge & |
rInPar ) |
[inline] |
| bool zeus::TEdge::operator== |
( |
const TEdge & |
rInPar ) |
const [inline] |
Operator to check if two edges are equal
| void zeus::TEdge::setWeight |
( |
Float |
fValue ) |
[inline] |
The documentation for this class was generated from the following file: