LTI-Lib latest version v1.9 - last update 24 Nov 2005
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

lti::asymmetricEdgeTraits< W > Class Template Reference

Basic class for asymmetric 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::asymmetricEdgeTraits< W >

Basic class for asymmetric 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::asymmetricEdgeTraits< W >::Invalid [static]
 

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

template<class W>
const bool lti::asymmetricEdgeTraits< 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 Thu Nov 24 16:54:34 2005 for LTI-Lib by Doxygen 1.4.4