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

Method nb_cells_in_direction

src/geode/basic/cell_array.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers 15

containsMethod · 0.45
closest_vertexMethod · 0.45
cellsMethod · 0.45
cells_aroundMethod · 0.45
set_grid_dimensionsMethod · 0.45
fill_valuesMethod · 0.45
initialize_gridMethod · 0.45
initialize_gridMethod · 0.45

Calls

no outgoing calls

Tested by 9

test_cell_numberFunction · 0.36
test_cell_numberFunction · 0.36
test_rasterFunction · 0.36
testFunction · 0.36
test_cell_numberFunction · 0.36
test_cloneFunction · 0.36
test_ioFunction · 0.36
test_cell_numberFunction · 0.36
test_rasterFunction · 0.36