There are some functions named the same thing in ANTsRCore and ANTsR. This is leading to some namespace collisions as people are calling the internal ANTsRCore function instead of the ANTsR function. Most functions in ANTsRCore have some kind of difference from the user-facing ANTsR function already, but some are missing that. This PR adds that for the rest.
There are some functions named the same thing in ANTsRCore and ANTsR. This is leading to some namespace collisions as people are calling the internal ANTsRCore function instead of the ANTsR function. Most functions in ANTsRCore have some kind of difference from the user-facing ANTsR function already, but some are missing that. This PR adds that for the rest.