SourceXtractorPlusPlus  0.16
Please provide a description of the project.
Public Member Functions | Private Attributes | List of all members
ModelFitting::ConstantModel Class Reference

#include <ConstantModel.h>

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

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

Definition at line 27 of file ConstantModel.cpp.

◆ ConstantModel() [2/2]

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

Definition at line 31 of file ConstantModel.cpp.

◆ ~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 getValue().


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