Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::steiner_tree::FullComponentGeneratorDreyfusWagner< T >::SortedNodeListHashFunc Class Reference

#include <ogdf/graphalg/steiner_tree/FullComponentGeneratorDreyfusWagner.h>

Public Member Functions

 SortedNodeListHashFunc ()
 Initializes the random number.
 
unsigned int hash (const List< node > &key) const
 The actual hash function.
 

Private Attributes

const int m_random
 

Static Private Attributes

static const unsigned int c_prime = 0x7fffffff
 

Detailed Description

template<typename T>
class ogdf::steiner_tree::FullComponentGeneratorDreyfusWagner< T >::SortedNodeListHashFunc

Definition at line 406 of file FullComponentGeneratorDreyfusWagner.h.

Constructor & Destructor Documentation

◆ SortedNodeListHashFunc()

template<typename T >
ogdf::steiner_tree::FullComponentGeneratorDreyfusWagner< T >::SortedNodeListHashFunc::SortedNodeListHashFunc ( )
inline

Initializes the random number.

Definition at line 413 of file FullComponentGeneratorDreyfusWagner.h.

Member Function Documentation

◆ hash()

template<typename T >
unsigned int ogdf::steiner_tree::FullComponentGeneratorDreyfusWagner< T >::SortedNodeListHashFunc::hash ( const List< node > &  key) const
inline

The actual hash function.

Definition at line 416 of file FullComponentGeneratorDreyfusWagner.h.

Member Data Documentation

◆ c_prime

template<typename T >
const unsigned int ogdf::steiner_tree::FullComponentGeneratorDreyfusWagner< T >::SortedNodeListHashFunc::c_prime = 0x7fffffff
staticprivate

Definition at line 407 of file FullComponentGeneratorDreyfusWagner.h.

◆ m_random

template<typename T >
const int ogdf::steiner_tree::FullComponentGeneratorDreyfusWagner< T >::SortedNodeListHashFunc::m_random
private

Definition at line 409 of file FullComponentGeneratorDreyfusWagner.h.


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