SourceXtractorPlusPlus
0.11
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 () |
![]() | |
PositionedModel (std::shared_ptr< BasicParameter > x, std::shared_ptr< BasicParameter > y) | |
PositionedModel (PositionedModel &&other) | |
virtual | ~PositionedModel ()=default |
double | getX () const |
double | getY () const |
![]() | |
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 |