antsImageIteratorIsAtReverseEnd: antsImageIteratorIsAtReverseEnd

View source: R/antsImageIterator_class.R

antsImageIteratorIsAtReverseEndR Documentation

antsImageIteratorIsAtReverseEnd

Description

test if iterator is at end of reverse data

Usage

antsImageIteratorIsAtReverseEnd(x)

Arguments

x

antsImageIterator

Value

boolean indicating position

Examples

img <- makeImage(c(5, 5), rnorm(25))
it <- antsImageIterator(img)
it <- antsImageIteratorGoToReverseBegin(it)
it <- antsImageIteratorPrevious(it)
flag <- antsImageIteratorIsAtReverseEnd(it)

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