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

Function to_double

src/ifcgeom/ConversionResult.h:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 : value_(v) {}
159
160 virtual double to_double() const {
161 return value_;
162 }
163
164 virtual std::string to_string() const;
165

Callers 15

write_segmentMethod · 0.50
write_polygon_to_svg_Method · 0.50
write_polygon_to_obj_Method · 0.50
close_input_pointMethod · 0.50
subdivide_polygonFunction · 0.50
to_double_pointFunction · 0.50
is_parallel_2degree_nodeFunction · 0.50
clean_noisy_pathsFunction · 0.50
arrange_polygonsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected