|
CGAL 4.7 - 3D Surface Subdivision Methods
|
Required member functions for the PTQMask_3 concept. This policy concept of geometric computations is used in CGAL::Subdivision_method_3::PTQ<Polyhedron_3, Mask>.
CGAL::Loop_mask_3<Polyhedron_3>CGAL::Subdivision_method_3 Operations | |
| void | edge_node (Edge_handle e, Point_3 &pt) |
computes the edge-point pt based on the neighborhood of the edge e. More... | |
| void | vertex_node (Vertex_handle v, Point_3 &pt) |
computes the vertex-point pt based on the neighborhood of the vertex v. More... | |
| void | border_node (Halfedge_handle e, Point_3 &ept, Point_3 &vpt) |
computes the edge-point ept and the vertex-point vpt based on the neighborhood of the border edge e. More... | |
| void PTQMask_3::border_node | ( | Halfedge_handle | e, |
| Point_3 & | ept, | ||
| Point_3 & | vpt | ||
| ) |
computes the edge-point ept and the vertex-point vpt based on the neighborhood of the border edge e.
| void PTQMask_3::edge_node | ( | Edge_handle | e, |
| Point_3 & | pt | ||
| ) |
computes the edge-point pt based on the neighborhood of the edge e.
| void PTQMask_3::vertex_node | ( | Vertex_handle | v, |
| Point_3 & | pt | ||
| ) |
computes the vertex-point pt based on the neighborhood of the vertex v.