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

Method setInterpolateBoundary

src/IECoreScene/MeshPrimitive.cpp:403–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403void MeshPrimitive::setInterpolateBoundary( const IECore::InternedString &interpolateBoundary )
404{
405 tbb::spin_rw_mutex::scoped_lock lock( *g_classDataMutex, false );
406 (*g_classData)[ this ].interpolateBoundary = interpolateBoundary;
407}
408
409const IECore::InternedString &MeshPrimitive::getFaceVaryingLinearInterpolation() const
410{

Callers 2

readMeshFunction · 0.80
testSubdivOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected