]> Creatis software - FrontAlgorithms.git/blob - plugins/ImageAlgorithms/ImageAlgorithms.i
...
[FrontAlgorithms.git] / plugins / ImageAlgorithms / ImageAlgorithms.i
1 header #define ITK_MANUAL_INSTANTIATION
2
3 tinclude fpa/Image/Functors/SimpleNeighborhood:h|hxx
4 instances fpa::Image::Functors::SimpleNeighborhood< itk::Image< #scalar_types#, #pdims# > >
5
6 cinclude fpa/Base/RegionGrow.hxx
7 define all_int_types=#int_types#;#uint_types#
8 tinclude fpa/Image/RegionGrow:h|hxx
9 tinclude fpa/Image/MoriRegionGrowHelper:h|hxx
10 tinclude fpa/Image/MoriRegionGrow:h|hxx
11 instances fpa::Image::RegionGrow< itk::Image< #scalar_types#, #pdims# >, itk::Image< #all_int_types#, #pdims# > >
12 instances fpa::Image::MoriRegionGrowHelper< itk::Image< #scalar_types#, #pdims# >, itk::Image< #all_int_types#, #pdims# > >
13 instances fpa::Image::MoriRegionGrow< itk::Image< #scalar_types#, #pdims# >, itk::Image< #all_int_types#, #pdims# > >
14
15 cinclude fpa/Base/Dijkstra.hxx
16 tinclude fpa/Image/Dijkstra:h|hxx
17 instances fpa::Image::Dijkstra< itk::Image< #scalar_types#, #pdims# >, itk::Image< #real_types#, #pdims# > >
18
19 tinclude fpa/Image/SkeletonFilter:h|hxx
20 instances fpa::Image::SkeletonFilter< itk::Image< #real_types#, #pdims# > >
21
22
23
24 *define i_real=#real_types#
25 *define o_real=#real_types#
26
27 *tinclude fpa/Image/Functors/SimpleDijkstraCost:h|hxx
28 *tinclude fpa/Base/Functors/Inverse:h|hxx
29 *tinclude fpa/Base/Functors/GaussianModel:h|hxx
30 *tinclude fpa/Image/Dijkstra:h|hxx
31 *tinclude fpa/Image/SkeletonFilter:h|hxx
32 *tinclude fpa/Image/Functors/RegionGrowBinaryThreshold:h|hxx
33
34 *cinclude itkImage.h
35 *cinclude itkSimpleDataObjectDecorator.hxx
36 *cinclude fpa/Base/Dijkstra.hxx
37
38 *instances fpa::Image::Functors::SimpleNeighborhood< itk::Image< #scalar_pixels#, #process_dims# > >
39 *instances fpa::Image::Functors::SimpleDijkstraCost< itk::Image< #scalar_pixels#, #process_dims# >, #real_types# >
40 *instances fpa::Image::Functors::RegionGrowBinaryThreshold< itk::Image< #scalar_pixels#, #process_dims# > >
41
42 *instances fpa::Base::Functors::Inverse< #i_real#, #o_real# >
43 *instances fpa::Base::Functors::GaussianModel< #i_real#, #o_real# >
44
45 *instances fpa::Image::Dijkstra< itk::Image< #scalar_pixels#, #process_dims# >, itk::Image< #real_types#, #process_dims# > >
46 *instances fpa::Image::RegionGrow< itk::Image< #scalar_pixels#, #process_dims# >, itk::Image< #int_types#, #process_dims# > >
47 *instances fpa::Image::RegionGrow< itk::Image< #scalar_pixels#, #process_dims# >, itk::Image< #uint_types#, #process_dims# > >
48 *instances fpa::Image::SkeletonFilter< itk::Image< #real_types#, #process_dims# > >
49
50 ** eof - $RCSfile$