Changeset 701 in Sophya for trunk/SophyaLib/Samba/localmap.h


Ignore:
Timestamp:
Jan 4, 2000, 3:27:29 PM (26 years ago)
Author:
ansari
Message:

mise a jour de persistances par objets delegues

File:
1 edited

Legend:

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

    r682 r701  
    8080/* return/set the number of pixels */
    8181/*!    Return number of pixels */
    82 virtual int_4 NbPixels() const;
    83 inline void setNbPixels(int_4 n) {nPix_= n;}
     82virtual int NbPixels() const;
    8483 
    8584/* return the value of pixel number k */
     
    143142inline int_4 Size_x() const {return nSzX_;}
    144143inline int_4 XSize() const {return nSzX_;}
    145 inline void setSize_x(int_4 n) {nSzX_= n;}
    146144inline int_4 Size_y() const {return nSzY_;}
    147145inline int_4 YSize() const {return nSzY_;}
    148 inline void setSize_y(int_4 n) {nSzY_= n;}
    149146
    150147inline void Origin(double& theta,double& phi,int_4& x0,int_4& y0,double& angle) const {theta= theta0_; phi= phi0_; x0= x0_; y0= y0_;angle= angle_;}
     
    152149inline void Aperture(double& anglex,double& angley) const {anglex= angleX_; angley= angleY_;}
    153150
    154 /* retourne le pointeur vers/remplit  le vecteur des contenus des pixels */
    155 inline const NDataBlock<T>* getDataBlock() const {return (&pixels_);}
    156 inline void setDataBlock(T* data, int_4 n) {pixels_.FillFrom(n,data);}
    157151
    158152/*  Acces to the DataBlock  */
Note: See TracChangeset for help on using the changeset viewer.