]> Creatis software - cpPlugins.git/blobdiff - lib/Instances/BaseObjects.i
...
[cpPlugins.git] / lib / Instances / BaseObjects.i
index 704af337161b628322ccd3ae5517331e2a1b8d4b..b632a6cb87899667a464f82eeb89156de51cb0d8 100644 (file)
@@ -1,11 +1,11 @@
 header #define ITK_MANUAL_INSTANTIATION
-header #include <vnl/vnl_complex_traits.h>
-header VCL_DEFINE_SPECIALIZATION struct vnl_complex_traits< bool >
-header {
-header   enum { isreal = true };
-header   static bool conjugate( bool x ) { return( x ); }
-header   static std::complex< bool > complexify( bool x ) { return( std::complex< bool >( x, false ) ); }
-header };
+header #include <vnl/vnl_complex_traits.h>
+header VCL_DEFINE_SPECIALIZATION struct vnl_complex_traits< bool >
+header {
+header   enum { isreal = true };
+header   static bool conjugate( bool x ) { return( x ); }
+header   static std::complex< bool > complexify( bool x ) { return( std::complex< bool >( x, false ) ); }
+header };
 
 tinclude itkArray2D:h|hxx
 tinclude itkArray:h|hxx
@@ -17,13 +17,13 @@ tinclude itk#diff_tensors#:h|hxx
 tinclude itkSymmetricEigenAnalysis:h|hxx
 tinclude itkSimpleDataObjectDecorator:h|hxx
 tinclude itkVariableLengthVector:h|hxx
-tinclude vnl/vnl_vector:h|hxx
-tinclude vnl/vnl_matrix:h|hxx
 
-cinclude vnl/vnl_c_vector.hxx
+* tinclude vnl/vnl_vector:h|hxx
+* tinclude vnl/vnl_matrix:h|hxx
+* cinclude vnl/vnl_c_vector.hxx
+* instances vnl_vector< bool >
+* instances vnl_matrix< bool >
 
-instances vnl_vector< bool >
-instances vnl_matrix< bool >
 instances itk::Array2D< #scalar_pixels# >
 instances itk::Array< #scalar_pixels# >
 instances itk::FixedArray< #scalar_pixels#, #process_dims# >