]> Creatis software - cpPlugins.git/blob - lib/Instances/BaseObjects.i
89533e7a5e665fb43f631ef28a4c52f5dfad92fd
[cpPlugins.git] / lib / Instances / BaseObjects.i
1 header #define ITK_MANUAL_INSTANTIATION
2
3 define arrays=Array2D;Array;#color_pixels#
4 define fixed_dims=#visual_dims#;4;6;8
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 instances itk::SimpleDataObjectDecorator< #scalar_pixels# >
16 instances itk::VariableLengthVector< #scalar_pixels# >
17
18 instances itk::#arrays#< #scalar_pixels# >
19 instances itk::FixedArray< #scalar_pixels#, #fixed_dims# >
20 instances itk::#diff_tensors#< #real_types# >
21 instances itk::#vectors#< #real_types#, #process_dims# >
22 instances itk::#matrices#< #real_types#, #process_dims#, #process_dims# >
23
24 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# > >
25
26 define my_vectors=FixedArray;Vector;Point
27
28 minstances #_export_# std::ostream& itk::operator<< < #real_types#, #process_dims# >( std::ostream& a, itk::#my_vectors#< #real_types#, #process_dims# > const& b )
29
30 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 )
31
32 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)
33
34 ** eof - $RCSfile$