Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
CableLength Struct Reference

Public Types

using Distance_Type = double
 

Public Member Functions

double operator() (NetworkGraph::Arc *arc) const
 

Static Public Attributes

static constexpr double Max_Distance = numeric_limits<double>::infinity()
 
static constexpr double Zero_Distance = 0.0
 

Detailed Description

Definition at line 220 of file mst_example.C.

Member Typedef Documentation

◆ Distance_Type

Definition at line 222 of file mst_example.C.

Member Function Documentation

◆ operator()()

double CableLength::operator() ( NetworkGraph::Arc arc) const
inline

Definition at line 226 of file mst_example.C.

Member Data Documentation

◆ Max_Distance

constexpr double CableLength::Max_Distance = numeric_limits<double>::infinity()
staticconstexpr

Definition at line 223 of file mst_example.C.

◆ Zero_Distance

constexpr double CableLength::Zero_Distance = 0.0
staticconstexpr

Definition at line 224 of file mst_example.C.


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