SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
ModelFitting::PointModel Class Reference

#include <PointModel.h>

Inheritance diagram for ModelFitting::PointModel:
Collaboration diagram for ModelFitting::PointModel:

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

Detailed Description

Definition at line 32 of file PointModel.h.

Constructor & Destructor Documentation

◆ PointModel() [1/2]

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.

References ModelFitting::ConstantModel::ConstantModel(), and ModelFitting::PositionedModel::PositionedModel().

Referenced by PointModel().

Here is the call graph for this function:

◆ PointModel() [2/2]

ModelFitting::PointModel::PointModel ( PointModel && other)

Definition at line 30 of file PointModel.cpp.

References ModelFitting::ConstantModel::ConstantModel(), std::move(), PointModel(), and ModelFitting::PositionedModel::PositionedModel().

Here is the call graph for this function:

◆ ~PointModel()

ModelFitting::PointModel::~PointModel ( )
virtualdefault

The documentation for this class was generated from the following files: