MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / ToString

Function ToString

include/luxrays/utils/utils.h:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308template <class T> inline std::string ToString(const T &t) {
309 std::ostringstream ss;
310 ss << t;
311 return ss.str();
312}
313
314inline std::string ToString(const float t) {
315 std::ostringstream ss;

Callers 15

ToMemStringFunction · 0.70
DrawObjectGUIMethod · 0.50
MenuImagePipelinesMethod · 0.50
DrawObjectGUIMethod · 0.50
TilePathGUIMethod · 0.50
DrawObjectGUIMethod · 0.50
BOOST_FOREACHFunction · 0.50
RefreshTextureMethod · 0.50
GetKeyMethod · 0.50
DrawShowCheckBoxMethod · 0.50
HasDenoiserMethod · 0.50

Calls 1

strMethod · 0.45

Tested by 1