Changeset 2263 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.h


Ignore:
Timestamp:
Nov 14, 2002, 8:12:02 PM (23 years ago)
Author:
ansari
Message:
  • Ajout commande de trace d'elements graphiques (addpoly addctext ...)
  • Ajout de commandes de lecture ascii matrices/vecteurs
  • Trace de vecteur vx vs vy pour tout type de vecteurs

Reza 14/11/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistdimgapp.h

    r2243 r2263  
    6666     
    6767  //  Fonction d'ajout de texte (provisoire - Aout 99)
    68      void AddText(string const & txt, double xp, double yp, string const& opt);
     68     void AddText(string const & txt, double xp, double yp, string const& opt, bool fgcn=false);
     69     void AddCompText(string const & txt, string const & txtup, string const & txtdn,
     70                      double xp, double yp, string const& opt,
     71                      string const& optss, bool fgcn=false);
    6972  //  Ajout de lignes, rectangles, cercles (provisoires - Aout 2001)
    7073     void AddLine(double xp1, double yp1, double xp2, double yp2,
    71                   string const& opt, bool fgarrow=false);
     74                  string const& opt, bool fgarrow=false, bool fgcn=false);
    7275     void AddRectangle(double xp1, double yp1, double xp2, double yp2, string const& opt,
    73                        bool fgfill=false);
     76                       bool fgfill=false, bool fgcn=false);
    7477     void AddCircle(double xc, double yc, double r, string const& opt,
    75                     bool fgfill=false);
     78                    bool fgfill=false, bool fgcn=false);
    7679     void AddArc(double x1, double y1, double x2, double y2,
    77                  double x3, double y3, string const& opt, bool fgfill=false);
     80                 double x3, double y3, string const& opt, bool fgfill=false, bool fgcn=false);
     81     void AddPoly(vector<double>& x, vector<double>& y,
     82                  string const& opt, bool fgfill=false, bool fgcn=false);
    7883
    7984  //  Fonction Ajout de titre de trace
     
    172177    PIFileChooser * pfc_fits;   // Pour les fichiers FITS
    173178    PIFileChooser * pfc_ppf;    //  Pour les PPF
     179    PIFileChooser * pfc_ascii;  //  Pour les fichiers ASCII
    174180    PIFileChooser * pfc_ps;     // Pour les PostScript
    175181
Note: See TracChangeset for help on using the changeset viewer.