MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / ToString

Function ToString

src/apps/ociochecklut/main.cpp:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138std::string ToString(float a_value)
139{
140 std::ostringstream outs;
141 outs.precision(7);
142 outs << std::defaultfloat << a_value;
143 return outs.str();
144}
145
146void PrintFirstComponent(const std::string & in, const std::string & out)
147{

Callers 1

mainFunction · 0.85

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected