R/RcppExports.R

Defines functions sl_print_openmp_status sl_set_openmp sl_run_rcpp

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

sl_run_rcpp <- function(trees, sensors, sensors_only, cells, rays, e_direct_above_slope_m2, e_diffuse_above_slope_m2, e_direct_above_horizontal_m2, e_diffuse_above_horizontal_m2, slope, north_to_x_cw, aspect, cell_size, n_cells_x, n_cells_y, use_torus, turbid_medium, extinction_coef, clumping_factor, trunk_interception) {
    .Call(`_SamsaRaLight_sl_run_rcpp`, trees, sensors, sensors_only, cells, rays, e_direct_above_slope_m2, e_diffuse_above_slope_m2, e_direct_above_horizontal_m2, e_diffuse_above_horizontal_m2, slope, north_to_x_cw, aspect, cell_size, n_cells_x, n_cells_y, use_torus, turbid_medium, extinction_coef, clumping_factor, trunk_interception)
}

sl_set_openmp <- function(parallel_mode, num_threads = -1L, verbose = TRUE) {
    invisible(.Call(`_SamsaRaLight_sl_set_openmp`, parallel_mode, num_threads, verbose))
}

sl_print_openmp_status <- function() {
    invisible(.Call(`_SamsaRaLight_sl_print_openmp_status`))
}

Try the SamsaRaLight package in your browser

Any scripts or data that you put into this service are public.

SamsaRaLight documentation built on April 16, 2026, 5:08 p.m.