Changeset 2868 in Sophya
- Timestamp:
- Jan 3, 2006, 3:20:23 PM (20 years ago)
- Location:
- trunk/SophyaLib
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/fio_dtable.cc
r2831 r2868 292 292 293 293 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 294 template class ObjFileIO<BaseDataTable>;294 template class SOPHYA::ObjFileIO<BaseDataTable>; 295 295 #endif -
trunk/SophyaLib/HiStats/hisprof.cc
r2615 r2868 396 396 397 397 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 398 template class ObjFileIO<HProf>;398 template class SOPHYA::ObjFileIO<HProf>; 399 399 #endif -
trunk/SophyaLib/HiStats/histerr.cc
r2819 r2868 268 268 269 269 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 270 template class ObjFileIO<HistoErr>;270 template class SOPHYA::ObjFileIO<HistoErr>; 271 271 #endif -
trunk/SophyaLib/HiStats/histos.cc
r2628 r2868 1 1 // 2 // $Id: histos.cc,v 1.2 0 2004-10-13 16:41:33 cmvExp $2 // $Id: histos.cc,v 1.21 2006-01-03 14:20:23 ansari Exp $ 3 3 // 4 4 … … 1532 1532 1533 1533 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 1534 template class ObjFileIO<Histo>;1534 template class SOPHYA::ObjFileIO<Histo>; 1535 1535 #endif -
trunk/SophyaLib/HiStats/histos2.cc
r2741 r2868 1694 1694 1695 1695 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 1696 template class ObjFileIO<Histo2D>;1696 template class SOPHYA::ObjFileIO<Histo2D>; 1697 1697 #endif -
trunk/SophyaLib/HiStats/ntuple.cc
r2808 r2868 807 807 808 808 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 809 template class ObjFileIO<NTuple>;809 template class SOPHYA::ObjFileIO<NTuple>; 810 810 #endif -
trunk/SophyaLib/HiStats/xntuple.cc
r2808 r2868 1022 1022 1023 1023 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 1024 template class ObjFileIO<XNTuple>;1024 template class SOPHYA::ObjFileIO<XNTuple>; 1025 1025 #endif 1026 1026 -
trunk/SophyaLib/TArray/fioarr.cc
r2615 r2868 231 231 232 232 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 233 namespace SOPHYA { 233 234 // Instances des delegues FileIO (PPersist) 234 235 // template class FIO_TArray<uint_1>; … … 243 244 template class FIO_TArray< complex<r_4> >; 244 245 template class FIO_TArray< complex<r_8> >; 246 } 245 247 #endif -
trunk/SophyaLib/TArray/matharr.cc
r2615 r2868 486 486 487 487 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 488 namespace SOPHYA { 488 489 template class MathArray<r_4>; 489 490 template class MathArray<r_8>; 490 491 template class ComplexMathArray<r_4>; 491 492 template class ComplexMathArray<r_8>; 493 } 492 494 #endif -
trunk/SophyaLib/TArray/sopemtx.cc
r2615 r2868 827 827 828 828 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 829 namespace SOPHYA { 829 830 // Instances gestion lignes/colonnes 830 831 template class TMatrixRC<int_4>; … … 842 843 template class LinFitter< complex<r_4> >; 843 844 template class LinFitter< complex<r_8> >; 845 } 844 846 #endif 845 847 -
trunk/SophyaLib/TArray/tarray.cc
r2788 r2868 1419 1419 1420 1420 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 1421 namespace SOPHYA { 1421 1422 /* 1422 1423 template class TArray<uint_1>; … … 1432 1433 template class TArray< complex<r_4> >; 1433 1434 template class TArray< complex<r_8> >; 1435 } 1434 1436 #endif 1435 1437 -
trunk/SophyaLib/TArray/tmatrix.cc
r2788 r2868 1 // $Id: tmatrix.cc,v 1.3 2 2005-05-30 16:53:23ansari Exp $1 // $Id: tmatrix.cc,v 1.33 2006-01-03 14:17:46 ansari Exp $ 2 2 // C.Magneville 04/99 3 3 #include "sopnamsp.h" … … 671 671 672 672 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 673 namespace SOPHYA { 673 674 template class TMatrix<uint_2>; 674 675 template class TMatrix<uint_8>; … … 679 680 template class TMatrix< complex<r_4> >; 680 681 template class TMatrix< complex<r_8> >; 682 } 681 683 #endif -
trunk/SophyaLib/TArray/tvector.cc
r2752 r2868 1 // $Id: tvector.cc,v 1. 19 2005-05-23 16:18:17ansari Exp $1 // $Id: tvector.cc,v 1.20 2006-01-03 14:17:46 ansari Exp $ 2 2 // C.Magneville 04/99 3 3 #include "sopnamsp.h" … … 255 255 256 256 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 257 namespace SOPHYA { 257 258 template class TVector<uint_2>; 258 259 template class TVector<uint_8>; … … 263 264 template class TVector< complex<r_4> >; 264 265 template class TVector< complex<r_8> >; 266 } 265 267 #endif 266 268 -
trunk/SophyaLib/TArray/tvector.h
r2752 r2868 14 14 // Creation / destruction 15 15 TVector(); 16 TVector(sa_size_t n, short lcv= AutoVectorType, short mm=AutoMemoryMapping, bool fzero=true);16 TVector(sa_size_t n, short lcv=BaseArray::AutoVectorType, short mm=BaseArray::AutoMemoryMapping, bool fzero=true); 17 17 TVector(const TVector<T>& v); 18 18 TVector(const TVector<T>& v, bool share); 19 TVector(const TArray<T>& a, bool share=true, short lcv= AutoVectorType);19 TVector(const TArray<T>& a, bool share=true, short lcv=BaseArray::AutoVectorType); 20 20 TVector(const BaseArray& a); 21 TVector(const vector<T>& v, short lcv= AutoVectorType);21 TVector(const vector<T>& v, short lcv=BaseArray::AutoVectorType); 22 22 23 23 virtual ~TVector(); … … 39 39 40 40 // Gestion taille/Remplissage 41 void ReSize(sa_size_t n, short lcv= SameVectorType, bool fzero=true);41 void ReSize(sa_size_t n, short lcv=BaseArray::SameVectorType, bool fzero=true); 42 42 //! a synonym (alias) for method ReSize(sa_size_t, short) 43 inline void SetSize(sa_size_t n, short lcv= SameVectorType, bool fzero=true)43 inline void SetSize(sa_size_t n, short lcv=BaseArray::SameVectorType, bool fzero=true) 44 44 { ReSize(n, lcv, fzero); } 45 void Realloc(sa_size_t n, short lcv= SameVectorType, bool force=false);45 void Realloc(sa_size_t n, short lcv=BaseArray::SameVectorType, bool force=false); 46 46 47 47 // Remplissage from/to a STL vector
Note:
See TracChangeset
for help on using the changeset viewer.