R/RcppExports.R

Defines functions gridToIndex3DCpp indexToGridCpp

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

gridToIndex3DCpp <- function(array_dim, voxmat) {
    .Call('neuroim_gridToIndex3DCpp', PACKAGE = 'neuroim', array_dim, voxmat)
}

indexToGridCpp <- function(idx, array_dim) {
    .Call('neuroim_indexToGridCpp', PACKAGE = 'neuroim', idx, array_dim)
}

Try the neuroim package in your browser

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

neuroim documentation built on May 2, 2019, 1:04 p.m.