antsImageIteratorGoToBegin.Rd
move iterator to begining
antsImageIteratorGoToBegin(x)
antsImageIterator
img <- makeImage(c(5, 5), rnorm(25)) it <- antsImageIterator(img) it <- antsImageIteratorNext(it) it <- antsImageIteratorGoToBegin(it)