|
CGAL 6.3 - 3D Mesh Smoothing
|
#include <CGAL/Mesh_smoothing_3/mesh_representations.h>
Public Member Functions | |
| std::size_t | nb_cells () const |
| std::size_t | nb_faces () const |
| std::size_t | nb_edges () const |
| std::size_t | nb_vertices () const |
| decltype(auto) | vertex_coordinates (Vertex_descriptor vertex) const |
| void | set_vertex_coordinates (Vertex_descriptor vertex, const Point_3 &coord) |
| auto | cell_range () const |
| std::array< Vertex_descriptor, 4 > | cell_vertices (Cell_descriptor cell) const |
| std::array< Point_3, 4 > | cell_reference_shape (Cell_descriptor cell) const |
| auto | face_range () const |
| std::size_t | nb_face_vertices (Face_descriptor face) const |
| Surface_patch_index | patch_id (Face_descriptor face) const |
| std::vector< Vertex_descriptor > | face_vertices (Face_descriptor face) const |
| auto | edge_range () const |
| Curve_index | curve_id (Edge_descriptor edge) const |
| Vertex_descriptor | edge_vertex (Edge_descriptor edge, unsigned i) const |
Public Attributes | |
| C3t3 & | c3t3 |