13 const boost::regex ®exTwo,
const boost::regex ®exThree)
14 : m_xPlotLabel(
std::move(xPlotLabel)), m_yPlotLabel(
std::move(yPlotLabel)), m_indexOfPlotX(0), m_indexOfPlotY(1),
15 m_indexOfPlotZ(2), m_indexOfPeakX(0), m_indexOfPeakY(1), m_indexOfPeakZ(2), m_FirstRegex(regexOne),
16 m_SecondRegex(regexTwo), m_ThirdRegex(regexThree) {
20 const int FirstIndex = 0;
21 const int SecondIndex = 1;
22 const int ThirdIndex = 2;
100 return transformedPeakPosition;
109 return originalPeakPosition;
void setZ(const double zz) noexcept
Set is z position.
void setX(const double xx) noexcept
Set is x position.
void setY(const double yy) noexcept
Set is y position.