]> Creatis software - cpPlugins.git/blob - lib/Instances/BaseObjects.i
...
[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 tinclude itkArray2D:h|hxx
11 tinclude itkArray:h|hxx
12 tinclude itkFixedArray:h|hxx
13 tinclude itk#color_pixels#:h|hxx
14 tinclude itk#vectors#:h|hxx
15 tinclude itk#matrices#:h|hxx
16 tinclude itk#diff_tensors#:h|hxx
17 tinclude itkSymmetricEigenAnalysis:h|hxx
18 tinclude itkSimpleDataObjectDecorator:h|hxx
19 tinclude itkVariableLengthVector:h|hxx
20 tinclude vnl/vnl_vector:h|hxx
21 tinclude vnl/vnl_matrix:h|hxx
22
23 cinclude vnl/vnl_c_vector.hxx
24
25 instances vnl_vector< bool >
26 instances vnl_matrix< bool >
27 instances itk::Array2D< #scalar_pixels# >
28 instances itk::Array< #scalar_pixels# >
29 instances itk::FixedArray< #scalar_pixels#, #process_dims# >
30 instances itk::FixedArray< #scalar_pixels#, 8 >
31 instances itk::#color_pixels#< #scalar_pixels# >
32 instances itk::#vectors#< #real_types#, #process_dims# >
33 instances itk::#diff_tensors#< #real_types# >
34 instances itk::#matrices#< #real_types#, #process_dims#, #process_dims# >
35 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# > >
36
37 instances itk::SimpleDataObjectDecorator< #scalar_pixels# >
38 instances itk::VariableLengthVector< #scalar_pixels# >
39
40 define my_vectors=FixedArray;Vector;Point
41
42 minstances #_export_# std::ostream& itk::operator<< < #real_types#, #process_dims# >( std::ostream& a, itk::#my_vectors#< #real_types#, #process_dims# > const& b )
43
44 ** eof - $RCSfile$