Changeset 13 in Sophya for trunk/SophyaPI/PI/piscdrawwdg.h


Ignore:
Timestamp:
May 11, 1996, 8:50:24 PM (29 years ago)
Author:
eros
Message:

Divers modif - Pret pour V_Avr96 (Reza)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/piscdrawwdg.h

    r11 r13  
    135135};
    136136
    137 class GeneralFitFunction;
     137class GeneralFunction;
    138138class PIScGFFDrawer : public PIScDrawer {
    139139public:
    140                      PIScGFFDrawer(GeneralFitFunction*);
     140                     PIScGFFDrawer(GeneralFunction*);
    141141  virtual           ~PIScGFFDrawer();
    142142 
     
    144144  virtual void       SetParms(double const*);
    145145protected:
    146   GeneralFitFunction* mFunc;
     146  GeneralFunction* mFunc;
    147147  int                 mNParms;
    148148  double*             mParms;
Note: See TracChangeset for help on using the changeset viewer.