tket
Loading...
Searching...
No Matches
Public Member Functions | List of all members
tket::graphs::detail::BicomponentGraphTester Class Reference

Class exposing private API of BicomponentGraph for testing. More...

#include <ArticulationPoints_impl.hpp>

Public Member Functions

 BicomponentGraphTester (detail::BicomponentGraph< T > *bg)
 
const std::vector< bool > & get_selected_comps () const
 
const std::set< unsigned > & get_comps (T node) const
 
const detail::BicomponentGraph< Node >::Graph & get_graph () const
 
unsigned n_components () const
 

Detailed Description

Class exposing private API of BicomponentGraph for testing.

Definition at line 117 of file ArticulationPoints_impl.hpp.

Constructor & Destructor Documentation

◆ BicomponentGraphTester()

tket::graphs::detail::BicomponentGraphTester::BicomponentGraphTester ( detail::BicomponentGraph< T > *  bg)
inlineexplicit

Definition at line 123 of file ArticulationPoints_impl.hpp.

Member Function Documentation

◆ get_comps()

const std::set< unsigned > & tket::graphs::detail::BicomponentGraphTester::get_comps ( T  node) const
inline

Definition at line 128 of file ArticulationPoints_impl.hpp.

◆ get_graph()

const detail::BicomponentGraph< Node >::Graph & tket::graphs::detail::BicomponentGraphTester::get_graph ( ) const
inline

Definition at line 131 of file ArticulationPoints_impl.hpp.

◆ get_selected_comps()

const std::vector< bool > & tket::graphs::detail::BicomponentGraphTester::get_selected_comps ( ) const
inline

Definition at line 125 of file ArticulationPoints_impl.hpp.

◆ n_components()

unsigned tket::graphs::detail::BicomponentGraphTester::n_components ( ) const
inline

Definition at line 134 of file ArticulationPoints_impl.hpp.


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