Home
last modified time | relevance | path

Searched defs:maxFeatureCells (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/R-cran-s2/s2/src/
H A Ds2-matrix.cpp209 IndexedMatrixPredicateOperator(List s2options, int maxFeatureCells = 4): in IndexedMatrixPredicateOperator()
258 int maxFeatureCells; member in IndexedMatrixPredicateOperator
263 int maxEdgesPerCell, int maxFeatureCells, List s2options) { in cpp_s2_may_intersect_matrix()
266 Op(List s2options, int maxFeatureCells): in cpp_s2_may_intersect_matrix()
H A DRcppExports.cpp766 Rcpp::traits::input_parameter< int >::type maxFeatureCells(maxFeatureCellsSEXP); in _s2_cpp_s2_may_intersect_matrix() local
/dports/graphics/R-cran-s2/s2/R/
H A DRcppExports.R260 cpp_s2_may_intersect_matrix <- function(geog1, geog2, maxEdgesPerCell, maxFeatureCells, s2options) { argument