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

Function PrintFirstComponent

src/apps/ociochecklut/main.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void PrintFirstComponent(const std::string & in, const std::string & out)
147{
148 std::cout.width(std::max(in.size(), out.size()));
149 std::cout << in;
150}
151
152void PrintAlignedVec(const std::vector<std::string> & str, const std::vector<std::string> & strAlign,
153 size_t comp)

Callers 1

PrintAlignedVecFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected