R/RcppExports.R

Defines functions rcpp_get_sp_dists_par rcpp_areas rcpp_activity_points rcpp_clipper

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' rcpp_clipper
#'
#' upper_layer are the convex hulls of the moveability points;
#' lower_layer are the sf polygons of green spaces
#' @noRd
rcpp_clipper <- function(upper_layer, lower_layer) {
    .Call(`_moveability_rcpp_clipper`, upper_layer, lower_layer)
}

#' rcpp_activity_points
#'
#' layer The convex hulls of the moveability polygons
#' @noRd
rcpp_activity_points <- function(layer, points) {
    .Call(`_moveability_rcpp_activity_points`, layer, points)
}

#' rcpp_areas
#'
#' layer The convex hulls of the moveability polygons
#' @noRd
rcpp_areas <- function(layer) {
    .Call(`_moveability_rcpp_areas`, layer)
}

#' rcpp_get_sp_dists_par
#'
#' @noRd
rcpp_get_sp_dists_par <- function(graph, vert_map_in, fromi, d_threshold) {
    .Call(`_moveability_rcpp_get_sp_dists_par`, graph, vert_map_in, fromi, d_threshold)
}
ATFutures/moveability documentation built on Feb. 20, 2022, 1:06 p.m.