| 425 | } |
| 426 | |
| 427 | void MeshPrimitive::setTriangleSubdivisionRule( const IECore::InternedString &triangleSubdivisionRule ) |
| 428 | { |
| 429 | tbb::spin_rw_mutex::scoped_lock lock( *g_classDataMutex, false ); |
| 430 | (*g_classData)[ this ].triangleSubdivisionRule = triangleSubdivisionRule; |
| 431 | } |
| 432 | |
| 433 | size_t MeshPrimitive::variableSize( PrimitiveVariable::Interpolation interpolation ) const |
| 434 | { |
no outgoing calls
no test coverage detected