Changeset 725 in Sophya


Ignore:
Timestamp:
Feb 21, 2000, 5:34:32 PM (26 years ago)
Author:
ansari
Message:

complete en-tete du fichier de persistance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/spheregorski.cc

    r724 r725  
    236236//--
    237237{
    238 //  InitNul();  - Non , le destructeur ne doit pas mettre les pixels a zero !
    239 //              Reza 20/11/99
    240238}
    241239
     
    12141212    }
    12151213
     1214// On lit les 3 premiers uint_8
     1215uint_8 itab[3];
     1216is.Get(itab, 3);
    12161217// Let's Read the SphereCoordSys object  -- ATTENTIOn - $CHECK$
    12171218  FIO_SphereCoordSys fio_scs( dobj->GetCoordSys());
     
    12531254    }
    12541255
     1256//  On ecrit 3 uint_8
     1257//  0 : Numero de version,  1 : Size index,  2  reserve a l
     1258uint_8 itab[3];
     1259itab[0] = 1;
     1260itab[1] = dobj->SizeIndex();
     1261itab[2] = 0;
     1262os.Put(itab, 3);
    12551263// Let's write the SphereCoordSys object
    12561264  FIO_SphereCoordSys fio_scs( dobj->GetCoordSys());
Note: See TracChangeset for help on using the changeset viewer.