STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::generators::detail::generate_barabasi_albert_edge Class Reference

Functor that generates the i'th edge that should exist in the graph, giving preferential selection for lower vertex descriptors. More...

Public Member Functions

 generate_barabasi_albert_edge (const std::size_t d)
 
template<typename Edge , typename Index >
void operator() (Edge e, Index i)
 

Public Types

using result_type = void
 

Detailed Description

Functor that generates the i'th edge that should exist in the graph, giving preferential selection for lower vertex descriptors.


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