MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / next_cell

Method next_cell

src/geode/basic/cell_array.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157 template < index_t dimension >
158 auto CellArray< dimension >::next_cell( const CellIndices& index,
159 index_t direction ) const -> std::optional< CellIndices >
160 {
161 return impl_->next_cell( index, direction );
162 }
163
164 template < index_t dimension >
165 auto CellArray< dimension >::previous_cell( const CellIndices& index,

Callers 9

cell_adjacentMethod · 0.45
cell_adjacentMethod · 0.45
grid_cells_to_densifyFunction · 0.45
add_neighbors_to_queueFunction · 0.45
test_cell_indexFunction · 0.45
test_cell_indexFunction · 0.45
test_cell_indexFunction · 0.45
test_cell_indexFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_cell_indexFunction · 0.36
test_cell_indexFunction · 0.36
test_cell_indexFunction · 0.36
test_cell_indexFunction · 0.36