Skip to content

Commit

Permalink
Exported write.fs.surface
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Apr 11, 2024
1 parent 8f356c3 commit 40d10a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export(threejsBrainOutput)
export(threejs_brain)
export(video_content)
export(volume_to_surf)
export(write.fs.surface)
export(write.nifti1)
export(write.nifti2)
importFrom(R6,R6Class)
Expand All @@ -107,6 +108,7 @@ importFrom(freesurferformats,read.nifti1.data)
importFrom(freesurferformats,read.nifti1.header)
importFrom(freesurferformats,read.nifti2.data)
importFrom(freesurferformats,read.nifti2.header)
importFrom(freesurferformats,write.fs.surface)
importFrom(freesurferformats,write.nifti1)
importFrom(freesurferformats,write.nifti2)
importFrom(grDevices,col2rgb)
Expand Down
4 changes: 4 additions & 0 deletions R/aaa.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#' @importFrom freesurferformats read.fs.mgh
#' @importFrom freesurferformats read.fs.morph
#' @importFrom freesurferformats read.fs.surface
#' @importFrom freesurferformats write.fs.surface
#' @importFrom freesurferformats read.fs.volume
#' @importFrom freesurferformats read.fs.weight
#' @importFrom freesurferformats read.fs.transform
Expand Down Expand Up @@ -58,6 +59,9 @@ freesurferformats::read.fs.morph
#' @export
freesurferformats::read.fs.surface

#' @export
freesurferformats::write.fs.surface

#' @export
freesurferformats::read.fs.volume

Expand Down
3 changes: 2 additions & 1 deletion man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40d10a3

Please sign in to comment.