| 149 | |
| 150 | template < index_t dimension > |
| 151 | index_t CellArray< dimension >::nb_cells_in_direction( |
| 152 | index_t direction ) const |
| 153 | { |
| 154 | return impl_->nb_cells_in_direction( direction ); |
| 155 | } |
| 156 | |
| 157 | template < index_t dimension > |
| 158 | auto CellArray< dimension >::next_cell( const CellIndices& index, |
no outgoing calls