MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / to_string

Method to_string

src/ifcgeom/ConversionResult.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24std::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
30template struct IFC_GEOM_API IfcGeom::OpaqueCoordinate<3>;
31template struct IFC_GEOM_API IfcGeom::OpaqueCoordinate<4>;

Callers 14

processMethod · 0.45
patchMethod · 0.45
patchMethod · 0.45
reserializeFunction · 0.45
main.pyFile · 0.45
extract_geometryMethod · 0.45
apply_mappingMethod · 0.45
test_add_elementMethod · 0.45
test_remove_elementMethod · 0.45
test_changed_geometryMethod · 0.45
executeMethod · 0.45

Calls 1

strMethod · 0.45

Tested by 4

test_add_elementMethod · 0.36
test_remove_elementMethod · 0.36
test_changed_geometryMethod · 0.36