#include <NewVrtSecInclusiveTool.h>
|
| clique_visitor (std::vector< std::vector< int > > &input) |
|
template<typename Clique , typename Graph > |
void | clique (const Clique &clq, Graph &) |
|
Definition at line 365 of file NewVrtSecInclusiveTool.h.
◆ clique_visitor()
Rec::clique_visitor::clique_visitor |
( |
std::vector< std::vector< int > > & |
input | ) |
|
|
inline |
◆ clique()
template<typename Clique , typename Graph >
void Rec::clique_visitor::clique |
( |
const Clique & |
clq, |
|
|
Graph & |
|
|
) |
| |
|
inline |
Definition at line 370 of file NewVrtSecInclusiveTool.h.
372 std::vector<int> new_clique(0);
373 for(
auto i = clq.begin();
i != clq.end(); ++
i) new_clique.push_back(*
i);
◆ m_allCliques
std::vector< std::vector<int> >& Rec::clique_visitor::m_allCliques |
The documentation for this struct was generated from the following file: