Lines Matching refs:ForEachVoxel

342 void ForEachVoxel(const GenericImage<T1> *im1, const GenericImage<T2> *im2, const GenericImage<T3> …  in ForEachVoxel()  function
356 void ForEachVoxel(VoxelFunc vf, const GenericImage<T1> *im1, const GenericImage<T2> *im2, const Gen… in ForEachVoxel() function
359 ForEachVoxel(*im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
364 void ForEachVoxel(const ImageAttributes &attr, const GenericImage<T1> *im1, const GenericImage<T2> … in ForEachVoxel() function
373 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> *im1, const Gen… in ForEachVoxel() function
376 ForEachVoxel(attr, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
381 void ForEachVoxel(const blocked_range<int> &re, const GenericImage<T1> *im1, const GenericImage<T2>… in ForEachVoxel() function
390 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> *im1, const Ge… in ForEachVoxel() function
393 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
398 void ForEachVoxel(const blocked_range2d<int> &re, const GenericImage<T1> *im1, const GenericImage<T… in ForEachVoxel() function
407 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> *im1, const … in ForEachVoxel() function
410 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
415 void ForEachVoxel(const blocked_range3d<int> &re, const GenericImage<T1> *im1, const GenericImage<T… in ForEachVoxel() function
424 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> *im1, const … in ForEachVoxel() function
427 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
454 void ForEachVoxel(const GenericImage<T1> &im1, const GenericImage<T2> &im2, const GenericImage<T3> … in ForEachVoxel() function
468 void ForEachVoxel(VoxelFunc vf, const GenericImage<T1> &im1, const GenericImage<T2> &im2, const Gen… in ForEachVoxel() function
471 ForEachVoxel(im1, im2, im3, im4, im5, vf); in ForEachVoxel()
476 void ForEachVoxel(const ImageAttributes &attr, const GenericImage<T1> &im1, const GenericImage<T2> … in ForEachVoxel() function
485 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> &im1, const Gen… in ForEachVoxel() function
488 ForEachVoxel(attr, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
493 void ForEachVoxel(const blocked_range<int> &re, const GenericImage<T1> &im1, const GenericImage<T2>… in ForEachVoxel() function
502 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> &im1, const Ge… in ForEachVoxel() function
505 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
510 void ForEachVoxel(const blocked_range2d<int> &re, const GenericImage<T1> &im1, const GenericImage<T… in ForEachVoxel() function
519 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> &im1, const … in ForEachVoxel() function
522 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
527 void ForEachVoxel(const blocked_range3d<int> &re, const GenericImage<T1> &im1, const GenericImage<T… in ForEachVoxel() function
536 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> &im1, const … in ForEachVoxel() function
539 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
1988 void ForEachVoxel(const GenericImage<T1> *im1, const GenericImage<T2> *im2, const GenericImage<T3> … in ForEachVoxel() function
2002 void ForEachVoxel(VoxelFunc vf, const GenericImage<T1> *im1, const GenericImage<T2> *im2, const Gen… in ForEachVoxel() function
2005 ForEachVoxel(*im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
2010 void ForEachVoxel(const ImageAttributes &attr, const GenericImage<T1> *im1, const GenericImage<T2> … in ForEachVoxel() function
2019 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> *im1, const Gen… in ForEachVoxel() function
2022 ForEachVoxel(attr, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
2027 void ForEachVoxel(const blocked_range<int> &re, const GenericImage<T1> *im1, const GenericImage<T2>… in ForEachVoxel() function
2036 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> *im1, const Ge… in ForEachVoxel() function
2039 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
2044 void ForEachVoxel(const blocked_range2d<int> &re, const GenericImage<T1> *im1, const GenericImage<T… in ForEachVoxel() function
2053 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> *im1, const … in ForEachVoxel() function
2056 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
2061 void ForEachVoxel(const blocked_range3d<int> &re, const GenericImage<T1> *im1, const GenericImage<T… in ForEachVoxel() function
2070 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> *im1, const … in ForEachVoxel() function
2073 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
2100 void ForEachVoxel(const GenericImage<T1> &im1, const GenericImage<T2> &im2, const GenericImage<T3> … in ForEachVoxel() function
2114 void ForEachVoxel(VoxelFunc vf, const GenericImage<T1> &im1, const GenericImage<T2> &im2, const Gen… in ForEachVoxel() function
2117 ForEachVoxel(im1, im2, im3, im4, im5, vf); in ForEachVoxel()
2122 void ForEachVoxel(const ImageAttributes &attr, const GenericImage<T1> &im1, const GenericImage<T2> … in ForEachVoxel() function
2131 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> &im1, const Gen… in ForEachVoxel() function
2134 ForEachVoxel(attr, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
2139 void ForEachVoxel(const blocked_range<int> &re, const GenericImage<T1> &im1, const GenericImage<T2>… in ForEachVoxel() function
2148 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> &im1, const Ge… in ForEachVoxel() function
2151 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
2156 void ForEachVoxel(const blocked_range2d<int> &re, const GenericImage<T1> &im1, const GenericImage<T… in ForEachVoxel() function
2165 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> &im1, const … in ForEachVoxel() function
2168 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
2173 void ForEachVoxel(const blocked_range3d<int> &re, const GenericImage<T1> &im1, const GenericImage<T… in ForEachVoxel() function
2182 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> &im1, const … in ForEachVoxel() function
2185 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
3634 void ForEachVoxel(const GenericImage<T1> *im1, const GenericImage<T2> *im2, const GenericImage<T3> … in ForEachVoxel() function
3648 void ForEachVoxel(VoxelFunc vf, const GenericImage<T1> *im1, const GenericImage<T2> *im2, const Gen… in ForEachVoxel() function
3651 ForEachVoxel(*im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
3656 void ForEachVoxel(const ImageAttributes &attr, const GenericImage<T1> *im1, const GenericImage<T2> … in ForEachVoxel() function
3665 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> *im1, const Gen… in ForEachVoxel() function
3668 ForEachVoxel(attr, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
3673 void ForEachVoxel(const blocked_range<int> &re, const GenericImage<T1> *im1, const GenericImage<T2>… in ForEachVoxel() function
3682 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> *im1, const Ge… in ForEachVoxel() function
3685 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
3690 void ForEachVoxel(const blocked_range2d<int> &re, const GenericImage<T1> *im1, const GenericImage<T… in ForEachVoxel() function
3699 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> *im1, const … in ForEachVoxel() function
3702 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
3707 void ForEachVoxel(const blocked_range3d<int> &re, const GenericImage<T1> *im1, const GenericImage<T… in ForEachVoxel() function
3716 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> *im1, const … in ForEachVoxel() function
3719 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
3746 void ForEachVoxel(const GenericImage<T1> &im1, const GenericImage<T2> &im2, const GenericImage<T3> … in ForEachVoxel() function
3760 void ForEachVoxel(VoxelFunc vf, const GenericImage<T1> &im1, const GenericImage<T2> &im2, const Gen… in ForEachVoxel() function
3763 ForEachVoxel(im1, im2, im3, im4, im5, vf); in ForEachVoxel()
3768 void ForEachVoxel(const ImageAttributes &attr, const GenericImage<T1> &im1, const GenericImage<T2> … in ForEachVoxel() function
3777 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> &im1, const Gen… in ForEachVoxel() function
3780 ForEachVoxel(attr, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
3785 void ForEachVoxel(const blocked_range<int> &re, const GenericImage<T1> &im1, const GenericImage<T2>… in ForEachVoxel() function
3794 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> &im1, const Ge… in ForEachVoxel() function
3797 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
3802 void ForEachVoxel(const blocked_range2d<int> &re, const GenericImage<T1> &im1, const GenericImage<T… in ForEachVoxel() function
3811 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> &im1, const … in ForEachVoxel() function
3814 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
3819 void ForEachVoxel(const blocked_range3d<int> &re, const GenericImage<T1> &im1, const GenericImage<T… in ForEachVoxel() function
3828 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> &im1, const … in ForEachVoxel() function
3831 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
5280 void ForEachVoxel(const GenericImage<T1> *im1, const GenericImage<T2> *im2, GenericImage<T3> *im3, … in ForEachVoxel() function
5294 void ForEachVoxel(VoxelFunc vf, const GenericImage<T1> *im1, const GenericImage<T2> *im2, GenericIm… in ForEachVoxel() function
5297 ForEachVoxel(*im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
5302 void ForEachVoxel(const ImageAttributes &attr, const GenericImage<T1> *im1, const GenericImage<T2> … in ForEachVoxel() function
5311 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> *im1, const Gen… in ForEachVoxel() function
5314 ForEachVoxel(attr, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
5319 void ForEachVoxel(const blocked_range<int> &re, const GenericImage<T1> *im1, const GenericImage<T2>… in ForEachVoxel() function
5328 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> *im1, const Ge… in ForEachVoxel() function
5331 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
5336 void ForEachVoxel(const blocked_range2d<int> &re, const GenericImage<T1> *im1, const GenericImage<T… in ForEachVoxel() function
5345 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> *im1, const … in ForEachVoxel() function
5348 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
5353 void ForEachVoxel(const blocked_range3d<int> &re, const GenericImage<T1> *im1, const GenericImage<T… in ForEachVoxel() function
5362 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> *im1, const … in ForEachVoxel() function
5365 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
5392 void ForEachVoxel(const GenericImage<T1> &im1, const GenericImage<T2> &im2, GenericImage<T3> &im3, … in ForEachVoxel() function
5406 void ForEachVoxel(VoxelFunc vf, const GenericImage<T1> &im1, const GenericImage<T2> &im2, GenericIm… in ForEachVoxel() function
5409 ForEachVoxel(im1, im2, im3, im4, im5, vf); in ForEachVoxel()
5414 void ForEachVoxel(const ImageAttributes &attr, const GenericImage<T1> &im1, const GenericImage<T2> … in ForEachVoxel() function
5423 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> &im1, const Gen… in ForEachVoxel() function
5426 ForEachVoxel(attr, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
5431 void ForEachVoxel(const blocked_range<int> &re, const GenericImage<T1> &im1, const GenericImage<T2>… in ForEachVoxel() function
5440 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> &im1, const Ge… in ForEachVoxel() function
5443 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
5448 void ForEachVoxel(const blocked_range2d<int> &re, const GenericImage<T1> &im1, const GenericImage<T… in ForEachVoxel() function
5457 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> &im1, const … in ForEachVoxel() function
5460 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
5465 void ForEachVoxel(const blocked_range3d<int> &re, const GenericImage<T1> &im1, const GenericImage<T… in ForEachVoxel() function
5474 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> &im1, const … in ForEachVoxel() function
5477 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
6926 void ForEachVoxel(const GenericImage<T1> *im1, GenericImage<T2> *im2, GenericImage<T3> *im3, Generi… in ForEachVoxel() function
6940 void ForEachVoxel(VoxelFunc vf, const GenericImage<T1> *im1, GenericImage<T2> *im2, GenericImage<T3… in ForEachVoxel() function
6943 ForEachVoxel(*im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
6948 void ForEachVoxel(const ImageAttributes &attr, const GenericImage<T1> *im1, GenericImage<T2> *im2, … in ForEachVoxel() function
6957 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> *im1, GenericIm… in ForEachVoxel() function
6960 ForEachVoxel(attr, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
6965 void ForEachVoxel(const blocked_range<int> &re, const GenericImage<T1> *im1, GenericImage<T2> *im2,… in ForEachVoxel() function
6974 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> *im1, GenericI… in ForEachVoxel() function
6977 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
6982 void ForEachVoxel(const blocked_range2d<int> &re, const GenericImage<T1> *im1, GenericImage<T2> *im… in ForEachVoxel() function
6991 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> *im1, Generi… in ForEachVoxel() function
6994 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
6999 void ForEachVoxel(const blocked_range3d<int> &re, const GenericImage<T1> *im1, GenericImage<T2> *im… in ForEachVoxel() function
7008 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> *im1, Generi… in ForEachVoxel() function
7011 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
7038 void ForEachVoxel(const GenericImage<T1> &im1, GenericImage<T2> &im2, GenericImage<T3> &im3, Generi… in ForEachVoxel() function
7052 void ForEachVoxel(VoxelFunc vf, const GenericImage<T1> &im1, GenericImage<T2> &im2, GenericImage<T3… in ForEachVoxel() function
7055 ForEachVoxel(im1, im2, im3, im4, im5, vf); in ForEachVoxel()
7060 void ForEachVoxel(const ImageAttributes &attr, const GenericImage<T1> &im1, GenericImage<T2> &im2, … in ForEachVoxel() function
7069 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> &im1, GenericIm… in ForEachVoxel() function
7072 ForEachVoxel(attr, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
7077 void ForEachVoxel(const blocked_range<int> &re, const GenericImage<T1> &im1, GenericImage<T2> &im2,… in ForEachVoxel() function
7086 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> &im1, GenericI… in ForEachVoxel() function
7089 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
7094 void ForEachVoxel(const blocked_range2d<int> &re, const GenericImage<T1> &im1, GenericImage<T2> &im… in ForEachVoxel() function
7103 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> &im1, Generi… in ForEachVoxel() function
7106 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
7111 void ForEachVoxel(const blocked_range3d<int> &re, const GenericImage<T1> &im1, GenericImage<T2> &im… in ForEachVoxel() function
7120 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> &im1, Generi… in ForEachVoxel() function
7123 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
8572 void ForEachVoxel(GenericImage<T1> *im1, GenericImage<T2> *im2, GenericImage<T3> *im3, GenericImage… in ForEachVoxel() function
8586 void ForEachVoxel(VoxelFunc vf, GenericImage<T1> *im1, GenericImage<T2> *im2, GenericImage<T3> *im3… in ForEachVoxel() function
8589 ForEachVoxel(*im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
8594 void ForEachVoxel(const ImageAttributes &attr, GenericImage<T1> *im1, GenericImage<T2> *im2, Generi… in ForEachVoxel() function
8603 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, GenericImage<T1> *im1, GenericImage<T2… in ForEachVoxel() function
8606 ForEachVoxel(attr, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
8611 void ForEachVoxel(const blocked_range<int> &re, GenericImage<T1> *im1, GenericImage<T2> *im2, Gener… in ForEachVoxel() function
8620 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, GenericImage<T1> *im1, GenericImage<T… in ForEachVoxel() function
8623 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
8628 void ForEachVoxel(const blocked_range2d<int> &re, GenericImage<T1> *im1, GenericImage<T2> *im2, Gen… in ForEachVoxel() function
8637 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, GenericImage<T1> *im1, GenericImage… in ForEachVoxel() function
8640 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
8645 void ForEachVoxel(const blocked_range3d<int> &re, GenericImage<T1> *im1, GenericImage<T2> *im2, Gen… in ForEachVoxel() function
8654 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, GenericImage<T1> *im1, GenericImage… in ForEachVoxel() function
8657 ForEachVoxel(re, *im1, *im2, *im3, *im4, *im5, vf); in ForEachVoxel()
8684 void ForEachVoxel(GenericImage<T1> &im1, GenericImage<T2> &im2, GenericImage<T3> &im3, GenericImage… in ForEachVoxel() function
8698 void ForEachVoxel(VoxelFunc vf, GenericImage<T1> &im1, GenericImage<T2> &im2, GenericImage<T3> &im3… in ForEachVoxel() function
8701 ForEachVoxel(im1, im2, im3, im4, im5, vf); in ForEachVoxel()
8706 void ForEachVoxel(const ImageAttributes &attr, GenericImage<T1> &im1, GenericImage<T2> &im2, Generi… in ForEachVoxel() function
8715 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, GenericImage<T1> &im1, GenericImage<T2… in ForEachVoxel() function
8718 ForEachVoxel(attr, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
8723 void ForEachVoxel(const blocked_range<int> &re, GenericImage<T1> &im1, GenericImage<T2> &im2, Gener… in ForEachVoxel() function
8732 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, GenericImage<T1> &im1, GenericImage<T… in ForEachVoxel() function
8735 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
8740 void ForEachVoxel(const blocked_range2d<int> &re, GenericImage<T1> &im1, GenericImage<T2> &im2, Gen… in ForEachVoxel() function
8749 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, GenericImage<T1> &im1, GenericImage… in ForEachVoxel() function
8752 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()
8757 void ForEachVoxel(const blocked_range3d<int> &re, GenericImage<T1> &im1, GenericImage<T2> &im2, Gen… in ForEachVoxel() function
8766 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, GenericImage<T1> &im1, GenericImage… in ForEachVoxel() function
8769 ForEachVoxel(re, im1, im2, im3, im4, im5, vf); in ForEachVoxel()