#include <export_svg.h>
Public Member Functions | |
| Point2f | pageSizeCm () |
| SVGProperties () | |
Public Attributes | |
| int | lineWidthPt |
| Point2f | marginCm |
| int | numCol |
| int | numRow |
| Point3f | projCenter |
| Point3f | projDir |
| Point3f | projUp |
| float | scale |
| bool | showTextDetails |
| Point2f | sizeCm |
| std::string | strokeColor |
| std::string | strokeLineCap |
SVG Properties.
Support class to set the properties of the SVG exporter.
Definition at line 39 of file export_svg.h.
| vcg::tri::io::SVGProperties::SVGProperties | ( | ) | [inline] |
Definition at line 81 of file export_svg.h.
| Point2f vcg::tri::io::SVGProperties::pageSizeCm | ( | ) | [inline] |
Definition at line 53 of file export_svg.h.
Definition at line 72 of file export_svg.h.
Definition at line 51 of file export_svg.h.
Definition at line 46 of file export_svg.h.
Definition at line 47 of file export_svg.h.
Definition at line 63 of file export_svg.h.
Definition at line 61 of file export_svg.h.
Definition at line 62 of file export_svg.h.
Definition at line 69 of file export_svg.h.
Definition at line 77 of file export_svg.h.
Definition at line 49 of file export_svg.h.
| std::string vcg::tri::io::SVGProperties::strokeColor |
Definition at line 73 of file export_svg.h.
| std::string vcg::tri::io::SVGProperties::strokeLineCap |
Definition at line 74 of file export_svg.h.