Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Is_Planar_Graph< GT, SA > Class Template Reference

Functor wrapper for is_planar_graph(). More...

#include <Planarity_Test.H>

Collaboration diagram for Aleph::Is_Planar_Graph< GT, SA >:
[legend]

Public Member Functions

 Is_Planar_Graph (SA sa=SA(), Planarity_Test_Options options=Planarity_Test_Options())
 
bool operator() (const GT &g) const
 

Private Attributes

SA sa_
 
Planarity_Test_Options options_
 

Detailed Description

template<class GT, class SA = Dft_Show_Arc<GT>>
class Aleph::Is_Planar_Graph< GT, SA >

Functor wrapper for is_planar_graph().

Definition at line 4248 of file Planarity_Test.H.

Constructor & Destructor Documentation

◆ Is_Planar_Graph()

template<class GT , class SA = Dft_Show_Arc<GT>>
Aleph::Is_Planar_Graph< GT, SA >::Is_Planar_Graph ( SA  sa = SA(),
Planarity_Test_Options  options = Planarity_Test_Options() 
)
inlineexplicit

Definition at line 4254 of file Planarity_Test.H.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ options_

template<class GT , class SA = Dft_Show_Arc<GT>>
Planarity_Test_Options Aleph::Is_Planar_Graph< GT, SA >::options_
private

Definition at line 4251 of file Planarity_Test.H.

Referenced by Aleph::Is_Planar_Graph< GT, SA >::operator()().

◆ sa_

template<class GT , class SA = Dft_Show_Arc<GT>>
SA Aleph::Is_Planar_Graph< GT, SA >::sa_
private

Definition at line 4250 of file Planarity_Test.H.

Referenced by Aleph::Is_Planar_Graph< GT, SA >::operator()().


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