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< Point2del_vertices
 list of deleted vertices
 
std::vector< Point2add_vertices
 list of new vertices
 
std::vector< Segmentdel_edges
 list of deleted edges
 
std::vector< Segmentadd_edges
 list of new edges
 
std::vector< Polygondel_faces
 list of deleted faces
 
std::vector< Polygonadd_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: