SourceXtractorPlusPlus 0.19.2
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
PointModel.cpp
Go to the documentation of this file.
1
24
25namespace ModelFitting {
26
28 : PositionedModel(x, y), ConstantModel(value) { }
29
31 : PositionedModel(std::move(other)), ConstantModel(std::move(other)) { }
32
33PointModel::~PointModel() = default;
34
35} // end of namespace ModelFitting
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > x
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > y
PointModel(std::shared_ptr< BasicParameter > x, std::shared_ptr< BasicParameter > y, std::shared_ptr< BasicParameter > value)
T move(T... args)
STL namespace.