* Allow boundary triangles to be split. (-Y option, default is true.) */
| 71 | * Allow boundary triangles to be split. (-Y option, default is true.) |
| 72 | */ |
| 73 | void set_split_boundary(bool split) { m_split = split; } |
| 74 | bool get_split_boundary() const { return m_split; } |
| 75 | |
| 76 | /** |
no outgoing calls