|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <geom_algorithms.H>
Public Attributes | |
| Array< Point > | sites |
| Array< IndexedTriangle > | triangles |
| Array< IndexedEdge > | constrained_edges |
Definition at line 2907 of file geom_algorithms.H.
| Array<IndexedEdge> Aleph::ConstrainedDelaunayTriangulation::Result::constrained_edges |
Definition at line 2911 of file geom_algorithms.H.
Definition at line 2909 of file geom_algorithms.H.
Referenced by Aleph::ConstrainedDelaunayTriangulation::as_triangles(), and Aleph::ConstrainedDelaunayTriangulation::operator()().
| Array<IndexedTriangle> Aleph::ConstrainedDelaunayTriangulation::Result::triangles |
Definition at line 2910 of file geom_algorithms.H.
Referenced by Aleph::ConstrainedDelaunayTriangulation::as_triangles().