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

Functor wrapper for planarity_test(). More...

#include <Planarity_Test.H>

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

Public Member Functions

 Planarity_Test (SA sa=SA(), Planarity_Test_Options options=Planarity_Test_Options())
 
Planarity_Test_Result< GToperator() (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::Planarity_Test< GT, SA >

Functor wrapper for planarity_test().

Definition at line 4220 of file Planarity_Test.H.

Constructor & Destructor Documentation

◆ Planarity_Test()

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

Definition at line 4226 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::Planarity_Test< GT, SA >::options_
private

Definition at line 4223 of file Planarity_Test.H.

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

◆ sa_

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

Definition at line 4222 of file Planarity_Test.H.

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


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