Changeset 668 in Sophya for trunk/SophyaLib/SkyT/trianglefilt.h
- Timestamp:
- Nov 29, 1999, 3:16:10 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyT/trianglefilt.h
r607 r668 2 2 //-------------------------------------------------------------------------- 3 3 // File and Version Information: 4 // $Id: trianglefilt.h,v 1. 2 1999-11-20 21:00:54ansari Exp $4 // $Id: trianglefilt.h,v 1.3 1999-11-29 14:16:10 ansari Exp $ 5 5 // 6 6 // Description: … … 31 31 //Constructors 32 32 TriangleFilter (double numin, double numax,double nupeak, double valueatpeak); 33 33 TriangleFilter (); 34 34 35 35 // destructor … … 43 43 virtual double peakFreq() const; 44 44 virtual double peakTransmission() const; 45 virtual void WriteSelf(POutPersist& s) ; 46 virtual void ReadSelf(PInPersist& s) ; 45 47 46 48 protected:
Note:
See TracChangeset
for help on using the changeset viewer.