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

#include <ConstantModel.h>

Inheritance diagram for ModelFitting::ConstantModel:
Collaboration diagram for ModelFitting::ConstantModel:

Public Member Functions

 ConstantModel (std::shared_ptr< BasicParameter > value)
 ConstantModel (ConstantModel &&other)
virtual ~ConstantModel ()
double getValue () const

Private Attributes

std::shared_ptr< BasicParameterm_value

Detailed Description

Definition at line 30 of file ConstantModel.h.

Constructor & Destructor Documentation

◆ ConstantModel() [1/2]

ModelFitting::ConstantModel::ConstantModel ( std::shared_ptr< BasicParameter > value)
explicit

◆ ConstantModel() [2/2]

ModelFitting::ConstantModel::ConstantModel ( ConstantModel && other)

Definition at line 31 of file ConstantModel.cpp.

References ConstantModel(), and m_value.

Here is the call graph for this function:

◆ ~ConstantModel()

ModelFitting::ConstantModel::~ConstantModel ( )
virtualdefault

Member Function Documentation

◆ getValue()

double ModelFitting::ConstantModel::getValue ( ) const

Definition at line 37 of file ConstantModel.cpp.

References m_value.

Member Data Documentation

◆ m_value

std::shared_ptr<BasicParameter> ModelFitting::ConstantModel::m_value
private

Definition at line 43 of file ConstantModel.h.

Referenced by ConstantModel(), ConstantModel(), and getValue().


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