From 560b80db4e0253bef4a1b7ff3afb63fd04591551 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leonardo=20Fl=C3=B3rez-Valencia?= Date: Thu, 3 Nov 2016 21:28:05 -0500 Subject: [PATCH] ... --- lib/Instances/BaseObjects.i | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lib/Instances/BaseObjects.i b/lib/Instances/BaseObjects.i index 09a0f16..9525c8b 100644 --- a/lib/Instances/BaseObjects.i +++ b/lib/Instances/BaseObjects.i @@ -1,11 +1,4 @@ header #define ITK_MANUAL_INSTANTIATION -* header #include -* 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 }; define other_dims=6;8;10 @@ -20,12 +13,6 @@ 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 -* 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# > -- 2.45.0