#ifdef CGAL_POLYGON_2_H CGAL_BEGIN_NAMESPACE template PS_Stream &operator<<(PS_Stream &ps, const Polygon_2<_Traits,_Container>& p) { typedef Polygon_2<_Traits,_Container>::Vertex_const_iterator VI; VI i= p.vertices_begin(); VI end= p.vertices_end(); ps << point_style(PS_Stream::NONE); ps.os() <<"/poly {newpath " <