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 boolean is_Gabriel(Surface_mesh_default_triangulation_3_Facet c) {
   return CGAL_Surface_mesherJNI.Surface_mesh_default_triangulation_3_is_Gabriel__SWIG_2(
       swigCPtr, this, Surface_mesh_default_triangulation_3_Facet.getCPtr(c), c);
 }