Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
graph::GraphNormalize Class Reference

#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, DefaultCoordinateTypenormalizeObstacle (ext::pair< TCoordinate, TCoordinate > &&obstacle)
 

Member Function Documentation

◆ normalizeCapacityEdge()

template<typename TEdge >
DefaultCapacityEdgeType graph::GraphNormalize::normalizeCapacityEdge ( TEdge &&  edge)
static
Here is the call graph for this function:

◆ normalizeEdge()

template<typename TEdge >
DefaultEdgeType graph::GraphNormalize::normalizeEdge ( TEdge &&  edge)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ normalizeNode()

template<typename TNode >
DefaultNodeType graph::GraphNormalize::normalizeNode ( TNode &&  node)
static
Here is the caller graph for this function:

◆ normalizeObstacle()

template<typename TCoordinate >
ext::pair< DefaultCoordinateType, DefaultCoordinateType > graph::GraphNormalize::normalizeObstacle ( ext::pair< TCoordinate, TCoordinate > &&  obstacle)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ normalizeWeight()

template<typename TWeight >
DefaultWeightType graph::GraphNormalize::normalizeWeight ( TWeight &&  weight)
static
Here is the caller graph for this function:

◆ normalizeWeightedEdge()

template<typename TEdge >
DefaultWeightedEdgeType graph::GraphNormalize::normalizeWeightedEdge ( TEdge &&  edge)
static
Here is the call graph for this function:
Here is the caller graph for this function:

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