|
latest version v1.9 - last update 24 Nov 2005 |
|
#include <ltiAdjacencyGraph.h>
Static Public Attributes | |
| static const W | Invalid |
| static const bool | Symmetric |
You can specialize it for other types of W than the standard ones (float,double,int,etc.)
The template type W is the weight type, which is usually float or double, but it can be a signed integer type too.
|
|||||
|
Constant used to mark a weight as invalid, unexistent, etc.
|
|
|||||
|
Constant used to indicate if the adjacency edges are symmetric, i.e. if weight(A,B) == weight(B,A). |