Home
last modified time | relevance | path

Searched refs:cell_neigh_stride_ (Results 1 – 4 of 4) sorted by relevance

/dports/math/geogram/geogram-1.7.7/src/lib/geogram/delaunay/
H A Ddelaunay.h388 return cell_to_cell_[c * cell_neigh_stride_ + lf]; in cell_adjacent()
739 cell_neigh_stride_ = cell_size_; in set_dimension()
746 index_t cell_neigh_stride_; variable
H A Ddelaunay_2d.cpp162 cell_neigh_stride_ = 3; in Delaunay2d()
H A Ddelaunay_3d.cpp135 cell_neigh_stride_ = 4; in Delaunay3d()
H A Dparallel_delaunay_3d.cpp2661 cell_neigh_stride_ = 4; in ParallelDelaunay3d()