]> Creatis software - FrontAlgorithms.git/blob - lib/fpaInstances/ImageFunctors.i
e410091c7b323e72dde8d6ebb43e090d2776a23e
[FrontAlgorithms.git] / lib / fpaInstances / ImageFunctors.i
1 header #define ITK_MANUAL_INSTANTIATION
2
3 define all_int_types=#int_types#;#uint_types#
4 define i_scalar_types=#scalar_types#
5 define o_scalar_types=#scalar_types#
6
7 tinclude fpa/Image/Functors/VertexCost:h|hxx
8 tinclude fpa/Image/Functors/SimpleNeighborhood:h|hxx
9 tinclude fpa/Image/Functors/RegionGrow/BinaryThreshold:h|hxx
10 cinclude itkImage.h
11
12 instances fpa::Image::Functors::VertexCost< itk::Image< #i_scalar_types#, #pdims# >, #o_scalar_types# >
13 instances fpa::Image::Functors::SimpleNeighborhood< #pdims# >
14 instances fpa::Image::Functors::RegionGrow::BinaryThreshold< itk::Image< #scalar_types#, #pdims# >, #all_int_types# >
15
16 ** eof - $RCSfile$