]> Creatis software - FrontAlgorithms.git/blobdiff - plugins/Plugins/fpaPlugins.i
...
[FrontAlgorithms.git] / plugins / Plugins / fpaPlugins.i
index b01b712547dad2d7917bb95e1c07026a670cdc43..34a013acdc4637879d7c3ed1b0742a262a33ab5c 100644 (file)
@@ -7,20 +7,26 @@ tinclude fpa/Image/Functors/SimpleNeighborhood:h|hxx
 tinclude fpa/Image/Functors/SimpleDijkstraCost:h|hxx
 tinclude fpa/Base/Functors/Inverse:h|hxx
 tinclude fpa/Base/Functors/GaussianModel:h|hxx
+tinclude fpa/Image/RegionGrow:h|hxx
 tinclude fpa/Image/Dijkstra:h|hxx
 tinclude fpa/Image/SkeletonFilter:h|hxx
+tinclude fpa/Image/Functors/RegionGrowBinaryThreshold:h|hxx
 
 cinclude itkImage.h
 cinclude itkSimpleDataObjectDecorator.hxx
+cinclude fpa/Base/RegionGrow.hxx
 cinclude fpa/Base/Dijkstra.hxx
 
 instances fpa::Image::Functors::SimpleNeighborhood< itk::Image< #scalar_pixels#, #process_dims# > >
 instances fpa::Image::Functors::SimpleDijkstraCost< itk::Image< #scalar_pixels#, #process_dims# >, #real_types# >
+instances fpa::Image::Functors::RegionGrowBinaryThreshold< itk::Image< #scalar_pixels#, #process_dims# > >
 
 instances fpa::Base::Functors::Inverse< #i_real#, #o_real# >
 instances fpa::Base::Functors::GaussianModel< #i_real#, #o_real# >
 
 instances fpa::Image::Dijkstra< itk::Image< #scalar_pixels#, #process_dims# >, itk::Image< #real_types#, #process_dims# > >
+instances fpa::Image::RegionGrow< itk::Image< #scalar_pixels#, #process_dims# >, itk::Image< #int_types#, #process_dims# > >
+instances fpa::Image::RegionGrow< itk::Image< #scalar_pixels#, #process_dims# >, itk::Image< #uint_types#, #process_dims# > >
 instances fpa::Image::SkeletonFilter< itk::Image< #real_types#, #process_dims# > >
 
 ** eof - $RCSfile$