#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 399 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 404 of file NewVrtSecInclusiveTool.h.
405 {
406 std::vector<int> new_clique(0);
407 for(auto i = clq.begin(); i != clq.end(); ++i) new_clique.push_back(*i);
409 }
◆ m_allCliques
| std::vector< std::vector<int> >& Rec::clique_visitor::m_allCliques |
The documentation for this struct was generated from the following file: