public Bounded_side side_of_circle(Surface_mesh_default_triangulation_3_Facet c1, Point_3 c2) {
   return Bounded_side.swigToEnum(
       CGAL_Surface_mesherJNI.Surface_mesh_default_triangulation_3_side_of_circle__SWIG_0(
           swigCPtr,
           this,
           Surface_mesh_default_triangulation_3_Facet.getCPtr(c1),
           c1,
           Point_3.getCPtr(c2),
           c2));
 }
 public Bounded_side side_of_sphere(
     Surface_mesh_default_triangulation_3_Cell_handle c1, Point_3 c2) {
   return Bounded_side.swigToEnum(
       CGAL_Surface_mesherJNI.Surface_mesh_default_triangulation_3_side_of_sphere(
           swigCPtr,
           this,
           Surface_mesh_default_triangulation_3_Cell_handle.getCPtr(c1),
           c1,
           Point_3.getCPtr(c2),
           c2));
 }
 public Bounded_side side_of_circle(
     Surface_mesh_default_triangulation_3_Cell_handle c1, int c2, Point_3 c3) {
   return Bounded_side.swigToEnum(
       CGAL_Surface_mesherJNI.Surface_mesh_default_triangulation_3_side_of_circle__SWIG_1(
           swigCPtr,
           this,
           Surface_mesh_default_triangulation_3_Cell_handle.getCPtr(c1),
           c1,
           c2,
           Point_3.getCPtr(c3),
           c3));
 }