CDT  1.3.0
C++ library for constrained Delaunay triangulation
CDT::IntersectingConstraintEdges Struct Reference

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

#include <Triangulation.h>

Public Types

enum  Enum { Ignore , Resolve }
 The Enum itself. More...
 

Detailed Description

Enum of strategies for treating intersecting constraint edges.

Definition at line 73 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
Ignore 

constraint edge intersections are not checked

Resolve 

constraint edge intersections are resolved

Definition at line 79 of file Triangulation.h.


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