SourceXtractorPlusPlus  0.14
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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().

Here is the call graph for this function:

ModelFitting::PointModel::~PointModel ( )
virtualdefault

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