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

What type of triangle change happened. More...

#include <Triangulation.h>

Public Types

enum  Enum { AddedNew , ModifiedExisting }
 The Enum itself. More...
 

Detailed Description

What type of triangle change happened.

Definition at line 279 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
AddedNew 

new triangle added to the triangulation

ModifiedExisting 

existing triangle was modified

Definition at line 285 of file Triangulation.h.


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