* Set max area constraint (-a option). * Negative value means this options is not used. */
| 65 | * Negative value means this options is not used. |
| 66 | */ |
| 67 | void set_max_area(const Float max_area) { m_max_area = max_area; } |
| 68 | const Float get_max_area() const { return m_max_area; } |
| 69 | |
| 70 | void set_max_area_list(const VectorF& areas) { m_max_areas = areas; } |
no outgoing calls