[Insight-users] Iterator
wlzhu
wlzhu at nlpr.ia.ac.cn
Tue Aug 30 05:41:25 EDT 2005
Hi Luis:
When I use itk::NeighborhoodIterator, I need access voxel with const step other than 1.
Such as :
NeighborhoodIteratorType it(radius, image,image->GetRequestedRegion());
I need it+=2; or it = it + 2;
I never find itk iterators that have overloaded operator+=(long int i) or operator+(long int i);
I believe such operators will be great helpful for itk users.
best
wanlin
More information about the Insight-users
mailing list