X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInstances%2FBaseObjects.i;fp=lib%2FInstances%2FBaseObjects.i;h=09a0f160e6e593cebb6dc33da87c014fa049020f;hb=28e0611aecbf78647fb8062d0524f60e56bef26c;hp=b632a6cb87899667a464f82eeb89156de51cb0d8;hpb=cd0404b717776e7302a18dacd079b2f1b7ea0019;p=cpPlugins.git diff --git a/lib/Instances/BaseObjects.i b/lib/Instances/BaseObjects.i index b632a6c..09a0f16 100644 --- a/lib/Instances/BaseObjects.i +++ b/lib/Instances/BaseObjects.i @@ -7,6 +7,8 @@ header #define ITK_MANUAL_INSTANTIATION * header static std::complex< bool > complexify( bool x ) { return( std::complex< bool >( x, false ) ); } * header }; +define other_dims=6;8;10 + tinclude itkArray2D:h|hxx tinclude itkArray:h|hxx tinclude itkFixedArray:h|hxx @@ -27,7 +29,7 @@ tinclude itkVariableLengthVector:h|hxx instances itk::Array2D< #scalar_pixels# > instances itk::Array< #scalar_pixels# > instances itk::FixedArray< #scalar_pixels#, #process_dims# > -instances itk::FixedArray< #scalar_pixels#, 8 > +instances itk::FixedArray< #scalar_pixels#, #other_dims# > instances itk::#color_pixels#< #scalar_pixels# > instances itk::#vectors#< #real_types#, #process_dims# > instances itk::#diff_tensors#< #real_types# > @@ -40,5 +42,6 @@ instances itk::VariableLengthVector< #scalar_pixels# > define my_vectors=FixedArray;Vector;Point minstances #_export_# std::ostream& itk::operator<< < #real_types#, #process_dims# >( std::ostream& a, itk::#my_vectors#< #real_types#, #process_dims# > const& b ) +minstances void #_export_# itk::VariableLengthVector< #real_types# >::SetSize< itk::VariableLengthVector< #real_types# >::AlwaysReallocate, itk::VariableLengthVector< #real_types# >::KeepOldValues >( unsigned int, itk::VariableLengthVector< #real_types# >::AlwaysReallocate, itk::VariableLengthVector< #real_types# >::KeepOldValues ) ** eof - $RCSfile$