Changeset 1163 in Sophya for trunk/SophyaLib/SkyMap/localmap.h


Ignore:
Timestamp:
Aug 30, 2000, 12:46:38 PM (25 years ago)
Author:
ansari
Message:

Simplification code ecriture PPersist localmap - Introduction methodes LocalMap<T>::SizeX() SizeY() pour garder une harmonie avec TArray Correction problemes introduit par DY - R. Ansari 30/8/2000

File:
1 edited

Legend:

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

    r1158 r1163  
    154154inline int_4 Size_y() const {return nSzY_;}
    155155
     156/* Je rajoute ces 2 fonctions inlines pour compatibilite d'interface
     157   avec TArray  -   Reza 30/8/2000                                   */
     158inline int_4 SizeX() const {return nSzX_;}
     159inline int_4 SizeY() const {return nSzY_;}
     160
    156161inline 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_;}
    157162
Note: See TracChangeset for help on using the changeset viewer.