added IDs to <<

This commit is contained in:
Eric Berberich 2008-08-01 00:45:44 +00:00
parent 081110184f
commit ec8a5d83a8
2 changed files with 2 additions and 2 deletions

View File

@ -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 << "), ";

View File

@ -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() << ", ";