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