* If true is passed, the point positions may be altered by the user. */
| 80 | * If true is passed, the point positions may be altered by the user. |
| 81 | */ |
| 82 | void set_dynamic(bool v) { m_dynamic = v; } |
| 83 | |
| 84 | /** |
| 85 | * Returns true, if neighborhood information will be generated for the given point set. |
nothing calls this directly
no outgoing calls
no test coverage detected