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

Method OversamplesCalculator

src/IECore/OversamplesCalculator.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41using namespace IECore;
42
43OversamplesCalculator::OversamplesCalculator( float frameRate, unsigned samplesPerFrame, unsigned ticksPerSecond )
44 : m_frameRate( frameRate ), m_samplesPerFrame( samplesPerFrame ), m_ticksPerSecond( ticksPerSecond )
45{
46}
47
48void OversamplesCalculator::setFrameRate( float frameRate )
49{

Callers 1

testMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMethod · 0.64