]> Creatis software - cpPlugins.git/blob - lib/cpInstances/NeighborhoodImageIterators.i
itk-based LevelSet filters wrapped
[cpPlugins.git] / lib / cpInstances / NeighborhoodImageIterators.i
1 header #define ITK_MANUAL_INSTANTIATION
2
3 define it=ConstNeighborhoodIterator;NeighborhoodIterator;ConstShapedNeighborhoodIterator;ShapedNeighborhoodIterator
4 define co=ZeroFluxNeumannBoundaryCondition
5 define pi=#scalar_pixels#;signed char
6 define op=Neighborhood;NeighborhoodOperator;DerivativeOperator
7
8 tinclude itk#op#:h|hxx
9 tinclude itk#co#:h|hxx
10 tinclude itk#it#:h|hxx
11
12 cinclude complex
13 cinclude itkImage.h
14 cinclude itk#color_pixels#.h
15 cinclude itk#vectors#.h
16 cinclude itk#diff_tensors#.h
17 cinclude itk#matrices#.h
18 cinclude itkOffset.h
19
20 instances itk::NeighborhoodAllocator< #pi# >
21 instances itk::#op#< #pi#, #process_dims#, itk::NeighborhoodAllocator< #pi# > >
22 instances itk::#co#< itk::Image< #pi#, #process_dims# >, itk::Image< #pi#, #process_dims# > >
23 instances itk::#it#< itk::Image< #pi#, #process_dims# >, itk::#co#< itk::Image< #pi#, #process_dims# >, itk::Image< #pi#, #process_dims# > > >
24
25 ** eof - $RCSfile$