|
Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <Normalize.hpp>
Static Public Member Functions | |
| template<typename TNode > | |
| static DefaultNodeType | normalizeNode (TNode &&node) |
| template<typename TEdge > | |
| static DefaultEdgeType | normalizeEdge (TEdge &&edge) |
| template<typename TEdge > | |
| static DefaultWeightedEdgeType | normalizeWeightedEdge (TEdge &&edge) |
| template<typename TEdge > | |
| static DefaultCapacityEdgeType | normalizeCapacityEdge (TEdge &&edge) |
| template<typename TWeight > | |
| static DefaultWeightType | normalizeWeight (TWeight &&weight) |
| template<typename TCoordinate > | |
| static ext::pair< DefaultCoordinateType, DefaultCoordinateType > | normalizeObstacle (ext::pair< TCoordinate, TCoordinate > &&obstacle) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |