--------------------------------------------------------------------
| 126 | |
| 127 | //-------------------------------------------------------------------- |
| 128 | unsigned size() const |
| 129 | { |
| 130 | return m_storage.size(); |
| 131 | } |
| 132 | unsigned vertex(unsigned idx, double* x, double* y) const |
| 133 | { |
| 134 | return m_storage[idx].vertex(x, y); |
no outgoing calls
no test coverage detected