| 22 | } |
| 23 | |
| 24 | std::string IfcGeom::NumberNativeDouble::to_string() const { |
| 25 | std::stringstream ss; |
| 26 | ss << std::setprecision(std::numeric_limits<double>::digits10 + 1) << value_; |
| 27 | return ss.str(); |
| 28 | } |
| 29 | |
| 30 | template struct IFC_GEOM_API IfcGeom::OpaqueCoordinate<3>; |
| 31 | template struct IFC_GEOM_API IfcGeom::OpaqueCoordinate<4>; |