Changeset 896 in Sophya for trunk/SophyaLib/NTools/dynccd.h


Ignore:
Timestamp:
Apr 12, 2000, 7:50:34 PM (25 years ago)
Author:
ansari
Message:

Documentation- namespace, utils.cc mis ds SysTools - Reza 12/4/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/dynccd.h

    r244 r896  
    88#include "ppersist.h"
    99
     10namespace SOPHYA {
     11
    1012enum {kConstantNoise = 0, kPhotonNoise, kSigFondNoise, kSqrtADUNoise};
    1113
    12 class DynCCD EXC_AWARE
     14class DynCCD
    1315{
    1416  public :
     
    3032  float Noise(float pixel) const;
    3133};
     34
     35} // Fin du namespace
    3236
    3337// Quelques fonctions pour manipuler des images de bruit
     
    6367//STRUCTPERSISTIO(DynCCD, TypNoise, sizeof(int_4)+6*sizeof(float))
    6468
     69
    6570#endif
Note: See TracChangeset for help on using the changeset viewer.