]> 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/MoriRegionGrow:h|hxx
10 instances fpa::Image::RegionGrow< itk::Image< #scalar_types#, #pdims# >, itk::Image< #all_int_types#, #pdims# > >
11 instances fpa::Image::MoriRegionGrow< itk::Image< #scalar_types#, #pdims# >, itk::Image< #all_int_types#, #pdims# > >
12
13 cinclude fpa/Base/Dijkstra.hxx
14 tinclude fpa/Image/Dijkstra:h|hxx
15 instances fpa::Image::Dijkstra< itk::Image< #scalar_types#, #pdims# >, itk::Image< #real_types#, #pdims# > >
16
17 tinclude fpa/Image/SkeletonFilter:h|hxx
18 instances fpa::Image::SkeletonFilter< itk::Image< #real_types#, #pdims# > >
19
20
21
22 *define i_real=#real_types#
23 *define o_real=#real_types#
24
25 *tinclude fpa/Image/Functors/SimpleDijkstraCost:h|hxx
26 *tinclude fpa/Base/Functors/Inverse:h|hxx
27 *tinclude fpa/Base/Functors/GaussianModel:h|hxx
28 *tinclude fpa/Image/Dijkstra:h|hxx
29 *tinclude fpa/Image/SkeletonFilter:h|hxx
30 *tinclude fpa/Image/Functors/RegionGrowBinaryThreshold:h|hxx
31
32 *cinclude itkImage.h
33 *cinclude itkSimpleDataObjectDecorator.hxx
34 *cinclude fpa/Base/Dijkstra.hxx
35
36 *instances fpa::Image::Functors::SimpleNeighborhood< itk::Image< #scalar_pixels#, #process_dims# > >
37 *instances fpa::Image::Functors::SimpleDijkstraCost< itk::Image< #scalar_pixels#, #process_dims# >, #real_types# >
38 *instances fpa::Image::Functors::RegionGrowBinaryThreshold< itk::Image< #scalar_pixels#, #process_dims# > >
39
40 *instances fpa::Base::Functors::Inverse< #i_real#, #o_real# >
41 *instances fpa::Base::Functors::GaussianModel< #i_real#, #o_real# >
42
43 *instances fpa::Image::Dijkstra< itk::Image< #scalar_pixels#, #process_dims# >, itk::Image< #real_types#, #process_dims# > >
44 *instances fpa::Image::RegionGrow< itk::Image< #scalar_pixels#, #process_dims# >, itk::Image< #int_types#, #process_dims# > >
45 *instances fpa::Image::RegionGrow< itk::Image< #scalar_pixels#, #process_dims# >, itk::Image< #uint_types#, #process_dims# > >
46 *instances fpa::Image::SkeletonFilter< itk::Image< #real_types#, #process_dims# > >
47
48 ** eof - $RCSfile$