]> Creatis software - cpPlugins.git/blob - lib/cpPlugins_Instances/ImageIterators.i
...
[cpPlugins.git] / lib / cpPlugins_Instances / ImageIterators.i
1 b #define ITK_LEGACY_REMOVE
2
3 f cpPlugins_Instances/Image.h
4
5 t itkImageRegionConstIterator.h
6 t itkImageRegionIterator.h
7 t itkImageScanlineConstIterator.h
8 t itkImageScanlineIterator.h
9 t itkImageLinearConstIteratorWithIndex.h
10 t itkImageLinearIteratorWithIndex.h
11 t itkImageConstIteratorWithIndex.h
12 t itkImageIteratorWithIndex.h
13 t itkZeroFluxNeumannBoundaryCondition.h
14 t itkConstNeighborhoodIterator.h
15 t itkNeighborhoodIterator.h
16 t itkNeighborhood.h
17 t itkConstShapedNeighborhoodIterator.h
18 t itkShapedNeighborhoodIterator.h
19 t itkImageRegionConstIteratorWithIndex.h
20 t itkImageRegionIteratorWithIndex.h
21
22 d #dims=1;2;3
23 d #int=char;short;int;long
24 d #float=float;double
25 d #scalar=#int;unsigned #int;#float
26 d #color_pixels=itk::RGBPixel< #scalar >;itk::RGBAPixel< #scalar >
27 d #complex_pixels=std::complex< #float >
28 d #lin_alg_vectors=itk::CovariantVector;itk::Point;itk::Vector
29 d #pixels=#scalar;#color_pixels;#complex_pixels
30 d #array_pixels=#lin_alg_vectors;itk::SymmetricSecondRankTensor
31 d #double_array_pixels=itk::Matrix
32 d #iterators=itk::ImageRegionConstIterator;itk::ImageRegionIterator;itk::ImageConstIteratorWithIndex;itk::ImageIteratorWithIndex;itk::ImageScanlineConstIterator;itk::ImageScanlineIterator;itk::ImageLinearConstIteratorWithIndex;itk::ImageLinearIteratorWithIndex;itk::ImageRegionConstIteratorWithIndex;itk::ImageRegionIteratorWithIndex
33 d #conds=itk::ZeroFluxNeumannBoundaryCondition
34 d #neigh_iterators=itk::ConstNeighborhoodIterator;itk::NeighborhoodIterator;itk::ConstShapedNeighborhoodIterator;itk::ShapedNeighborhoodIterator
35
36 c itk::Neighborhood< #pixels*, #dims, itk::NeighborhoodAllocator< #pixels* > >
37 c #iterators< itk::Image< #pixels, #dims > >
38 c #iterators< itk::Image< #array_pixels< #float, #dims >, #dims > >
39 c #iterators< itk::Image< #double_array_pixels< #float, #dims, #dims >, #dims > >
40 c #conds< itk::Image< #scalar, #dims >, itk::Image< #scalar, #dims > >
41 c #neigh_iterators< itk::Image< #scalar, #dims >, #conds< itk::Image< #scalar, #dims >, itk::Image< #scalar, #dims > > >