| 79 | } |
| 80 | |
| 81 | void PointsPrimitive::save( IECore::Object::SaveContext *context ) const |
| 82 | { |
| 83 | Primitive::save( context ); |
| 84 | IndexedIOPtr container = context->container( staticTypeName(), m_ioVersion ); |
| 85 | container->write( g_numPointsEntry, static_cast<unsigned int>(m_numPoints) ); |
| 86 | } |
| 87 | |
| 88 | void PointsPrimitive::load( IECore::Object::LoadContextPtr context ) |
| 89 | { |