| 231 | //------------------------------------------------------------------------ |
| 232 | template<class T, unsigned S, unsigned P> |
| 233 | inline unsigned vertex_block_storage<T,S,P>::last_vertex(double* x, double* y) const |
| 234 | { |
| 235 | if(m_total_vertices) return vertex(m_total_vertices - 1, x, y); |
| 236 | return path_cmd_stop; |
| 237 | } |
| 238 | |
| 239 | //------------------------------------------------------------------------ |
| 240 | template<class T, unsigned S, unsigned P> |
no outgoing calls
no test coverage detected