Learn R Programming

ANTsR (version 0.4.0)

antsrGetPointerName: Return the antsImage pointer string

Description

This is a low-level function that may be useful for debugging. It will return the pointer name itself from an antsImage object.

Usage

antsrGetPointerName(img)

Arguments

img

image whose pointer we want

Value

string

Examples

Run this code
# NOT RUN {
img = antsImageRead( getANTsRData("r16") )
antsrGetPointerName( img )
antsrGetPointerName( antsImageClone( img ))

# }

Run the code above in your browser using DataLab