* Returns true, if the point locations may be updated by the user. **/
| 75 | * Returns true, if the point locations may be updated by the user. |
| 76 | **/ |
| 77 | bool is_dynamic() const { return m_dynamic; } |
| 78 | |
| 79 | /** |
| 80 | * If true is passed, the point positions may be altered by the user. |