![]() |
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>
| typedef FT | Value; | The type of the z-coordinate of points stored in vertices of faces. |
| Level_interval<FaceHandle> i; | |
|
Default constructor.
| |
| Level_interval<FaceHandle> i ( FaceHandle fh); | |
|
Constructs the interval with smallest and largest z coordinate of the points
stored in the vertices of the face fh points to.
| |
| FaceHandle | i.face_handle () | returns the face handle. |
| ostream& | ostream& os << i |
Inserts the interval i into the stream os.
|