Changeset 205 in Sophya for trunk/SophyaPI/PIext/pipodrw.h
- Timestamp:
- Mar 1, 1999, 6:05:59 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pipodrw.h
r165 r205 20 20 virtual ~PIGFFDrawer(); 21 21 22 virtual void Draw(PIGraphicUC* g, float xmin, float ymin, float xmax, floatymax);22 virtual void Draw(PIGraphicUC* g, double xmin, double ymin, double xmax, double ymax); 23 23 virtual void SetParms(double const*); 24 24 protected: … … 34 34 POVectorAdapter(Vector* v, bool ad=false); 35 35 virtual ~POVectorAdapter(); 36 virtual floatValue(int i);36 virtual double Value(int i); 37 37 38 38 protected: … … 47 47 virtual ~POH2DAdapter(); 48 48 49 virtual floatValue(int ix, int iy);49 virtual double Value(int ix, int iy); 50 50 51 51 protected: … … 61 61 virtual ~POMatrixAdapter(); 62 62 63 virtual floatValue(int ix, int iy);63 virtual double Value(int ix, int iy); 64 64 65 65 protected:
Note:
See TracChangeset
for help on using the changeset viewer.