Lines Matching defs:vf

276 void ForEachScalar(const GenericImage<T1> *im1, VoxelFunc &vf)  in ForEachScalar()
286 void ForEachScalar(VoxelFunc vf, const GenericImage<T1> *im1) in ForEachScalar()
294 void ForEachVoxel(const GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxel()
308 void ForEachVoxel(VoxelFunc vf, const GenericImage<T1> *im1) in ForEachVoxel()
316 void ForEachVoxel(const ImageAttributes &attr, const GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxel()
325 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> *im1) in ForEachVoxel()
333 void ForEachVoxel(const blocked_range<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxel()
342 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> *im1) in ForEachVoxel()
350 void ForEachVoxel(const blocked_range2d<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxel()
359 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> *im1) in ForEachVoxel()
367 void ForEachVoxel(const blocked_range3d<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxel()
376 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> *im1) in ForEachVoxel()
388 void ForEachScalar(const GenericImage<T1> &im1, VoxelFunc &vf) in ForEachScalar()
398 void ForEachScalar(VoxelFunc vf, const GenericImage<T1> &im1) in ForEachScalar()
406 void ForEachVoxel(const GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxel()
420 void ForEachVoxel(VoxelFunc vf, const GenericImage<T1> &im1) in ForEachVoxel()
428 void ForEachVoxel(const ImageAttributes &attr, const GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxel()
437 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> &im1) in ForEachVoxel()
445 void ForEachVoxel(const blocked_range<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxel()
454 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> &im1) in ForEachVoxel()
462 void ForEachVoxel(const blocked_range2d<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxel()
471 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> &im1) in ForEachVoxel()
479 void ForEachVoxel(const blocked_range3d<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxel()
488 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> &im1) in ForEachVoxel()
504 void ForEachScalarIf(const GenericImage<T1> *im1, VoxelFunc &vf, OutsideFunc &of) in ForEachScalarIf()
515 void ForEachScalarIf(VoxelFunc vf, OutsideFunc of, const GenericImage<T1> *im1) in ForEachScalarIf()
523 void ForEachScalarIf(const GenericImage<T1> *im1, VoxelFunc &vf) in ForEachScalarIf()
531 void ForEachScalarIf(VoxelFunc vf, const GenericImage<T1> *im1) in ForEachScalarIf()
539 void ForEachVoxelIf(const GenericImage<T1> *im1, VoxelFunc &vf, OutsideFunc &of) in ForEachVoxelIf()
554 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const GenericImage<T1> *im1) in ForEachVoxelIf()
562 void ForEachVoxelIf(const GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxelIf()
570 void ForEachVoxelIf(VoxelFunc vf, const GenericImage<T1> *im1) in ForEachVoxelIf()
578 void ForEachVoxelIf(const ImageAttributes &attr, const GenericImage<T1> *im1, VoxelFunc &vf, Outsid… in ForEachVoxelIf()
588 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const ImageAttributes &attr, const GenericImage<T… in ForEachVoxelIf()
596 void ForEachVoxelIf(const ImageAttributes &attr, const GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxelIf()
604 void ForEachVoxelIf(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> *im1) in ForEachVoxelIf()
612 void ForEachVoxelIf(const blocked_range<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf, Outsi… in ForEachVoxelIf()
622 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range<int> &re, const GenericImage<… in ForEachVoxelIf()
630 void ForEachVoxelIf(const blocked_range2d<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf, Out… in ForEachVoxelIf()
640 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range2d<int> &re, const GenericImag… in ForEachVoxelIf()
648 void ForEachVoxelIf(const blocked_range2d<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxelIf()
656 void ForEachVoxelIf(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> *im1) in ForEachVoxelIf()
664 void ForEachVoxelIf(const blocked_range3d<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf, Out… in ForEachVoxelIf()
674 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range3d<int> &re, const GenericImag… in ForEachVoxelIf()
682 void ForEachVoxelIf(const blocked_range3d<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxelIf()
690 void ForEachVoxelIf(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> *im1) in ForEachVoxelIf()
702 void ForEachScalarIf(const GenericImage<T1> &im1, VoxelFunc &vf, OutsideFunc &of) in ForEachScalarIf()
713 void ForEachScalarIf(VoxelFunc vf, OutsideFunc of, const GenericImage<T1> &im1) in ForEachScalarIf()
721 void ForEachScalarIf(const GenericImage<T1> &im1, VoxelFunc &vf) in ForEachScalarIf()
729 void ForEachScalarIf(VoxelFunc vf, const GenericImage<T1> &im1) in ForEachScalarIf()
737 void ForEachVoxelIf(const GenericImage<T1> &im1, VoxelFunc &vf, OutsideFunc &of) in ForEachVoxelIf()
752 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const GenericImage<T1> &im1) in ForEachVoxelIf()
760 void ForEachVoxelIf(const GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxelIf()
768 void ForEachVoxelIf(VoxelFunc vf, const GenericImage<T1> &im1) in ForEachVoxelIf()
776 void ForEachVoxelIf(const ImageAttributes &attr, const GenericImage<T1> &im1, VoxelFunc &vf, Outsid… in ForEachVoxelIf()
786 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const ImageAttributes &attr, const GenericImage<T… in ForEachVoxelIf()
794 void ForEachVoxelIf(const ImageAttributes &attr, const GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxelIf()
802 void ForEachVoxelIf(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> &im1) in ForEachVoxelIf()
810 void ForEachVoxelIf(const blocked_range<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf, Outsi… in ForEachVoxelIf()
820 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range<int> &re, const GenericImage<… in ForEachVoxelIf()
828 void ForEachVoxelIf(const blocked_range2d<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf, Out… in ForEachVoxelIf()
838 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range2d<int> &re, const GenericImag… in ForEachVoxelIf()
846 void ForEachVoxelIf(const blocked_range2d<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxelIf()
854 void ForEachVoxelIf(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> &im1) in ForEachVoxelIf()
862 void ForEachVoxelIf(const blocked_range3d<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf, Out… in ForEachVoxelIf()
872 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range3d<int> &re, const GenericImag… in ForEachVoxelIf()
880 void ForEachVoxelIf(const blocked_range3d<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxelIf()
888 void ForEachVoxelIf(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> &im1) in ForEachVoxelIf()
904 void ParallelForEachScalar(const GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachScalar()
914 void ParallelForEachScalar(VoxelFunc vf, const GenericImage<T1> *im1) in ParallelForEachScalar()
922 void ParallelForEachVoxel(const GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxel()
936 void ParallelForEachVoxel(VoxelFunc vf, const GenericImage<T1> *im1) in ParallelForEachVoxel()
944 void ParallelForEachVoxel(const ImageAttributes &attr, const GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxel()
966 void ParallelForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> *im1) in ParallelForEachVoxel()
974 void ParallelForEachVoxel(const blocked_range<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxel()
983 void ParallelForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> *im1) in ParallelForEachVoxel()
991 …id ParallelForEachVoxel(const blocked_range2d<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxel()
1000 void ParallelForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> *im1) in ParallelForEachVoxel()
1008 …id ParallelForEachVoxel(const blocked_range3d<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxel()
1017 void ParallelForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> *im1) in ParallelForEachVoxel()
1029 void ParallelForEachScalar(const GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachScalar()
1039 void ParallelForEachScalar(VoxelFunc vf, const GenericImage<T1> &im1) in ParallelForEachScalar()
1047 void ParallelForEachVoxel(const GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxel()
1061 void ParallelForEachVoxel(VoxelFunc vf, const GenericImage<T1> &im1) in ParallelForEachVoxel()
1069 void ParallelForEachVoxel(const ImageAttributes &attr, const GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxel()
1091 void ParallelForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> &im1) in ParallelForEachVoxel()
1099 void ParallelForEachVoxel(const blocked_range<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxel()
1108 void ParallelForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> &im1) in ParallelForEachVoxel()
1116 …id ParallelForEachVoxel(const blocked_range2d<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxel()
1125 void ParallelForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> &im1) in ParallelForEachVoxel()
1133 …id ParallelForEachVoxel(const blocked_range3d<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxel()
1142 void ParallelForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> &im1) in ParallelForEachVoxel()
1158 void ParallelForEachScalarIf(const GenericImage<T1> *im1, VoxelFunc &vf, OutsideFunc &of) in ParallelForEachScalarIf()
1173 void ParallelForEachScalarIf(VoxelFunc vf, OutsideFunc of, const GenericImage<T1> *im1) in ParallelForEachScalarIf()
1181 void ParallelForEachScalarIf(const GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachScalarIf()
1189 void ParallelForEachScalarIf(VoxelFunc vf, const GenericImage<T1> *im1) in ParallelForEachScalarIf()
1197 void ParallelForEachVoxelIf(const GenericImage<T1> *im1, VoxelFunc &vf, OutsideFunc &of) in ParallelForEachVoxelIf()
1216 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const GenericImage<T1> *im1) in ParallelForEachVoxelIf()
1224 void ParallelForEachVoxelIf(const GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
1232 void ParallelForEachVoxelIf(VoxelFunc vf, const GenericImage<T1> *im1) in ParallelForEachVoxelIf()
1240 void ParallelForEachVoxelIf(const ImageAttributes &attr, const GenericImage<T1> *im1, VoxelFunc &vf in ParallelForEachVoxelIf()
1263 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const ImageAttributes &attr, const Generi… in ParallelForEachVoxelIf()
1271 void ParallelForEachVoxelIf(const ImageAttributes &attr, const GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
1279 void ParallelForEachVoxelIf(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> *im1) in ParallelForEachVoxelIf()
1287 …achVoxelIf(const blocked_range<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf, OutsideFunc &… in ParallelForEachVoxelIf()
1301 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range<int> &re, const Gener… in ParallelForEachVoxelIf()
1309 …id ParallelForEachVoxelIf(const blocked_range<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
1317 void ParallelForEachVoxelIf(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> *im1) in ParallelForEachVoxelIf()
1325 …hVoxelIf(const blocked_range2d<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf, OutsideFunc &… in ParallelForEachVoxelIf()
1339 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range2d<int> &re, const Gen… in ParallelForEachVoxelIf()
1347 … ParallelForEachVoxelIf(const blocked_range2d<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
1355 void ParallelForEachVoxelIf(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> *i… in ParallelForEachVoxelIf()
1363 …hVoxelIf(const blocked_range3d<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf, OutsideFunc &… in ParallelForEachVoxelIf()
1377 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range3d<int> &re, const Gen… in ParallelForEachVoxelIf()
1385 … ParallelForEachVoxelIf(const blocked_range3d<int> &re, const GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
1393 void ParallelForEachVoxelIf(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> *i… in ParallelForEachVoxelIf()
1405 void ParallelForEachScalarIf(const GenericImage<T1> &im1, VoxelFunc &vf, OutsideFunc &of) in ParallelForEachScalarIf()
1420 void ParallelForEachScalarIf(VoxelFunc vf, OutsideFunc of, const GenericImage<T1> &im1) in ParallelForEachScalarIf()
1428 void ParallelForEachScalarIf(const GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachScalarIf()
1436 void ParallelForEachScalarIf(VoxelFunc vf, const GenericImage<T1> &im1) in ParallelForEachScalarIf()
1444 void ParallelForEachVoxelIf(const GenericImage<T1> &im1, VoxelFunc &vf, OutsideFunc &of) in ParallelForEachVoxelIf()
1463 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const GenericImage<T1> &im1) in ParallelForEachVoxelIf()
1471 void ParallelForEachVoxelIf(const GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
1479 void ParallelForEachVoxelIf(VoxelFunc vf, const GenericImage<T1> &im1) in ParallelForEachVoxelIf()
1487 void ParallelForEachVoxelIf(const ImageAttributes &attr, const GenericImage<T1> &im1, VoxelFunc &vf in ParallelForEachVoxelIf()
1510 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const ImageAttributes &attr, const Generi… in ParallelForEachVoxelIf()
1518 void ParallelForEachVoxelIf(const ImageAttributes &attr, const GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
1526 void ParallelForEachVoxelIf(VoxelFunc vf, const ImageAttributes &attr, const GenericImage<T1> &im1) in ParallelForEachVoxelIf()
1534 …achVoxelIf(const blocked_range<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf, OutsideFunc &… in ParallelForEachVoxelIf()
1548 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range<int> &re, const Gener… in ParallelForEachVoxelIf()
1556 …id ParallelForEachVoxelIf(const blocked_range<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
1564 void ParallelForEachVoxelIf(VoxelFunc vf, const blocked_range<int> &re, const GenericImage<T1> &im1) in ParallelForEachVoxelIf()
1572 …hVoxelIf(const blocked_range2d<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf, OutsideFunc &… in ParallelForEachVoxelIf()
1586 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range2d<int> &re, const Gen… in ParallelForEachVoxelIf()
1594 … ParallelForEachVoxelIf(const blocked_range2d<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
1602 void ParallelForEachVoxelIf(VoxelFunc vf, const blocked_range2d<int> &re, const GenericImage<T1> &i… in ParallelForEachVoxelIf()
1610 …hVoxelIf(const blocked_range3d<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf, OutsideFunc &… in ParallelForEachVoxelIf()
1624 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range3d<int> &re, const Gen… in ParallelForEachVoxelIf()
1632 … ParallelForEachVoxelIf(const blocked_range3d<int> &re, const GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
1640 void ParallelForEachVoxelIf(VoxelFunc vf, const blocked_range3d<int> &re, const GenericImage<T1> &i… in ParallelForEachVoxelIf()
1874 void ForEachScalar(GenericImage<T1> *im1, VoxelFunc &vf) in ForEachScalar()
1884 void ForEachScalar(VoxelFunc vf, GenericImage<T1> *im1) in ForEachScalar()
1892 void ForEachVoxel(GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxel()
1906 void ForEachVoxel(VoxelFunc vf, GenericImage<T1> *im1) in ForEachVoxel()
1914 void ForEachVoxel(const ImageAttributes &attr, GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxel()
1923 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, GenericImage<T1> *im1) in ForEachVoxel()
1931 void ForEachVoxel(const blocked_range<int> &re, GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxel()
1940 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, GenericImage<T1> *im1) in ForEachVoxel()
1948 void ForEachVoxel(const blocked_range2d<int> &re, GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxel()
1957 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, GenericImage<T1> *im1) in ForEachVoxel()
1965 void ForEachVoxel(const blocked_range3d<int> &re, GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxel()
1974 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, GenericImage<T1> *im1) in ForEachVoxel()
1986 void ForEachScalar(GenericImage<T1> &im1, VoxelFunc &vf) in ForEachScalar()
1996 void ForEachScalar(VoxelFunc vf, GenericImage<T1> &im1) in ForEachScalar()
2004 void ForEachVoxel(GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxel()
2018 void ForEachVoxel(VoxelFunc vf, GenericImage<T1> &im1) in ForEachVoxel()
2026 void ForEachVoxel(const ImageAttributes &attr, GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxel()
2035 void ForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, GenericImage<T1> &im1) in ForEachVoxel()
2043 void ForEachVoxel(const blocked_range<int> &re, GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxel()
2052 void ForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, GenericImage<T1> &im1) in ForEachVoxel()
2060 void ForEachVoxel(const blocked_range2d<int> &re, GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxel()
2069 void ForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, GenericImage<T1> &im1) in ForEachVoxel()
2077 void ForEachVoxel(const blocked_range3d<int> &re, GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxel()
2086 void ForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, GenericImage<T1> &im1) in ForEachVoxel()
2102 void ForEachScalarIf(GenericImage<T1> *im1, VoxelFunc &vf, OutsideFunc &of) in ForEachScalarIf()
2113 void ForEachScalarIf(VoxelFunc vf, OutsideFunc of, GenericImage<T1> *im1) in ForEachScalarIf()
2121 void ForEachScalarIf(GenericImage<T1> *im1, VoxelFunc &vf) in ForEachScalarIf()
2129 void ForEachScalarIf(VoxelFunc vf, GenericImage<T1> *im1) in ForEachScalarIf()
2137 void ForEachVoxelIf(GenericImage<T1> *im1, VoxelFunc &vf, OutsideFunc &of) in ForEachVoxelIf()
2152 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, GenericImage<T1> *im1) in ForEachVoxelIf()
2160 void ForEachVoxelIf(GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxelIf()
2168 void ForEachVoxelIf(VoxelFunc vf, GenericImage<T1> *im1) in ForEachVoxelIf()
2176 void ForEachVoxelIf(const ImageAttributes &attr, GenericImage<T1> *im1, VoxelFunc &vf, OutsideFunc … in ForEachVoxelIf()
2186 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const ImageAttributes &attr, GenericImage<T1> *im… in ForEachVoxelIf()
2194 void ForEachVoxelIf(const ImageAttributes &attr, GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxelIf()
2202 void ForEachVoxelIf(VoxelFunc vf, const ImageAttributes &attr, GenericImage<T1> *im1) in ForEachVoxelIf()
2210 void ForEachVoxelIf(const blocked_range<int> &re, GenericImage<T1> *im1, VoxelFunc &vf, OutsideFunc… in ForEachVoxelIf()
2220 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range<int> &re, GenericImage<T1> *i… in ForEachVoxelIf()
2228 void ForEachVoxelIf(const blocked_range2d<int> &re, GenericImage<T1> *im1, VoxelFunc &vf, OutsideFu… in ForEachVoxelIf()
2238 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range2d<int> &re, GenericImage<T1> … in ForEachVoxelIf()
2246 void ForEachVoxelIf(const blocked_range2d<int> &re, GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxelIf()
2254 void ForEachVoxelIf(VoxelFunc vf, const blocked_range2d<int> &re, GenericImage<T1> *im1) in ForEachVoxelIf()
2262 void ForEachVoxelIf(const blocked_range3d<int> &re, GenericImage<T1> *im1, VoxelFunc &vf, OutsideFu… in ForEachVoxelIf()
2272 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range3d<int> &re, GenericImage<T1> … in ForEachVoxelIf()
2280 void ForEachVoxelIf(const blocked_range3d<int> &re, GenericImage<T1> *im1, VoxelFunc &vf) in ForEachVoxelIf()
2288 void ForEachVoxelIf(VoxelFunc vf, const blocked_range3d<int> &re, GenericImage<T1> *im1) in ForEachVoxelIf()
2300 void ForEachScalarIf(GenericImage<T1> &im1, VoxelFunc &vf, OutsideFunc &of) in ForEachScalarIf()
2311 void ForEachScalarIf(VoxelFunc vf, OutsideFunc of, GenericImage<T1> &im1) in ForEachScalarIf()
2319 void ForEachScalarIf(GenericImage<T1> &im1, VoxelFunc &vf) in ForEachScalarIf()
2327 void ForEachScalarIf(VoxelFunc vf, GenericImage<T1> &im1) in ForEachScalarIf()
2335 void ForEachVoxelIf(GenericImage<T1> &im1, VoxelFunc &vf, OutsideFunc &of) in ForEachVoxelIf()
2350 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, GenericImage<T1> &im1) in ForEachVoxelIf()
2358 void ForEachVoxelIf(GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxelIf()
2366 void ForEachVoxelIf(VoxelFunc vf, GenericImage<T1> &im1) in ForEachVoxelIf()
2374 void ForEachVoxelIf(const ImageAttributes &attr, GenericImage<T1> &im1, VoxelFunc &vf, OutsideFunc … in ForEachVoxelIf()
2384 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const ImageAttributes &attr, GenericImage<T1> &im… in ForEachVoxelIf()
2392 void ForEachVoxelIf(const ImageAttributes &attr, GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxelIf()
2400 void ForEachVoxelIf(VoxelFunc vf, const ImageAttributes &attr, GenericImage<T1> &im1) in ForEachVoxelIf()
2408 void ForEachVoxelIf(const blocked_range<int> &re, GenericImage<T1> &im1, VoxelFunc &vf, OutsideFunc… in ForEachVoxelIf()
2418 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range<int> &re, GenericImage<T1> &i… in ForEachVoxelIf()
2426 void ForEachVoxelIf(const blocked_range2d<int> &re, GenericImage<T1> &im1, VoxelFunc &vf, OutsideFu… in ForEachVoxelIf()
2436 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range2d<int> &re, GenericImage<T1> … in ForEachVoxelIf()
2444 void ForEachVoxelIf(const blocked_range2d<int> &re, GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxelIf()
2452 void ForEachVoxelIf(VoxelFunc vf, const blocked_range2d<int> &re, GenericImage<T1> &im1) in ForEachVoxelIf()
2460 void ForEachVoxelIf(const blocked_range3d<int> &re, GenericImage<T1> &im1, VoxelFunc &vf, OutsideFu… in ForEachVoxelIf()
2470 void ForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range3d<int> &re, GenericImage<T1> … in ForEachVoxelIf()
2478 void ForEachVoxelIf(const blocked_range3d<int> &re, GenericImage<T1> &im1, VoxelFunc &vf) in ForEachVoxelIf()
2486 void ForEachVoxelIf(VoxelFunc vf, const blocked_range3d<int> &re, GenericImage<T1> &im1) in ForEachVoxelIf()
2502 void ParallelForEachScalar(GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachScalar()
2512 void ParallelForEachScalar(VoxelFunc vf, GenericImage<T1> *im1) in ParallelForEachScalar()
2520 void ParallelForEachVoxel(GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxel()
2534 void ParallelForEachVoxel(VoxelFunc vf, GenericImage<T1> *im1) in ParallelForEachVoxel()
2542 void ParallelForEachVoxel(const ImageAttributes &attr, GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxel()
2564 void ParallelForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, GenericImage<T1> *im1) in ParallelForEachVoxel()
2572 void ParallelForEachVoxel(const blocked_range<int> &re, GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxel()
2581 void ParallelForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, GenericImage<T1> *im1) in ParallelForEachVoxel()
2589 void ParallelForEachVoxel(const blocked_range2d<int> &re, GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxel()
2598 void ParallelForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, GenericImage<T1> *im1) in ParallelForEachVoxel()
2606 void ParallelForEachVoxel(const blocked_range3d<int> &re, GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxel()
2615 void ParallelForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, GenericImage<T1> *im1) in ParallelForEachVoxel()
2627 void ParallelForEachScalar(GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachScalar()
2637 void ParallelForEachScalar(VoxelFunc vf, GenericImage<T1> &im1) in ParallelForEachScalar()
2645 void ParallelForEachVoxel(GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxel()
2659 void ParallelForEachVoxel(VoxelFunc vf, GenericImage<T1> &im1) in ParallelForEachVoxel()
2667 void ParallelForEachVoxel(const ImageAttributes &attr, GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxel()
2689 void ParallelForEachVoxel(VoxelFunc vf, const ImageAttributes &attr, GenericImage<T1> &im1) in ParallelForEachVoxel()
2697 void ParallelForEachVoxel(const blocked_range<int> &re, GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxel()
2706 void ParallelForEachVoxel(VoxelFunc vf, const blocked_range<int> &re, GenericImage<T1> &im1) in ParallelForEachVoxel()
2714 void ParallelForEachVoxel(const blocked_range2d<int> &re, GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxel()
2723 void ParallelForEachVoxel(VoxelFunc vf, const blocked_range2d<int> &re, GenericImage<T1> &im1) in ParallelForEachVoxel()
2731 void ParallelForEachVoxel(const blocked_range3d<int> &re, GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxel()
2740 void ParallelForEachVoxel(VoxelFunc vf, const blocked_range3d<int> &re, GenericImage<T1> &im1) in ParallelForEachVoxel()
2756 void ParallelForEachScalarIf(GenericImage<T1> *im1, VoxelFunc &vf, OutsideFunc &of) in ParallelForEachScalarIf()
2771 void ParallelForEachScalarIf(VoxelFunc vf, OutsideFunc of, GenericImage<T1> *im1) in ParallelForEachScalarIf()
2779 void ParallelForEachScalarIf(GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachScalarIf()
2787 void ParallelForEachScalarIf(VoxelFunc vf, GenericImage<T1> *im1) in ParallelForEachScalarIf()
2795 void ParallelForEachVoxelIf(GenericImage<T1> *im1, VoxelFunc &vf, OutsideFunc &of) in ParallelForEachVoxelIf()
2814 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, GenericImage<T1> *im1) in ParallelForEachVoxelIf()
2822 void ParallelForEachVoxelIf(GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
2830 void ParallelForEachVoxelIf(VoxelFunc vf, GenericImage<T1> *im1) in ParallelForEachVoxelIf()
2838 void ParallelForEachVoxelIf(const ImageAttributes &attr, GenericImage<T1> *im1, VoxelFunc &vf, Outs… in ParallelForEachVoxelIf()
2861 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const ImageAttributes &attr, GenericImage… in ParallelForEachVoxelIf()
2869 void ParallelForEachVoxelIf(const ImageAttributes &attr, GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
2877 void ParallelForEachVoxelIf(VoxelFunc vf, const ImageAttributes &attr, GenericImage<T1> *im1) in ParallelForEachVoxelIf()
2885 void ParallelForEachVoxelIf(const blocked_range<int> &re, GenericImage<T1> *im1, VoxelFunc &vf, Out… in ParallelForEachVoxelIf()
2899 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range<int> &re, GenericImag… in ParallelForEachVoxelIf()
2907 void ParallelForEachVoxelIf(const blocked_range<int> &re, GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
2915 void ParallelForEachVoxelIf(VoxelFunc vf, const blocked_range<int> &re, GenericImage<T1> *im1) in ParallelForEachVoxelIf()
2923 void ParallelForEachVoxelIf(const blocked_range2d<int> &re, GenericImage<T1> *im1, VoxelFunc &vf, O… in ParallelForEachVoxelIf()
2937 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range2d<int> &re, GenericIm… in ParallelForEachVoxelIf()
2945 void ParallelForEachVoxelIf(const blocked_range2d<int> &re, GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
2953 void ParallelForEachVoxelIf(VoxelFunc vf, const blocked_range2d<int> &re, GenericImage<T1> *im1) in ParallelForEachVoxelIf()
2961 void ParallelForEachVoxelIf(const blocked_range3d<int> &re, GenericImage<T1> *im1, VoxelFunc &vf, O… in ParallelForEachVoxelIf()
2975 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range3d<int> &re, GenericIm… in ParallelForEachVoxelIf()
2983 void ParallelForEachVoxelIf(const blocked_range3d<int> &re, GenericImage<T1> *im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
2991 void ParallelForEachVoxelIf(VoxelFunc vf, const blocked_range3d<int> &re, GenericImage<T1> *im1) in ParallelForEachVoxelIf()
3003 void ParallelForEachScalarIf(GenericImage<T1> &im1, VoxelFunc &vf, OutsideFunc &of) in ParallelForEachScalarIf()
3018 void ParallelForEachScalarIf(VoxelFunc vf, OutsideFunc of, GenericImage<T1> &im1) in ParallelForEachScalarIf()
3026 void ParallelForEachScalarIf(GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachScalarIf()
3034 void ParallelForEachScalarIf(VoxelFunc vf, GenericImage<T1> &im1) in ParallelForEachScalarIf()
3042 void ParallelForEachVoxelIf(GenericImage<T1> &im1, VoxelFunc &vf, OutsideFunc &of) in ParallelForEachVoxelIf()
3061 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, GenericImage<T1> &im1) in ParallelForEachVoxelIf()
3069 void ParallelForEachVoxelIf(GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
3077 void ParallelForEachVoxelIf(VoxelFunc vf, GenericImage<T1> &im1) in ParallelForEachVoxelIf()
3085 void ParallelForEachVoxelIf(const ImageAttributes &attr, GenericImage<T1> &im1, VoxelFunc &vf, Outs… in ParallelForEachVoxelIf()
3108 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const ImageAttributes &attr, GenericImage… in ParallelForEachVoxelIf()
3116 void ParallelForEachVoxelIf(const ImageAttributes &attr, GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
3124 void ParallelForEachVoxelIf(VoxelFunc vf, const ImageAttributes &attr, GenericImage<T1> &im1) in ParallelForEachVoxelIf()
3132 void ParallelForEachVoxelIf(const blocked_range<int> &re, GenericImage<T1> &im1, VoxelFunc &vf, Out… in ParallelForEachVoxelIf()
3146 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range<int> &re, GenericImag… in ParallelForEachVoxelIf()
3154 void ParallelForEachVoxelIf(const blocked_range<int> &re, GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
3162 void ParallelForEachVoxelIf(VoxelFunc vf, const blocked_range<int> &re, GenericImage<T1> &im1) in ParallelForEachVoxelIf()
3170 void ParallelForEachVoxelIf(const blocked_range2d<int> &re, GenericImage<T1> &im1, VoxelFunc &vf, O… in ParallelForEachVoxelIf()
3184 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range2d<int> &re, GenericIm… in ParallelForEachVoxelIf()
3192 void ParallelForEachVoxelIf(const blocked_range2d<int> &re, GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
3200 void ParallelForEachVoxelIf(VoxelFunc vf, const blocked_range2d<int> &re, GenericImage<T1> &im1) in ParallelForEachVoxelIf()
3208 void ParallelForEachVoxelIf(const blocked_range3d<int> &re, GenericImage<T1> &im1, VoxelFunc &vf, O… in ParallelForEachVoxelIf()
3222 void ParallelForEachVoxelIf(VoxelFunc vf, OutsideFunc of, const blocked_range3d<int> &re, GenericIm… in ParallelForEachVoxelIf()
3230 void ParallelForEachVoxelIf(const blocked_range3d<int> &re, GenericImage<T1> &im1, VoxelFunc &vf) in ParallelForEachVoxelIf()
3238 void ParallelForEachVoxelIf(VoxelFunc vf, const blocked_range3d<int> &re, GenericImage<T1> &im1) in ParallelForEachVoxelIf()