CDT  1.4.2
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 }
 The Enum itself. More...
 

Detailed Description

What type of vertex is added to the triangulation.

Definition at line 259 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.

Definition at line 265 of file Triangulation.h.


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