latest version v1.9 - last update 10 Apr 2010 |
Basic class for symmetric edges. More...
#include <ltiAdjacencyGraph.h>
Static Public Attributes | |
static const W | Invalid |
static const bool | Symmetric |
Basic class for symmetric edges.
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.
const W lti::symmetricEdgeTraits< W >::Invalid [static] |
Constant used to mark a weight as invalid, unexistent, etc.
const bool lti::symmetricEdgeTraits< W >::Symmetric [static] |
Constant used to indicate if the adjacency edges are symmetric, i.e.
if weight(A,B) == weight(B,A).