X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInstances%2FImageNeighborhoodIterators.i;h=4749004bf3068a624c98536211b2a71190f0462d;hb=6bb9f03efacd4a16feea0b43acf0d818abac7969;hp=a2e692c27529d7e0910c76af457567fa3e1fd2b4;hpb=1f38b7be288143c8983aacf337e539b082f1f463;p=cpPlugins.git diff --git a/lib/Instances/ImageNeighborhoodIterators.i b/lib/Instances/ImageNeighborhoodIterators.i index a2e692c..4749004 100644 --- a/lib/Instances/ImageNeighborhoodIterators.i +++ b/lib/Instances/ImageNeighborhoodIterators.i @@ -16,6 +16,7 @@ cinclude itk#diff_tensors#.h cinclude itk#matrices#.h instances itk::Neighborhood< #scalar_pixels#, #process_dims#, itk::NeighborhoodAllocator< #scalar_pixels# > > +instances itk::Neighborhood< #scalar_pixels#*, #process_dims#, itk::NeighborhoodAllocator< #scalar_pixels#* > > instances itk::Neighborhood< std::complex< #real_types# >, #process_dims#, itk::NeighborhoodAllocator< std::complex< #real_types# > > > instances itk::Neighborhood< itk::#color_pixels#< #scalar_pixels# >, #process_dims#, itk::NeighborhoodAllocator< itk::#color_pixels#< #scalar_pixels# > > > instances itk::Neighborhood< itk::#vectors#< #real_types#, #process_dims# >, #process_dims#, itk::NeighborhoodAllocator< itk::#vectors#< #real_types#, #process_dims# > > >