Loading [MathJax]/extensions/TeX/newcommand.js
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 5.0 - 3D Surface Subdivision Methods
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
SubdivisionMask_3 Concept Reference

Definition

This concept defines types used by the mask concepts.

See also
CGAL::Subdivision_method_3

Types

typedef unspecified_type PolygonMesh
 
typedef boost::graph_traits< PolygonMesh >::vertex_descriptor vertex_descriptor
 
typedef boost::graph_traits< PolygonMesh >::halfedge_descriptor halfedge_descriptor
 
typedef boost::graph_traits< PolygonMesh >::face_descriptor face_descriptor