SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
PositionedModel.cpp
Go to the documentation of this file.
1
22
24
25namespace ModelFitting {
26
31
33 : m_x {other.m_x}, m_y{other.m_y}
34{
35}
36
37double PositionedModel::getX() const {
38 return m_x->getValue();
39}
40
41double PositionedModel::getY() const {
42 return m_y->getValue();
43}
44
45} // end of namespace ModelFitting
PositionedModel(std::shared_ptr< BasicParameter > x, std::shared_ptr< BasicParameter > y)
std::shared_ptr< BasicParameter > m_x
std::shared_ptr< BasicParameter > m_y