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

Function save

src/OpenColorIO/OCIOYaml.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171inline void save(YAML::Emitter& out, BitDepth depth)
172{
173 out << BitDepthToString(depth);
174}
175
176inline void load(const YAML::Node& node, Allocation& alloc)
177{

Callers 4

savePivotFunction · 0.70
saveClampFunction · 0.70
WriteMethod · 0.70

Calls 15

BitDepthToStringFunction · 0.85
AllocationToStringFunction · 0.85
InterpolationToStringFunction · 0.85
saveDescriptionFunction · 0.85
EmitTransformNameFunction · 0.85
IsVecEqualToOneFunction · 0.85
IsVecEqualToZeroFunction · 0.85
IsScalarEqualToOneFunction · 0.85
CDLStyleToStringFunction · 0.85
NegativeStyleToStringFunction · 0.85

Tested by

no test coverage detected