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

Public Member Functions

bool operator() (typename GT::Arc *a) const
 
 WeightFilter (int t=5)
 
bool operator() (typename GT::Arc *a) const
 

Public Attributes

int threshold = 15
 

Detailed Description

template<typename GT>
struct WeightFilter< GT >

Definition at line 819 of file graph_visualization_test.cc.

Constructor & Destructor Documentation

◆ WeightFilter()

template<typename GT >
WeightFilter< GT >::WeightFilter ( int  t = 5)
inline

Definition at line 790 of file stoer_wagner.cc.

Member Function Documentation

◆ operator()() [1/2]

◆ operator()() [2/2]

template<typename GT >
bool WeightFilter< GT >::operator() ( typename GT::Arc a) const
inline

Member Data Documentation

◆ threshold

template<typename GT >
int WeightFilter< GT >::threshold = 15

Definition at line 821 of file graph_visualization_test.cc.

Referenced by WeightFilter< GT >::operator()().


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