| 36 | virtual unsigned int getNumberOfPoints() const = 0; |
| 37 | |
| 38 | inline bool isModified() { return _modified; } |
| 39 | inline void resetModifiedStatus() { _modified = false; } |
| 40 | |
| 41 | protected: |
nothing calls this directly
no outgoing calls
no test coverage detected