CGAL 5.2.2 - 3D Skin Surface Meshing
|
#include <CGAL/Skin_surface_polyhedral_items_3.h>
An items class for the Polyhedron_3
that stores information in faces instead of an auxiliary data structure.
Using it accelerates the subdivision function subdivide_skin_surface_mesh_3()
.
Additional Inherited Members | |
Public Types inherited from CGAL::Polyhedron_items_3 | |
typedef Traits::Plane_3 | Plane |
typedef CGAL::Tag_true | Supports_face_plane |
Public Member Functions inherited from CGAL::Polyhedron_items_3 | |
Polyhedron_items_3 () | |
Public Attributes inherited from CGAL::Polyhedron_items_3 | |
Polyhedron_items_3::Vertex_wrapper< Refs, Traits >::Vertex typedef Traits::Point_3 | Point |
Polyhedron_items_3::Vertex_wrapper< Refs, Traits >::Vertex typedef CGAL::Tag_true | Supports_vertex_point |