Changeset 2343 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Mar 10, 2003, 4:11:18 PM (23 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomimagadapter.cc
r2335 r2343 97 97 98 98 #ifndef SANS_EVOLPLANCK 99 #if defined(__SGICC__) 100 template <> 101 #endif 99 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 102 100 void NOMAdapter_Image< uint_2 >::SaveFits(string const & flnm) 103 101 { … … 106 104 } 107 105 108 #if defined(__SGICC__) 109 template <> 110 #endif 106 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 111 107 void NOMAdapter_Image< uint_2 >::ReadFits(string const & flnm) 112 108 { -
trunk/SophyaPI/PIext/nomskymapadapter.cc
r2335 r2343 35 35 36 36 /* --Methode-- */ 37 #if defined(__SGICC__) 38 template <> 39 #endif 37 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 40 38 double LocalMapArrAdapter< complex<float> >::Value(int ix, int iy) 41 39 { … … 46 44 } 47 45 /* --Methode-- */ 48 #if defined(__SGICC__) 49 template <> 50 #endif 46 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 51 47 double LocalMapArrAdapter< complex<double> >::Value(int ix, int iy) 52 48 { … … 162 158 163 159 // ---- Specialisation pour complexes ----- 164 #if defined(__SGICC__) 165 template <> 166 #endif 160 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 167 161 void NOMAdapter_PixelMap< complex<r_4> >::ReadFits(string const & flnm) 168 162 { … … 170 164 << " Not supported (complex data type)" << endl; 171 165 } 172 #if defined(__SGICC__) 173 template <> 174 #endif 166 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 175 167 void NOMAdapter_PixelMap< complex<r_4> >::SaveFits(string const & flnm) 176 168 { … … 178 170 << " Not supported (complex data type)" << endl; 179 171 } 180 #if defined(__SGICC__) 181 template <> 182 #endif 172 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 183 173 void NOMAdapter_PixelMap< complex<r_8> >::ReadFits(string const & flnm) 184 174 { … … 186 176 << " Not supported (complex data type)" << endl; 187 177 } 188 #if defined(__SGICC__) 189 template <> 190 #endif 178 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 191 179 void NOMAdapter_PixelMap< complex<r_8> >::SaveFits(string const & flnm) 192 180 { … … 386 374 } 387 375 388 #if defined(__SGICC__) 389 template <> 390 #endif 376 377 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 391 378 r_8* NTupInt_PixelMap< complex<float> >::GetLineD(int n) const 392 379 { … … 406 393 } 407 394 408 #if defined(__SGICC__) 409 template <> 410 #endif 395 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 411 396 r_8* NTupInt_PixelMap< complex<double> >::GetLineD(int n) const 412 397 { -
trunk/SophyaPI/PIext/nomtarradapter.cc
r2335 r2343 82 82 83 83 // ---- Specialisation pour complexes ----- 84 #if defined(__SGICC__) 85 template <> 86 #endif 84 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 87 85 void NOMAdapter_TArray< complex<r_4> >::ReadFits(string const & flnm) 88 86 { … … 90 88 << " Not supported (complex data type)" << endl; 91 89 } 92 #if defined(__SGICC__) 93 template <> 94 #endif 90 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 95 91 void NOMAdapter_TArray< complex<r_4> >::SaveFits(string const & flnm) 96 92 { … … 99 95 } 100 96 101 #if defined(__SGICC__) 102 template <> 103 #endif 97 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 104 98 void NOMAdapter_TArray< complex<r_8> >::ReadFits(string const & flnm) 105 99 { … … 107 101 << " Not supported (complex data type)" << endl; 108 102 } 109 #if defined(__SGICC__) 110 template <> 111 #endif 103 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 112 104 void NOMAdapter_TArray< complex<r_8> >::SaveFits(string const & flnm) 113 105 { … … 233 225 234 226 /* --Methode-- */ 235 #if defined(__SGICC__) 236 template <> 237 #endif 227 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 238 228 r_8* NTupInt_TArray< complex<r_4> >::GetLineD(int n) const 239 229 { … … 255 245 } 256 246 257 #if defined(__SGICC__) 258 template <> 259 #endif 247 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 260 248 r_8* NTupInt_TArray< complex<r_8> >::GetLineD(int n) const 261 249 { -
trunk/SophyaPI/PIext/nomtmatvecadapter.cc
r2335 r2343 87 87 } 88 88 // ---- Specialisation pour complexes ----- 89 #if defined(__SGICC__) 90 template <> 91 #endif 89 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 92 90 void NOMAdapter_TMatrix< complex<r_4> >::ReadFits(string const & flnm) 93 91 { … … 95 93 << " Not supported (complex data type)" << endl; 96 94 } 97 #if defined(__SGICC__) 98 template <> 99 #endif 95 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 100 96 void NOMAdapter_TMatrix< complex<r_4> >::SaveFits(string const & flnm) 101 97 { … … 104 100 } 105 101 106 #if defined(__SGICC__) 107 template <> 108 #endif 102 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 109 103 void NOMAdapter_TMatrix< complex<r_8> >::ReadFits(string const & flnm) 110 104 { … … 112 106 << " Not supported (complex data type)" << endl; 113 107 } 114 #if defined(__SGICC__) 115 template <> 116 #endif 108 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 117 109 void NOMAdapter_TMatrix< complex<r_8> >::SaveFits(string const & flnm) 118 110 { … … 255 247 256 248 // ---- Specialisation pour complexes ----- 257 #if defined(__SGICC__) 258 template <> 259 #endif 249 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 260 250 GeneralFitData* NOMAdapter_TMatrix< complex<r_4> >::GetGeneralFitData(bool& adel 261 251 ,GeneralFitData::FitErrType errtype,double errscale,double errmin … … 265 255 } 266 256 267 #if defined(__SGICC__) 268 template <> 269 #endif 257 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 270 258 AnyDataObj* NOMAdapter_TMatrix< complex<r_4> >::FitResidusObj(GeneralFit& mfit) 271 259 { … … 273 261 } 274 262 275 #if defined(__SGICC__) 276 template <> 277 #endif 263 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 278 264 AnyDataObj* NOMAdapter_TMatrix< complex<r_4> >::FitFunctionObj(GeneralFit& mfit) 279 265 { … … 281 267 } 282 268 283 #if defined(__SGICC__) 284 template <> 285 #endif 269 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 286 270 GeneralFitData* NOMAdapter_TMatrix< complex<r_8> >::GetGeneralFitData(bool& adel 287 271 ,GeneralFitData::FitErrType errtype,double errscale,double errmin … … 291 275 } 292 276 293 #if defined(__SGICC__) 294 template <> 295 #endif 277 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 296 278 AnyDataObj* NOMAdapter_TMatrix< complex<r_8> >::FitResidusObj(GeneralFit& mfit) 297 279 { … … 299 281 } 300 282 301 #if defined(__SGICC__) 302 template <> 303 #endif 283 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 304 284 AnyDataObj* NOMAdapter_TMatrix< complex<r_8> >::FitFunctionObj(GeneralFit& mfit) 305 285 { … … 371 351 372 352 /* --Methode-- */ 373 #if defined(__SGICC__) 374 template <> 375 #endif 353 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 376 354 r_8* NTupInt_TMatrix< complex<r_4> >::GetLineD(int n) const 377 355 { … … 391 369 } 392 370 393 #if defined(__SGICC__) 394 template <> 395 #endif 371 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 396 372 r_8* NTupInt_TMatrix< complex<r_8> >::GetLineD(int n) const 397 373 { -
trunk/SophyaPI/PIext/pitvmaad.cc
r2335 r2343 29 29 30 30 /* --Methode-- */ 31 #if defined(__SGICC__) 32 template <> 33 #endif 31 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 34 32 double POTVectorAdapter< complex<float> >::Value(int i) 35 33 { … … 41 39 42 40 /* --Methode-- */ 43 #if defined(__SGICC__) 44 template <> 45 #endif 41 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 46 42 double POTVectorAdapter< complex<double> >::Value(int i) 47 43 { … … 74 70 75 71 /* --Methode-- */ 76 #if defined(__SGICC__) 77 template <> 78 #endif 72 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 79 73 double POTMatrixAdapter< complex<float> >::Value(int ix, int iy) 80 74 { … … 86 80 87 81 /* --Methode-- */ 88 #if defined(__SGICC__) 89 template <> 90 #endif 82 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 91 83 double POTMatrixAdapter< complex<double> >::Value(int ix, int iy) 92 84 {
Note:
See TracChangeset
for help on using the changeset viewer.