Changeset 1405 in Sophya for trunk/SophyaLib/NTools/fftservintf.h
- Timestamp:
- Feb 15, 2001, 6:58:16 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/fftservintf.h
r1402 r1405 27 27 virtual FFTServerInterface * Clone() = 0; 28 28 29 //! Set/clear the flag for normalizing Fourier transforms. 29 30 inline void setNormalize(bool fg=false) { _fgnorm = fg; } 31 //! Returns the status of normalization flag for the server 30 32 inline bool getNormalize() const { return(_fgnorm); } 33 //! Returns the information string associated with the server 31 34 inline string getInfo() const { return _info; } 32 35 … … 53 56 }; 54 57 55 } // Fin du namespace56 58 57 59 template <class T> … … 79 81 }; 80 82 83 } // Fin du namespace 84 81 85 #endif
Note:
See TracChangeset
for help on using the changeset viewer.