|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functor wrapper for planarity_test().
More...
#include <Planarity_Test.H>
Public Member Functions | |
| Planarity_Test (SA sa=SA(), Planarity_Test_Options options=Planarity_Test_Options()) | |
| Planarity_Test_Result< GT > | operator() (const GT &g) const |
Private Attributes | |
| SA | sa_ |
| Planarity_Test_Options | options_ |
Functor wrapper for planarity_test().
Definition at line 4220 of file Planarity_Test.H.
|
inlineexplicit |
Definition at line 4226 of file Planarity_Test.H.
|
inline |
Definition at line 4235 of file Planarity_Test.H.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Planarity_Test< GT, SA >::options_, and Aleph::Planarity_Test< GT, SA >::sa_.
|
private |
Definition at line 4223 of file Planarity_Test.H.
Referenced by Aleph::Planarity_Test< GT, SA >::operator()().
Definition at line 4222 of file Planarity_Test.H.
Referenced by Aleph::Planarity_Test< GT, SA >::operator()().