]> Creatis software - cpPlugins.git/blob - lib/Instances/BaseObjects.i
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/cpPlugins
[cpPlugins.git] / lib / Instances / BaseObjects.i
1 header #define ITK_MANUAL_INSTANTIATION
2 * header #include <vnl/vnl_complex_traits.h>
3 * header VCL_DEFINE_SPECIALIZATION struct vnl_complex_traits< bool >
4 * header {
5 * header   enum { isreal = true };
6 * header   static bool conjugate( bool x ) { return( x ); }
7 * header   static std::complex< bool > complexify( bool x ) { return( std::complex< bool >( x, false ) ); }
8 * header };
9
10 define other_dims=6;8;10
11
12 tinclude itkArray2D:h|hxx
13 tinclude itkArray:h|hxx
14 tinclude itkFixedArray:h|hxx
15 tinclude itk#color_pixels#:h|hxx
16 tinclude itk#vectors#:h|hxx
17 tinclude itk#matrices#:h|hxx
18 tinclude itk#diff_tensors#:h|hxx
19 tinclude itkSymmetricEigenAnalysis:h|hxx
20 tinclude itkSimpleDataObjectDecorator:h|hxx
21 tinclude itkVariableLengthVector:h|hxx
22
23 * tinclude vnl/vnl_vector:h|hxx
24 * tinclude vnl/vnl_matrix:h|hxx
25 * cinclude vnl/vnl_c_vector.hxx
26 * instances vnl_vector< bool >
27 * instances vnl_matrix< bool >
28
29 instances itk::Array2D< #scalar_pixels# >
30 instances itk::Array< #scalar_pixels# >
31 instances itk::FixedArray< #scalar_pixels#, #process_dims# >
32 instances itk::FixedArray< #scalar_pixels#, #other_dims# >
33 instances itk::#color_pixels#< #scalar_pixels# >
34 instances itk::#vectors#< #real_types#, #process_dims# >
35 instances itk::#diff_tensors#< #real_types# >
36 instances itk::#matrices#< #real_types#, #process_dims#, #process_dims# >
37 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# > >
38
39 instances itk::SimpleDataObjectDecorator< #scalar_pixels# >
40 instances itk::VariableLengthVector< #scalar_pixels# >
41
42 define my_vectors=FixedArray;Vector;Point
43
44 minstances #_export_# std::ostream& itk::operator<< < #real_types#, #process_dims# >( std::ostream& a, itk::#my_vectors#< #real_types#, #process_dims# > const& b )
45 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 )
46
47 ** eof - $RCSfile$