|
CGAL 5.1 - Approximation of Ridges and Umbilics on Triangulated Surface Meshes
|
| enum CGAL::Ridge_order |
#include <CGAL/Ridges.h>
The enum Ridge_order describes the order of differential quantities used to distinguish elliptic and hyperbolic ridges. Third or fourth order quantities may be used as explained in Section Approximating Ridges on Triangulated Surface Meshes of the User Manual.
Ridge_approximation | Enumerator | |
|---|---|
| Ridge_order_3 | |
| Ridge_order_4 | |
| enum CGAL::Ridge_type |
#include <CGAL/Ridges.h>
The enum Ridge_type describes the types for the class Ridge_line.
Ridge_line | Enumerator | |
|---|---|
| MAX_ELLIPTIC_RIDGE | |
| MAX_HYPERBOLIC_RIDGE | |
| MAX_CREST_RIDGE | |
| MIN_ELLIPTIC_RIDGE | |
| MIN_HYPERBOLIC_RIDGE | |
| MIN_CREST_RIDGE | |
| enum CGAL::Umbilic_type |