CGAL 5.2.2 - 2D Hyperbolic Delaunay Triangulations
|
The concept HyperbolicTriangulationFaceBase_2 describes the requirements for the base face class of a hyperbolic triangulation data structure.
This concept provides an interface for the functionality needed in faces to compute Delaunay triangulations in the hyperbolic plane. The function tds_data()
is used internally by the triangulation class during the insertion of points in the triangulation.
TriangulationDataStructure_2
Internal Access Functions | |
Advanced
These functions are used internally by the hyperbolic Delaunay triangulation. The user is not encouraged to use them directly as they may change in the future. | |
CGAL::Object & | tds_data () |
This function gives non-const access to a variable of type CGAL::Object . More... | |
const CGAL::Object & | tds_data () const |
This function gives const access to a variable of type CGAL::Object . More... | |
CGAL::Object& HyperbolicTriangulationFaceBase_2::tds_data | ( | ) |
This function gives non-const
access to a variable of type CGAL::Object
.
This is an advanced function.
const CGAL::Object& HyperbolicTriangulationFaceBase_2::tds_data | ( | ) | const |
This function gives const
access to a variable of type CGAL::Object
.
This is an advanced function.