]> Creatis software - FrontAlgorithms.git/blob - plugins/Plugins/fpaPlugins.i
57709d3b6d5d48585673b4530a48ba3ce94a6450
[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/Dijkstra:h|hxx
11 tinclude fpa/Image/SkeletonFilter:h|hxx
12
13 cinclude itkImage.h
14 cinclude itkSimpleDataObjectDecorator.hxx
15 cinclude fpa/Base/Dijkstra.hxx
16
17 instances fpa::Image::Functors::SimpleNeighborhood< itk::Image< #scalar_pixels#, #process_dims# > >
18 instances fpa::Image::Functors::SimpleDijkstraCost< itk::Image< #scalar_pixels#, #process_dims# >, #real_types# >
19
20 instances fpa::Base::Functors::Inverse< #i_real#, #o_real# >
21 instances fpa::Base::Functors::GaussianModel< #i_real#, #o_real# >
22
23 instances fpa::Image::Dijkstra< itk::Image< #scalar_pixels#, #process_dims# >, itk::Image< #real_types#, #process_dims# > >
24 instances fpa::Image::SkeletonFilter< itk::Image< #i_real#, #process_dims# >, itk::Image< #o_real#, #process_dims# > >
25
26 ** eof - $RCSfile$