Geometrize 1.0
C++ library for geometrizing images into geometric primitives
Public Attributes | List of all members
geometrize::exporter::SVGExportOptions Struct Reference

The SVGExportOptions struct represents the options that can be set for the SVG export. More...

#include <svgexporter.h>

Public Attributes

RotatedEllipseSVGExportMode rotatedEllipseExportMode { RotatedEllipseSVGExportMode::ELLIPSE_ITEM }
 
std::size_t itemId { 0 }
 

Detailed Description

The SVGExportOptions struct represents the options that can be set for the SVG export.

Member Data Documentation

◆ itemId

std::size_t geometrize::exporter::SVGExportOptions::itemId { 0 }

◆ rotatedEllipseExportMode

RotatedEllipseSVGExportMode geometrize::exporter::SVGExportOptions::rotatedEllipseExportMode { RotatedEllipseSVGExportMode::ELLIPSE_ITEM }

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