CGAL 5.6 - 3D Polyhedral Surface
Loading...
Searching...
No Matches
CGAL Namespace Reference

Classes

class  Polyhedron_3
 A polyhedral surface Polyhedron_3 consists of vertices V, edges E, facets F and an incidence relation on them. More...
 
class  Polyhedron_incremental_builder_3
 The auxiliary class Polyhedron_incremental_builder_3 supports the incremental construction of polyhedral surfaces, which is for example convenient when constructing polyhedral surfaces from file formats, such as the Object File Format (OFF) [5], OpenInventor [7] or VRML [1], [6]. More...
 
class  Polyhedron_items_3
 The class Polyhedron_items_3 is a model of the PolyhedronItems_3 concept. More...
 
class  Polyhedron_min_items_3
 The class Polyhedron_min_items_3 is a minimal model of the PolyhedronItems_3 concept. More...
 
class  Polyhedron_traits_3
 The class Polyhedron_traits_3 is a model of the PolyhedronTraits_3 concept. More...
 
class  Polyhedron_traits_with_normals_3
 The class Polyhedron_traits_with_normals_3 is a model of the PolyhedronTraits_3 concept. More...
 

Functions

template<class POLY >
void draw (const POLY &apoly)
 opens a new window and draws apoly, an instance of the CGAL::Polyhedron_3 class.