27 #include "../../exportinmportconfig.h"
28 #include "../../trace/trace.h"
29 #include "../../types.h"
51 TracePeak(std::vector<DataPoint>::const_iterator it_begin,
52 std::vector<DataPoint>::const_iterator it_end);
61 getMaxXicElement()
const
69 getLeftBoundary()
const
73 void setLeftBoundary(
const DataPoint &left);
75 DataPoint &getRightBoundary();
76 const DataPoint &getRightBoundary()
const;
77 void setRightBoundary(
const DataPoint &right);
87 return ((m_area == other.
m_area) && (m_max == other.
m_max) &&