\( \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.8.2 - 3D Surface Subdivision Methods
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Sqrt3_mask_3< Polyhedron_3 > Class Template Reference

#include <CGAL/Subdivision_mask_3.h>

Definition

A stencil determines a source neighborhood whose points contribute to the position of a refined point.

The geometry mask of a stencil specifies the computation on the nodes of the stencil. Sqrt3_mask_3 implements the geometry masks of \( \sqrt{3}\) subdivision on a triangulated CGAL::Polyhedron_3<Cartesian>.

Template Parameters
Polyhedron_3must be a CGAL::Polyhedron_3 instantiated with a Cartesian kernel, which defines the Point_3 for the vertices.
Is Model Of:
Sqrt3Mask_3
See Also
CGAL::Subdivision_method_3

Creation

 Sqrt3_mask_3 ()
 default constructor.
 

Stencil functions

void facet_node (Facet_handle f, Point_3 &pt)
 computes the \( \sqrt{3}\) facet-point pt of the facet f.
 
void vertex_node (Vertex_handle v, Point &pt)
 computes the \( \sqrt{3}\) vertex-point pt of the vertex v.