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

Method previous_cell

src/geode/basic/cell_array.cpp:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164 template < index_t dimension >
165 auto CellArray< dimension >::previous_cell( const CellIndices& index,
166 index_t direction ) const -> std::optional< CellIndices >
167 {
168 return impl_->previous_cell( index, direction );
169 }
170
171 template < index_t dimension >
172 bool CellArray< dimension >::is_cell_on_border(

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