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