Ignore:
Timestamp:
09/05/04 18:56:47 (20 years ago)
Author:
rwagner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/catalog/StarCatalog.h

    r4076 r4865  
    2525{
    2626private:
     27
     28    int fW;
     29    int fH;
     30
     31 
    2732    MAstroCatalog *fAstro;
    2833
     
    4146    void   SetRaDec(const RaDec &radec);
    4247    void   SetAltAz(const AltAz &altaz);
     48
     49    int    fBox;
    4350
    4451public:
     
    6976    }
    7077
    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);
    7280    static void DrawStars(MStarList &list, byte *img);
     81
     82    void SetBox(int box)   { fBox = box; }
    7383
    7484    ClassDef(StarCatalog, 0)
Note: See TracChangeset for help on using the changeset viewer.