R/RcppExports.R

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

watershedC <- function(padded_map, cell_coords) {
    .Call('_IrisSpatialFeatures_watershedC', PACKAGE = 'IrisSpatialFeatures', padded_map, cell_coords)
}

generate_maskC <- function(marker_map, padded_map, cell_coords) {
    .Call('_IrisSpatialFeatures_generate_maskC', PACKAGE = 'IrisSpatialFeatures', marker_map, padded_map, cell_coords)
}

getInteractionsC <- function(filled_map, step) {
    .Call('_IrisSpatialFeatures_getInteractionsC', PACKAGE = 'IrisSpatialFeatures', filled_map, step)
}

fillMaskC <- function(mask, padded, cell_coords) {
    .Call('_IrisSpatialFeatures_fillMaskC', PACKAGE = 'IrisSpatialFeatures', mask, padded, cell_coords)
}

growMarginC <- function(mask, distance) {
    .Call('_IrisSpatialFeatures_growMarginC', PACKAGE = 'IrisSpatialFeatures', mask, distance)
}
gusef/IrisSpatialFeatures documentation built on May 6, 2019, 9:50 p.m.