25 #ifndef IMG_ALG_PEAK_LIST_HH
26 #define IMG_ALG_PEAK_LIST_HH
33 namespace ost {
namespace img {
37 Peak(
int x=0,
int y=0,
int z=0) :
Point(x,y,z), v_() {}
std::vector< Peak > PeakList
Peak(const Point &p, Real v)
Peak(int x=0, int y=0, int z=0)
DLLEXPORT_OST_IMG_BASE void ExportPeakList(const PeakList &l, const String &filename)
DLLEXPORT_OST_IMG_BASE PeakList ImportPeakList(const String &filename)
class encapsulating 1D to 3D point
#define DLLEXPORT_OST_IMG_BASE