| 47 | virtual ~line_adaptor() {} |
| 48 | |
| 49 | void rewind(unsigned) { |
| 50 | m_line=s->line; /*first line*/ |
| 51 | m_point=m_line->point; /*current vertex is first vertex of first line*/ |
| 52 | m_pend=&(m_line->point[m_line->numpoints]); /*pointer to after last vertex of first line*/ |
| 53 | } |
| 54 | |
| 55 | virtual unsigned vertex(double* x, double* y) |
| 56 | { |
no outgoing calls
no test coverage detected