Changeset 3506 in Sophya for trunk/SophyaLib/SkyMap/sphereecp.h
- Timestamp:
- Aug 8, 2008, 12:52:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/sphereecp.h
r3174 r3506 9 9 /* Classe de carte spherique avec decoupage theta-phi 10 10 (projection cylindique: Equatorial Cylindrical Projection) 11 avec couverture posiibilite de couverture partielle, 12 limites en theta,phi 11 avec possibilite de couverture partielle, limitees en theta,phi 13 12 R. Ansari - Septembre 2004 14 13 */ … … 44 43 virtual ~SphereECP(); 45 44 46 // Renvoie TETAPHI comme les SphereThetaPhi pour le moment 45 // Extraction de carte partielle d'une carte ECP complete 46 virtual SphereECP<T> ExtractPartial(r_8 tet1, r_8 tet2, r_8 phi1, r_8 phi2); 47 48 49 // Renvoie Type ECP 47 50 virtual string TypeOfMap() const; 48 51 virtual void SetTemp(bool temp=false) const; // A supprimer
Note:
See TracChangeset
for help on using the changeset viewer.