Representation of a modification to be applied to a line tessellation. More...
#include <ttessel.h>
Public Attributes | |
| std::vector< Point2 > | del_vertices |
| list of deleted vertices | |
| std::vector< Point2 > | add_vertices |
| list of new vertices | |
| std::vector< Segment > | del_edges |
| list of deleted edges | |
| std::vector< Segment > | add_edges |
| list of new edges | |
| std::vector< Polygon > | del_faces |
| list of deleted faces | |
| std::vector< Polygon > | add_faces |
| list of new faces | |
|
std::vector< std::vector < Point2 > > | del_segs |
| list of deleted segments | |
|
std::vector< std::vector < Point2 > > | add_segs |
| list of new segments | |
Representation of a modification to be applied to a line tessellation.
The modification is represented by lists of deleted and new vertices, edges, faces and segments.
1.8.6