Home
last modified time | relevance | path

Searched refs:distLst (Results 1 – 3 of 3) sorted by relevance

/dports/math/R-cran-sf/sf/src/
H A Dgdal_geom.cpp91 Rcpp::List CPL_gdal_linestring_sample(Rcpp::List sfc, Rcpp::List distLst) { in CPL_gdal_linestring_sample() argument
92 if (sfc.size() != distLst.size()) in CPL_gdal_linestring_sample()
100 Rcpp::NumericVector dists = distLst[i]; in CPL_gdal_linestring_sample()
H A DRcppExports.cpp288 Rcpp::List CPL_gdal_linestring_sample(Rcpp::List sfc, Rcpp::List distLst);
294 Rcpp::traits::input_parameter< Rcpp::List >::type distLst(distLstSEXP); in _sf_CPL_gdal_linestring_sample() local
295 rcpp_result_gen = Rcpp::wrap(CPL_gdal_linestring_sample(sfc, distLst)); in _sf_CPL_gdal_linestring_sample()
/dports/math/R-cran-sf/sf/R/
H A DRcppExports.R100 CPL_gdal_linestring_sample <- function(sfc, distLst) { argument
101 .Call('_sf_CPL_gdal_linestring_sample', PACKAGE = 'sf', sfc, distLst)