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

Method createResult

src/IECoreScene/CurvesPrimitiveEvaluator.cpp:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403PrimitiveEvaluator::ResultPtr CurvesPrimitiveEvaluator::createResult() const
404{
405 return new Result( m_p, m_curvesPrimitive->basis() == CubicBasisf::linear(), m_curvesPrimitive->periodic() );
406}
407
408void CurvesPrimitiveEvaluator::validateResult( PrimitiveEvaluator::Result *result ) const
409{

Callers 3

runPointAtVTestMethod · 0.95
testClosestPointMethod · 0.95
runTestMethod · 0.95

Calls 1

periodicMethod · 0.80

Tested by 3

runPointAtVTestMethod · 0.76
testClosestPointMethod · 0.76
runTestMethod · 0.76