\( \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 4.7 - 3D Surface Subdivision Methods
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
DQQMask_3 Concept Reference

Definition

Required member functions for the DQQMask_3 concept. This policy concept of geometric computations is used in CGAL::Subdivision_method_3::DQQ<Polyhedron_3, Mask>.

DSCornerMask.png
Has Models:
CGAL::DooSabin_mask_3<Polyhedron_3>
See Also
CGAL::Subdivision_method_3

Operations

void corner_node (Halfedge_handle he, Point_3 &pt)
 computes the subdivided point pt based on the neighborhood of the vertex pointed by the halfedge he.