29 os <<
"Point(" <<
getID() <<
") = {" << (*this)[0] <<
", " << (*this)[1]
30 <<
", " << (*this)[2];
31 if (fabs(
_mesh_density) > std::numeric_limits<double>::epsilon())
GMSHPoint(GeoLib::Point const &pnt, std::size_t id, double mesh_density)
void write(std::ostream &os) const
std::size_t getID() const
static std::ostream & operator<<(std::ostream &os, std::vector< GMSHPoint * > const &points)