| 401 | } |
| 402 | |
| 403 | void 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 | |
| 409 | const IECore::InternedString &MeshPrimitive::getFaceVaryingLinearInterpolation() const |
| 410 | { |
no outgoing calls
no test coverage detected