advanced |
Class that derives a traits class for partition_is_valid_2 from a given traits class by defining the validity testing function object in terms of a supplied template parameter.
#include <CGAL/Partition_is_valid_traits_2.h>
Traits
| ||
|
||
| ||
|
||
| ||
|
||
| ||
|
||
| ||
|
||
| ||
|
The constructors and member functions for creating instances of the above types are inherited from Traits. In addition, the following member function is defined:
|
| |
function returning an instance of Is_valid |
CGAL::Is_convex_2<Traits>
CGAL::Is_vacuously_valid<Traits>
CGAL::Is_y_monotone_2<Traits>
CGAL::Partition_traits_2<R>
See the example presented with the function optimal_convex_partition_2 for an illustration of the use of this traits class.
advanced |