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

What type of vertex is added to the triangulation. More...

#include <Triangulation.h>

Public Types

enum  Enum {
  UserInput , FixedEdgeMidpoint , FixedEdgesIntersection , RefinementCircumcenter ,
  RefinementEdgeSplit
}
 The Enum itself. More...
 

Detailed Description

What type of vertex is added to the triangulation.

Definition at line 364 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
UserInput 

Original vertex from user input.

FixedEdgeMidpoint 

During conforming triangulation edge mid-point is added.

FixedEdgesIntersection 

Resolving fixed/constraint edges' intersection.

RefinementCircumcenter 

Refinement: circumcenter of a poor-quality triangle.

RefinementEdgeSplit 

Refinement: split of an encroached fixed edge.

Definition at line 370 of file Triangulation.h.


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