Changeset 298 in Sophya
- Timestamp:
- May 16, 1999, 3:47:49 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/timg.cc
r274 r298 35 35 // On sauve l'image ds img.ppf (fichier format PPersist) 36 36 img.Write("img.ppf"); 37 38 37 39 38 // On rajoute du bruit a l'image (Gaussienne de sigma=3) … … 99 98 cout << (NDataBlock< complex<double> >)(fzb2) ; 100 99 100 cout << "\n -------> Test de typeinfo : " << endl; 101 string st; 102 ImageR4 ir; 103 ImageU2* irp; 104 105 st = typeid(NDataBlock<r_8>).name(); 106 cout << "typeid(NDataBlock<r_8>).name() = " << st << endl; 107 st = typeid(ir).name(); 108 cout << "typeid(ir).name() - " << st << endl; 109 st = typeid(irp).name(); 110 cout << "typeid(irp).name() - " << st << endl; 101 111 cout << "\n ========= Fin de timg.cc ======== " << endl; 102 112 exit(0);
Note:
See TracChangeset
for help on using the changeset viewer.