33#ifdef OGDF_INCLUDE_CGAL
43template<
typename Kernel>
44class Polyline_t :
public std::vector<Point_t<Kernel>> {
48 Bbox b = this->front().bbox();
49 for (
auto& p : *
this) {
57 for (std::size_t i = 0; i + 1 < this->
size() && !
degenerate; ++i) {
64template<
typename kernel>
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.
std::ostream & operator<<(std::ostream &os, const ogdf::Array< E, INDEX > &a)
Prints array a to output stream os.