The class Level_interval<FaceHandle> represents intervals for the minimum and maximum value of the z-coordinate of a face of a triangulation.
#include <CGAL/Level_interval.h>
|
| The type of the -coordinate of points stored in vertices of faces. |
| |
Default constructor.
| |
| |
Constructs the interval with smallest and largest z coordinate of the points
stored in the vertices of the face fh points to.
|
|
| returns the face handle. |
|
|
Inserts the interval i into the stream os. Precondition: The output operator for *Face_handle is defined. |