SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
ConstantModel.cpp
Go to the documentation of this file.
1
24
25namespace ModelFitting {
26
30
32 : m_value {other.m_value} {
33}
34
36
38 return m_value->getValue();
39}
40
41} // end of namespace ModelFitting
std::shared_ptr< BasicParameter > m_value
ConstantModel(std::shared_ptr< BasicParameter > value)