LiTe
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
ModList Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: