SourceXtractorPlusPlus  0.12
Please provide a description of the project.
Public Member Functions | List of all members
ModelFitting::PointModel Class Reference

#include <PointModel.h>

Inheritance diagram for ModelFitting::PointModel:
[legend]
Collaboration diagram for ModelFitting::PointModel:
[legend]

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.

◆ PointModel() [2/2]

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

Definition at line 30 of file PointModel.cpp.

References std::move().

Here is the call graph for this function:

◆ ~PointModel()

ModelFitting::PointModel::~PointModel ( )
virtualdefault

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