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

Method is_cell_on_border

src/geode/basic/cell_array.cpp:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170
171 template < index_t dimension >
172 bool CellArray< dimension >::is_cell_on_border(
173 const CellIndices& cell_indices ) const
174 {
175 return impl_->is_cell_on_border( cell_indices );
176 }
177
178 template < index_t dimension >
179 void CellArray< dimension >::set_array_dimensions(

Callers 3

test_cell_on_borderFunction · 0.45
test_cell_on_borderFunction · 0.45
test_cell_on_borderFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_cell_on_borderFunction · 0.36
test_cell_on_borderFunction · 0.36
test_cell_on_borderFunction · 0.36