19#include "rxdock/RealGrid.h"
27 FFTPeak() : index(0), coord(0.0, 0.0, 0.0), height(0.0), volume(0) {}
35 std::set<unsigned int> points;
40typedef std::multimap<double, FFTPeakPtr> FFTPeakMap;
41typedef FFTPeakMap::iterator FFTPeakMapIter;
42typedef FFTPeakMap::reverse_iterator FFTPeakMapRIter;
43typedef FFTPeakMap::const_iterator FFTPeakMapConstIter;
44typedef FFTPeakMap::const_reverse_iterator FFTPeakMapConstRIter;
49 static const std::string _CT;
55 unsigned int NY,
unsigned int NZ,
unsigned int NPad = 0);
82 virtual void Print(std::ostream &ostr)
const;
87 FFTPeakMap FindPeaks(
double threshold,
unsigned int minVol = 1);
97 void OwnPrint(std::ostream &ostr)
const;
106 void CopyGrid(
const FFTGrid &);
Definition SmartPointer.h:48