]> Creatis software - cpPlugins.git/blob - lib/cpInstances/BaseObjects.i
7827c23222a899e19735657bc1dea9fed9b95220
[cpPlugins.git] / lib / cpInstances / BaseObjects.i
1 header #define ITK_MANUAL_INSTANTIATION
2
3 define arrays=Array2D;Array;#color_pixels#
4 define fixed_dims=1;2;3;4;6;8;10
5
6 tinclude itk#arrays#:h|hxx
7 tinclude itkFixedArray:h|hxx
8 tinclude itk#diff_tensors#:h|hxx
9 tinclude itk#vectors#:h|hxx
10 tinclude itk#matrices#:h|hxx
11 tinclude itkSymmetricEigenAnalysis:h|hxx
12 tinclude itkSimpleDataObjectDecorator:h|hxx
13 tinclude itkVariableLengthVector:h|hxx
14
15 cinclude string
16
17 instances itk::SimpleDataObjectDecorator< #scalar_pixels# >
18 instances itk::SimpleDataObjectDecorator< std::string >
19 instances itk::VariableLengthVector< #scalar_pixels# >
20
21 instances itk::#arrays#< #scalar_pixels# >
22 instances itk::FixedArray< #scalar_pixels#, #fixed_dims# >
23 instances itk::#diff_tensors#< #real_types# >
24 instances itk::#vectors#< #real_types#, #process_dims# >
25 instances itk::#matrices#< #real_types#, #process_dims#, #process_dims# >
26
27 instances itk::SymmetricEigenAnalysis< itk::Matrix< #real_types#, #process_dims#, #process_dims# >, itk::FixedArray< #real_types#, #process_dims# >, itk::Matrix< #real_types#, #process_dims#, #process_dims# > >
28
29 define my_vectors=FixedArray;Vector;Point
30
31 minstances #_export_# std::ostream& itk::operator<< < #real_types#, #process_dims# >( std::ostream& a, itk::#my_vectors#< #real_types#, #process_dims# > const& b )
32
33 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 )
34
35 minstances void #_export_# itk::VariableLengthVector< #real_types# >::SetSize<itk::VariableLengthVector< #real_types# >::ShrinkToFit, itk::VariableLengthVector< #real_types# >::KeepOldValues>(unsigned int, itk::VariableLengthVector< #real_types# >::ShrinkToFit, itk::VariableLengthVector< #real_types# >::KeepOldValues)
36
37 ** eof - $RCSfile$