mirror of https://github.com/CGAL/cgal
added IDs to <<
This commit is contained in:
parent
081110184f
commit
ec8a5d83a8
|
|
@ -905,7 +905,7 @@ public:
|
|||
|
||||
//! write represenation to \c os
|
||||
void write(std::ostream& os) const {
|
||||
os << "Arc_2l(";
|
||||
os << "Arc_2l@" << this->id() << "(";
|
||||
if (this->is_z_vertical()) {
|
||||
os << "Point_2(" << this->projected_point() << "), ";
|
||||
os << "MinPoint(" << this->ptr()->_m_min << "), ";
|
||||
|
|
|
|||
|
|
@ -456,7 +456,7 @@ public:
|
|||
|
||||
//! write represenation to \c os
|
||||
void write(std::ostream& os) const {
|
||||
os << "Point_2l(";
|
||||
os << "Point_2l@" << this->id() << "(";
|
||||
os << "Point2(" << this->projected_point() << ", loc="
|
||||
<< this->location() << "), ";
|
||||
os << "Surface(" << this->surface() << ", ";
|
||||
|
|
|
|||
Loading…
Reference in New Issue