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

Function GetShaperRange

src/OpenColorIO/BakingUtils.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void GetShaperRange(const Baker & baker, float& start, float& end)
124{
125 return GetSrcRange(baker, baker.getShaperSpace(), start, end);
126}
127
128void GetTargetRange(const Baker & baker, float& start, float& end)
129{

Callers 4

bakeMethod · 0.85
bakeMethod · 0.85
bakeMethod · 0.85
bakeMethod · 0.85

Calls 2

GetSrcRangeFunction · 0.85
getShaperSpaceMethod · 0.45

Tested by

no test coverage detected