Changeset 701 in Sophya for trunk/SophyaLib/Samba/localmap.h
- Timestamp:
- Jan 4, 2000, 3:27:29 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/localmap.h
r682 r701 80 80 /* return/set the number of pixels */ 81 81 /*! Return number of pixels */ 82 virtual int_4 NbPixels() const; 83 inline void setNbPixels(int_4 n) {nPix_= n;} 82 virtual int NbPixels() const; 84 83 85 84 /* return the value of pixel number k */ … … 143 142 inline int_4 Size_x() const {return nSzX_;} 144 143 inline int_4 XSize() const {return nSzX_;} 145 inline void setSize_x(int_4 n) {nSzX_= n;}146 144 inline int_4 Size_y() const {return nSzY_;} 147 145 inline int_4 YSize() const {return nSzY_;} 148 inline void setSize_y(int_4 n) {nSzY_= n;}149 146 150 147 inline 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_;} … … 152 149 inline void Aperture(double& anglex,double& angley) const {anglex= angleX_; angley= angleY_;} 153 150 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);}157 151 158 152 /* Acces to the DataBlock */
Note:
See TracChangeset
for help on using the changeset viewer.