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

Method floatPrimVar

src/IECoreScene/MeshPrimitiveEvaluator.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101float MeshPrimitiveEvaluator::Result::floatPrimVar( const PrimitiveVariable &pv ) const
102{
103 return getPrimVar< float >( pv );
104}
105
106int MeshPrimitiveEvaluator::Result::intPrimVar( const PrimitiveVariable &pv ) const
107{

Callers 4

modifyTypedPrimitiveMethod · 0.45
evalPrimVar<float>Function · 0.45
primVarFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected