]> Creatis software - FrontAlgorithms.git/blob - plugins/Plugins/fpaPlugins.i
...
[FrontAlgorithms.git] / plugins / Plugins / fpaPlugins.i
1 header #define ITK_MANUAL_INSTANTIATION
2
3 define i_real=#real_types#
4 define o_real=#real_types#
5
6 tinclude fpa/Image/Functors/SimpleNeighborhood:h|hxx
7 tinclude fpa/Image/Functors/SimpleDijkstraCost:h|hxx
8 tinclude fpa/Base/Functors/Inverse:h|hxx
9 tinclude fpa/Base/Functors/GaussianModel:h|hxx
10 tinclude fpa/Image/RegionGrow:h|hxx
11 tinclude fpa/Image/Dijkstra:h|hxx
12 tinclude fpa/Image/SkeletonFilter:h|hxx
13 tinclude fpa/Image/Functors/RegionGrowBinaryThreshold:h|hxx
14
15 cinclude itkImage.h
16 cinclude itkSimpleDataObjectDecorator.hxx
17 cinclude fpa/Base/RegionGrow.hxx
18 cinclude fpa/Base/Dijkstra.hxx
19
20 instances fpa::Image::Functors::SimpleNeighborhood< itk::Image< #scalar_pixels#, #process_dims# > >
21 instances fpa::Image::Functors::SimpleDijkstraCost< itk::Image< #scalar_pixels#, #process_dims# >, #real_types# >
22 instances fpa::Image::Functors::RegionGrowBinaryThreshold< itk::Image< #scalar_pixels#, #process_dims# > >
23
24 instances fpa::Base::Functors::Inverse< #i_real#, #o_real# >
25 instances fpa::Base::Functors::GaussianModel< #i_real#, #o_real# >
26
27 instances fpa::Image::Dijkstra< itk::Image< #scalar_pixels#, #process_dims# >, itk::Image< #real_types#, #process_dims# > >
28 instances fpa::Image::RegionGrow< itk::Image< #scalar_pixels#, #process_dims# >, itk::Image< #int_types#, #process_dims# > >
29 instances fpa::Image::RegionGrow< itk::Image< #scalar_pixels#, #process_dims# >, itk::Image< #uint_types#, #process_dims# > >
30 instances fpa::Image::SkeletonFilter< itk::Image< #real_types#, #process_dims# > >
31
32 ** eof - $RCSfile$