Changeset 1825 in Sophya for trunk/SophyaLib/Samba/datacirclebase.h
- Timestamp:
- Dec 19, 2001, 3:33:12 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/datacirclebase.h
r1778 r1825 3 3 4 4 #include "circle.h" 5 6 static long l_ft_nint(double x) { 7 return ( (x < 0.) ? (long)(x-0.5) : (long)(x+0.5) ) ; 8 } 5 9 6 10 class DataCircleBase : public Circle { … … 15 19 virtual int NMeasurements() const = 0; 16 20 virtual double getData(double) const = 0; 21 virtual double getTMeasure(double) const = 0; 22 17 23 virtual void print(ostream&) const= 0; 18 24
Note:
See TracChangeset
for help on using the changeset viewer.