27 void markSegment(std::size_t seg_num,
bool mark_val =
true);
41 bool addPoint(std::size_t pnt_id)
override;
48 bool insertPoint(std::size_t pos, std::size_t pnt_id)
override;
Definition of the Polygon class.
std::vector< bool > _marker
bool isSegmentMarked(std::size_t seg_num) const
PolygonWithSegmentMarker(GeoLib::Polyline const &polyline)
bool insertPoint(std::size_t pos, std::size_t pnt_id) override
bool addPoint(std::size_t pnt_id) override
void markSegment(std::size_t seg_num, bool mark_val=true)
Class Polyline consists mainly of a reference to a point vector and a vector that stores the indices ...