|
template<typename PolygonMesh , typename NamedParameters > |
CGAL::Bbox_3 | CGAL::Polygon_mesh_processing::bbox (const PolygonMesh &pmesh, const NamedParameters &np) |
| computes a bounding box of a polygon mesh. More...
|
|
template<typename PolygonMesh , typename NamedParameters > |
CGAL::Bbox_3 | CGAL::Polygon_mesh_processing::vertex_bbox (typename boost::graph_traits< PolygonMesh >::vertex_descriptor vd, const PolygonMesh &pmesh, const NamedParameters &np) |
| computes a bounding box of a vertex of a polygon mesh. More...
|
|
template<typename PolygonMesh , typename NamedParameters > |
CGAL::Bbox_3 | CGAL::Polygon_mesh_processing::edge_bbox (typename boost::graph_traits< PolygonMesh >::edge_descriptor ed, const PolygonMesh &pmesh, const NamedParameters &np) |
| computes a bounding box of an edge of a polygon mesh. More...
|
|
template<typename PolygonMesh , typename NamedParameters > |
CGAL::Bbox_3 | CGAL::Polygon_mesh_processing::face_bbox (typename boost::graph_traits< PolygonMesh >::face_descriptor fd, const PolygonMesh &pmesh, const NamedParameters &np) |
| computes a bounding box of a face of a polygon mesh. More...
|
|
template<typename PolygonMesh , typename NamedParameters > |
CGAL::Bbox_3 | CGAL::Polygon_mesh_processing::bbox_3 (const PolygonMesh &pmesh, const NamedParameters &np) |
|
template<typename PolygonMesh , typename FaceRange , typename HalfedgeOutputIterator , typename NamedParameters > |
HalfedgeOutputIterator | CGAL::Polygon_mesh_processing::border_halfedges (const FaceRange &face_range, const PolygonMesh &pmesh, HalfedgeOutputIterator out, const NamedParameters &np) |
| collects the border halfedges of a surface patch defined as a face range. More...
|
|
template<typename PolygonMesh , typename OutputIterator > |
OutputIterator | CGAL::Polygon_mesh_processing::extract_boundary_cycles (PolygonMesh &pm, OutputIterator out) |
| extracts boundary cycles as a list of halfedges, with one halfedge per border. More...
|
|
template<class Transformation , class PolygonMesh , class NamedParameters > |
void | CGAL::Polygon_mesh_processing::transform (const Transformation &transformation, PolygonMesh &mesh, const NamedParameters &np) |
| applies a transformation to every vertex of a PolygonMesh . More...
|
|