antsrGetPointerName.Rd
This is a low-level function that may be useful for debugging. It will return the pointer name itself from an antsImage object.
antsrGetPointerName(img)
string
img <- antsImageRead(getANTsRData("r16"))
antsrGetPointerName(img)
#> [1] "0x600002aec890"
antsrGetPointerName(antsImageClone(img))
#> [1] "0x600002aef290"