| 152 | //------------------------------------------------------------------------ |
| 153 | template <class T, unsigned S, unsigned P> |
| 154 | inline void vertex_block_storage<T, S, P>::remove_all() |
| 155 | { |
| 156 | m_total_vertices = 0; |
| 157 | } |
| 158 | |
| 159 | //------------------------------------------------------------------------ |
| 160 | template <class T, unsigned S, unsigned P> |