* Returns the number of points contained in the point set. */
| 70 | * Returns the number of points contained in the point set. |
| 71 | */ |
| 72 | std::size_t n_points() const { return m_n; } |
| 73 | |
| 74 | /* |
| 75 | * Returns true, if the point locations may be updated by the user. |
no outgoing calls
no test coverage detected