advanced |
The following handles and iterators have appropriate constant counterparts. The mutable types are assignable to their constant counterparts. The iterators are assignable to the respective handle types. Wherever the handles appear in function parameter lists, the appropriate iterator can be used as well.
| |
handle to the Planar map vertex.
| |
| |
handle to the Planar map halfedge.
| |
| |
handle to the Planar map face.
| |
| |
a bidirectional iterator over the vertices of the Planar map.
| |
| |
a bidirectional iterator over the halfedges of the Planar map.
| |
| |
a bidirectional iterator over the faces of the Planar map.
|
| |||
constructs Pm_file_writer<Planar_map> for a given output stream, the specified Planar map and a verbose choice.
| |||
| |||
constructs Pm_file_writer<Planar_map> for a given output stream, the specified Planar map and File header.
|
In the following operations the methods for writing lines in comments are defined only if the comments flag is set to true:
advanced |