The concept MeshPolyline_3 implements a container of points designed to represent a polyline (i.e. a sequence of points). Types and functions provided in this concept are such as standard template library containers are natural models of this concept.
| |
Point type. Must match the type MeshDomain_3::Point_3.
| |
| |
A constant iterator on points. Must be a model of Bidirectional iterator and have value_type as value type.
|
|
| Returns an iterator on the first point of the polyline. |
|
| Returns the past-the-end iterator for the above iterator. |
std::vector<Kernel::Point_3> for any Kernel of Cgal is a natural model of this concept.
CGAL::Mesh_domain_with_polyline_features_3<MeshDomain>