Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::ConstrainedDelaunayTriangulation::Result Struct Reference

#include <geom_algorithms.H>

Collaboration diagram for Aleph::ConstrainedDelaunayTriangulation::Result:
[legend]

Public Attributes

Array< Pointsites
 
Array< IndexedTriangletriangles
 
Array< IndexedEdgeconstrained_edges
 

Detailed Description

Definition at line 2907 of file geom_algorithms.H.

Member Data Documentation

◆ constrained_edges

Array<IndexedEdge> Aleph::ConstrainedDelaunayTriangulation::Result::constrained_edges

Definition at line 2911 of file geom_algorithms.H.

◆ sites

Array<Point> Aleph::ConstrainedDelaunayTriangulation::Result::sites

◆ triangles

Array<IndexedTriangle> Aleph::ConstrainedDelaunayTriangulation::Result::triangles

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