* Instead of specifying hole points, infer holes from winding number of * the input PSLG. This is not part of the triangle pipeline, default * is false. */
| 132 | * is false. |
| 133 | */ |
| 134 | void set_auto_hole_detection(bool auto_hole) { |
| 135 | m_auto_hole_detection = auto_hole; |
| 136 | } |
| 137 | bool get_auto_hole_detection() const { return m_auto_hole_detection; } |
| 138 | |
| 139 | /** |
no outgoing calls