antsImageIteratorGoToBegin: antsImageIteratorGoToBegin

View source: R/antsImageIterator_class.R

antsImageIteratorGoToBeginR Documentation

antsImageIteratorGoToBegin

Description

move iterator to begining

Usage

antsImageIteratorGoToBegin(x)

Arguments

x

antsImageIterator

Value

antsImageIterator

Examples

img <- makeImage(c(5, 5), rnorm(25))
it <- antsImageIterator(img)
it <- antsImageIteratorNext(it)
it <- antsImageIteratorGoToBegin(it)

ANTsX/ANTsR documentation built on July 5, 2025, 12:27 a.m.