#include #include typedef CGAL::Exact_predicates_inexact_constructions_kernel EPIC; class Viewer : public QGLViewer { GLUquadricObj *qsphere; GLuint dl_nb; protected : virtual void draw(); virtual void init(); template void draw_circle_on_unit_sphere(const typename CGAL::Point_3&) const; template void naive_compute_intersection_points(const std::vector&,Output_iterator) const; };