Connected boundary of a single face.
More...
#include <brep-loop.hpp>
Connected boundary of a single face.
Definition at line 37 of file brep-loop.hpp.
◆ edge()
constexpr brep_edge* geom::brep_loop::edge |
( |
| ) |
const |
|
inlineconstexprnoexcept |
Returns a pointer to the loop edge.
Definition at line 64 of file brep-loop.hpp.
◆ face()
constexpr brep_face* geom::brep_loop::face |
( |
| ) |
const |
|
inlineconstexprnoexcept |
Returns a pointer to the loop face.
Definition at line 70 of file brep-loop.hpp.
◆ index()
constexpr std::size_t geom::brep_loop::index |
( |
| ) |
const |
|
inlineconstexprnoexcept |
Returns the index of this loop in the mesh loop array.
- Warning
- This index may change if any loops are removed from the mesh.
Definition at line 52 of file brep-loop.hpp.
◆ next()
constexpr brep_loop* geom::brep_loop::next |
( |
| ) |
const |
|
inlineconstexprnoexcept |
Returns a pointer to the next loop.
Definition at line 76 of file brep-loop.hpp.
◆ previous()
constexpr brep_loop* geom::brep_loop::previous |
( |
| ) |
const |
|
inlineconstexprnoexcept |
Returns a pointer to the previous loop.
Definition at line 82 of file brep-loop.hpp.
◆ vertex()
constexpr brep_vertex* geom::brep_loop::vertex |
( |
| ) |
const |
|
inlineconstexprnoexcept |
Returns a pointer to the loop vertex.
Definition at line 58 of file brep-loop.hpp.
◆ brep_edge_loop_list
◆ brep_element_container< brep_loop >
◆ brep_face_container
◆ brep_face_loop_list
◆ brep_loop_container
◆ brep_mesh
The documentation for this class was generated from the following file: