X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInstances%2FBaseObjects.i;fp=lib%2FInstances%2FBaseObjects.i;h=09a0f160e6e593cebb6dc33da87c014fa049020f;hb=28e0611aecbf78647fb8062d0524f60e56bef26c;hp=45758d7298343500b30df02f1d7325af1fdf6e6a;hpb=085b597d7b56e9776396d3a6639e3a9de7647d90;p=cpPlugins.git diff --git a/lib/Instances/BaseObjects.i b/lib/Instances/BaseObjects.i index 45758d7..09a0f16 100644 --- a/lib/Instances/BaseObjects.i +++ b/lib/Instances/BaseObjects.i @@ -1,11 +1,11 @@ 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 }; +* 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 @@ -19,13 +19,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# >