MCPcopy Create free account
hub / github.com/ImageEngine/cortex / tickInterval

Function tickInterval

src/IECorePython/OversamplesCalculatorBinding.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47{
48
49tuple tickInterval( const OversamplesCalculator &o, float f )
50{
51 int tickLow = 0;
52 int tickHigh = 0;
53
54 float x = o.tickInterval( f, tickLow, tickHigh );
55 return make_tuple( x, tickLow, tickHigh );
56}
57
58void bindOversamplesCalculator()
59{

Callers 1

nearestTickMethod · 0.85

Calls 1

tickIntervalMethod · 0.80

Tested by

no test coverage detected