* Set max tet volume constraint. (-a option, default is unlimited.) */
| 106 | * Set max tet volume constraint. (-a option, default is unlimited.) |
| 107 | */ |
| 108 | void set_max_tet_volume(Float max_volume) { m_max_tet_volume = max_volume; } |
| 109 | Float get_max_tet_volume() const { return m_max_tet_volume; } |
| 110 | |
| 111 | /** |
no outgoing calls
no test coverage detected