Changeset 4865 for trunk/MagicSoft/Cosy/catalog/StarCatalog.h
- Timestamp:
- 09/05/04 18:56:47 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/catalog/StarCatalog.h
r4076 r4865 25 25 { 26 26 private: 27 28 int fW; 29 int fH; 30 31 27 32 MAstroCatalog *fAstro; 28 33 … … 41 46 void SetRaDec(const RaDec &radec); 42 47 void SetAltAz(const AltAz &altaz); 48 49 int fBox; 43 50 44 51 public: … … 69 76 } 70 77 71 void CalcStars(MStarList &list) const; 78 void CalcStars(MStarList &list, int xc, int yc, int xo, int yo) const; 79 void CalcStars(MStarList &list); 72 80 static void DrawStars(MStarList &list, byte *img); 81 82 void SetBox(int box) { fBox = box; } 73 83 74 84 ClassDef(StarCatalog, 0)
Note:
See TracChangeset
for help on using the changeset viewer.