antsrGetPointerName: Return the antsImage pointer string

View source: R/antsRegistration.R

antsrGetPointerNameR Documentation

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

Author(s)

Avants BB

Examples


img <- antsImageRead(getANTsRData("r16"))
antsrGetPointerName(img)
antsrGetPointerName(antsImageClone(img))


stnava/ANTsR documentation built on April 16, 2024, 12:17 a.m.