\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0 - 2D Polygon Partitioning
CGAL::Is_vacuously_valid< Traits > Class Template Reference

#include <CGAL/polygon_function_objects.h>

Definition

Function object class that indicates all sequences of points are valid.

Is Model Of:
PolygonIsValid
See also
CGAL::partition_is_valid_2()
CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>

Implementation

This test requires \( O(1)\) time.

Creation

 Is_vacuously_valid (const Traits &t)
 

Operations

template<class InputIterator >
bool operator() (InputIterator first, InputIterator beyond)
 returns true.