|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <PointModel.h>
Public Member Functions | |
| PointModel (std::shared_ptr< BasicParameter > x, std::shared_ptr< BasicParameter > y, std::shared_ptr< BasicParameter > value) | |
| PointModel (PointModel &&other) | |
| virtual | ~PointModel () |
Public Member Functions inherited from ModelFitting::PositionedModel | |
| PositionedModel (std::shared_ptr< BasicParameter > x, std::shared_ptr< BasicParameter > y) | |
| PositionedModel (PositionedModel &&other) | |
| virtual | ~PositionedModel ()=default |
| double | getX () const |
| double | getY () const |
Public Member Functions inherited from ModelFitting::ConstantModel | |
| ConstantModel (std::shared_ptr< BasicParameter > value) | |
| ConstantModel (ConstantModel &&other) | |
| virtual | ~ConstantModel () |
| double | getValue () const |
Definition at line 32 of file PointModel.h.
| ModelFitting::PointModel::PointModel | ( | std::shared_ptr< BasicParameter > | x, |
| std::shared_ptr< BasicParameter > | y, | ||
| std::shared_ptr< BasicParameter > | value | ||
| ) |
Definition at line 27 of file PointModel.cpp.
| ModelFitting::PointModel::PointModel | ( | PointModel && | other | ) |
Definition at line 30 of file PointModel.cpp.
References std::move().
|
virtualdefault |
1.8.14