Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Init_Arc< GT > Struct Template Reference

#include <euclidian-graph-common.H>

Public Member Functions

 Init_Arc (const int max)
 
void operator() (GT &g, typename GT::Arc *a)
 

Public Attributes

int max_offset
 

Detailed Description

template<class GT>
struct Aleph::Init_Arc< GT >

Definition at line 114 of file euclidian-graph-common.H.

Constructor & Destructor Documentation

◆ Init_Arc()

template<class GT >
Aleph::Init_Arc< GT >::Init_Arc ( const int  max)
inline

Definition at line 118 of file euclidian-graph-common.H.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ max_offset

template<class GT >
int Aleph::Init_Arc< GT >::max_offset

Definition at line 116 of file euclidian-graph-common.H.

Referenced by Aleph::Init_Arc< GT >::operator()().


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