X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInstances%2FBaseObjects.i;h=89533e7a5e665fb43f631ef28a4c52f5dfad92fd;hb=b96732896f4c247203f79dbb22e770873b0eedb8;hp=8575d6662c1111e8ed0775fd692a391360568fa4;hpb=514419c89876aa75880cabee60c14f7582b1d33c;p=cpPlugins.git diff --git a/lib/Instances/BaseObjects.i b/lib/Instances/BaseObjects.i index 8575d66..89533e7 100644 --- a/lib/Instances/BaseObjects.i +++ b/lib/Instances/BaseObjects.i @@ -1,7 +1,7 @@ header #define ITK_MANUAL_INSTANTIATION define arrays=Array2D;Array;#color_pixels# -define fixed_dims=#process_dims#;8 +define fixed_dims=#visual_dims#;4;6;8 tinclude itk#arrays#:h|hxx tinclude itkFixedArray:h|hxx @@ -27,6 +27,8 @@ 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 ) +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 ) + +minstances void #_export_# itk::VariableLengthVector< #real_types# >::SetSize::ShrinkToFit, itk::VariableLengthVector< #real_types# >::KeepOldValues>(unsigned int, itk::VariableLengthVector< #real_types# >::ShrinkToFit, itk::VariableLengthVector< #real_types# >::KeepOldValues) ** eof - $RCSfile$