CDT  1.4.1
C++ library for constrained Delaunay triangulation
Loading...
Searching...
No Matches
CDT::IntersectingConstraintEdges Struct Reference

Enum of strategies for treating intersecting constraint edges. More...

#include <Triangulation.h>

Public Types

enum  Enum { NotAllowed , TryResolve , DontCheck }
 The Enum itself. More...
 

Detailed Description

Enum of strategies for treating intersecting constraint edges.

Definition at line 74 of file Triangulation.h.

Member Enumeration Documentation

◆ Enum

The Enum itself.

Note
needed to pre c++11 compilers that don't support 'class enum'
Enumerator
NotAllowed 

constraint edge intersections are not allowed

TryResolve 

attempt to resolve constraint edge intersections

DontCheck 

No checks: slightly faster but less safe.

User must provide a valid input without intersecting constraints.

Definition at line 80 of file Triangulation.h.


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