LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::symmetricEdgeTraits< W > Class Template Reference

Basic class for symmetric edges. More...

#include <ltiAdjacencyGraph.h>

List of all members.

Static Public Attributes

static const W Invalid
static const bool Symmetric

Detailed Description

template<class W>
class lti::symmetricEdgeTraits< W >

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.


Member Data Documentation

template<class W >
const W lti::symmetricEdgeTraits< W >::Invalid [static]

Constant used to mark a weight as invalid, unexistent, etc.

template<class W >
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).


The documentation for this class was generated from the following file:

Generated on Sat Apr 10 15:28:09 2010 for LTI-Lib by Doxygen 1.6.1