| 316 | } |
| 317 | |
| 318 | Imath::Box3f PointsPrimitive::bound() const |
| 319 | { |
| 320 | updateBounds(); |
| 321 | return m_memberData->bound; |
| 322 | } |
| 323 | |
| 324 | template<typename T> |
| 325 | const T *PointsPrimitive::dataAndStride( const IECore::Data *data, const T *defaultValue, unsigned int &stride ) |