| 
| 
template<typename Polyhedron >  | 
| bool  | has_self_intersections (Polyhedron &p) | 
|   | 
 | 
| 
static bool  | readSurfaceFile (std::string filename, Exact_polyhedron &p) | 
|   | 
| 
static bool  | readSTLFile (std::string filename, Exact_polyhedron &p) | 
|   | 
| 
static bool  | readVTKFile (std::string filename, Exact_polyhedron &p) | 
|   | 
| 
static bool  | readVTKXMLFile (std::string filename, Exact_polyhedron &p) | 
|   | 
| 
static CGAL::Bbox_3  | getBoundingBox (Polyhedron &polyhedron) | 
|   | 
| 
static double  | getBoundingSphereRadius (Polyhedron &polyhedron) | 
|   | 
| 
static bool  | has_degenerate_facets (Exact_polyhedron &p, double threshold) | 
|   | 
| 
static void  | remove_degenerate_facets (Exact_polyhedron &p, const double threshold) | 
|   | 
The documentation for this class was generated from the following files: