Changeset 727 in Sophya for trunk/SophyaLib/Samba/pixelmap.h


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

nouvelle gestion thetaslices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/pixelmap.h

    r682 r727  
    6969virtual double PixSolAngle(int_4 k) const =0;
    7070
     71/*! Setting blockdata to temporary (see ndatablock documentation) */
     72virtual void SetTemp(bool temp=false) const =0;
     73
     74
    7175/*! Overloading of () to access pixel number k. */
    7276inline T& operator()(int_4 k) {return(PixVal(k));}
     
    8791virtual T SetPixels(T v);
    8892inline T operator = (T v) { return(SetPixels(v)); }
     93
     94
    8995                     
    9096//++
Note: See TracChangeset for help on using the changeset viewer.