PandA-2024.02
Public Member Functions | Data Fields
boost::select_vertex< SET_container > Struct Template Reference

Predicate functor object used to select the proper set of vertices. More...

#include <maxclique_dsatur_coloring.hpp>

Public Member Functions

 select_vertex ()
 
 select_vertex (SET_container *_support)
 
 select_vertex (const select_vertex &sv)
 
select_vertexoperator= (const select_vertex &)=delete
 
void init (SET_container *_support)
 
template<typename Vertex >
bool operator() (const Vertex &v) const
 

Data Fields

SET_container * support
 

Detailed Description

template<typename SET_container>
struct boost::select_vertex< SET_container >

Predicate functor object used to select the proper set of vertices.

Definition at line 182 of file maxclique_dsatur_coloring.hpp.

Constructor & Destructor Documentation

◆ select_vertex() [1/3]

template<typename SET_container>
boost::select_vertex< SET_container >::select_vertex ( )
inline

Definition at line 184 of file maxclique_dsatur_coloring.hpp.

◆ select_vertex() [2/3]

template<typename SET_container>
boost::select_vertex< SET_container >::select_vertex ( SET_container *  _support)
inlineexplicit

Definition at line 187 of file maxclique_dsatur_coloring.hpp.

◆ select_vertex() [3/3]

template<typename SET_container>
boost::select_vertex< SET_container >::select_vertex ( const select_vertex< SET_container > &  sv)
inline

Member Function Documentation

◆ init()

template<typename SET_container>
void boost::select_vertex< SET_container >::init ( SET_container *  _support)
inline

Definition at line 195 of file maxclique_dsatur_coloring.hpp.

◆ operator()()

template<typename SET_container>
template<typename Vertex >
bool boost::select_vertex< SET_container >::operator() ( const Vertex &  v) const
inline

Definition at line 200 of file maxclique_dsatur_coloring.hpp.

◆ operator=()

template<typename SET_container>
select_vertex& boost::select_vertex< SET_container >::operator= ( const select_vertex< SET_container > &  )
delete

Field Documentation

◆ support

template<typename SET_container>
SET_container* boost::select_vertex< SET_container >::support

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

Generated on Mon Feb 12 2024 13:04:11 for PandA-2024.02 by doxygen 1.8.13