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

Method vectorPrimVar

src/IECoreScene/MeshPrimitiveEvaluator.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91V3f MeshPrimitiveEvaluator::Result::vectorPrimVar( const PrimitiveVariable &pv ) const
92{
93 return getPrimVar< V3f >( pv );
94}
95
96V2f MeshPrimitiveEvaluator::Result::vec2PrimVar( const PrimitiveVariable &pv ) const
97{

Callers 6

testSimpleMethod · 0.45
testSphereMeshMethod · 0.45
modifyTypedPrimitiveMethod · 0.45
V3f>Method · 0.45
operator()Method · 0.45
primVarFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected