Go to the source code of this file.
|
| BALL |
| -*- Mode: C++; tab-width: 2; -*-
|
|
|
template<typename DataT , typename PeakT , typename PositionT > |
double | BALL::operator- (const Spectrum< DataT, PeakT, PositionT > &s1, const Spectrum< DataT, PeakT, PositionT > &s2) |
|
template<typename DataT , typename PeakT , typename PositionT > |
std::ostream & | BALL::operator<< (std::ostream &os, const Spectrum< DataT, PeakT, PositionT > &spectrum) |
|
template<typename DataT , typename PeakT , typename PositionT > |
std::istream & | BALL::operator>> (std::istream &is, Spectrum< DataT, PeakT, PositionT > &spectrum) |
|