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