13typedef QList<QPair<QPointF, bool>>
Lines;
#define _DXF_FUNC
Definition dxf/global.h:37
_DXF_FUNC Lines generateVertices(const Entities &entities, double density)
Converts DXF entities to a list of 2D vertices suitable for OpenGL line strip rendering.
QList< QPair< QPointF, bool > > Lines
Type holding a point and a flag which determines if the point is the last of a line....
Definition Utils.h:13
LayerEntities::mapped_type Entities
Entities type from the map for holding entities of a layer.
Definition Entities.h:196