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

Enum of what type of geometry used to embed triangulation into. More...

#include <Triangulation.h>

Public Types

enum  Enum { SuperTriangle , Custom }
 The Enum itself. More...
 

Detailed Description

Enum of what type of geometry used to embed triangulation into.

Definition at line 58 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
SuperTriangle 

conventional super-triangle

Custom 

user-specified custom geometry (e.g., grid)

Definition at line 64 of file Triangulation.h.


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