Changeset 13 in Sophya
- Timestamp:
- May 11, 1996, 8:50:24 PM (29 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piscdrawwdg.cc
r12 r13 647 647 //================================================================ 648 648 649 PIScGFFDrawer::PIScGFFDrawer(GeneralF itFunction* f)649 PIScGFFDrawer::PIScGFFDrawer(GeneralFunction* f) 650 650 : mFunc(f), mNParms(f->NPar()), mParms(new double[mNParms]) 651 651 { -
trunk/SophyaPI/PI/piscdrawwdg.h
r11 r13 135 135 }; 136 136 137 class GeneralF itFunction;137 class GeneralFunction; 138 138 class PIScGFFDrawer : public PIScDrawer { 139 139 public: 140 PIScGFFDrawer(GeneralF itFunction*);140 PIScGFFDrawer(GeneralFunction*); 141 141 virtual ~PIScGFFDrawer(); 142 142 … … 144 144 virtual void SetParms(double const*); 145 145 protected: 146 GeneralF itFunction* mFunc;146 GeneralFunction* mFunc; 147 147 int mNParms; 148 148 double* mParms;
Note:
See TracChangeset
for help on using the changeset viewer.