SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
SourceXtractor::MoffatModelFittingTask Class Reference

#include <MoffatModelFittingTask.h>

Inheritance diagram for SourceXtractor::MoffatModelFittingTask:
Inheritance graph
[legend]
Collaboration diagram for SourceXtractor::MoffatModelFittingTask:
Collaboration graph
[legend]

Public Member Functions

 MoffatModelFittingTask (const std::string &least_squares_engine, unsigned int max_iterations)
 
virtual ~MoffatModelFittingTask ()=default
 
void computeProperties (SourceInterface &source) const override
 Computes one or more properties for the Source.
 
- Public Member Functions inherited from SourceXtractor::SourceTask
virtual ~SourceTask ()=default
 Destructor.
 
- Public Member Functions inherited from SourceXtractor::Task
virtual ~Task ()=default
 Destructor.
 

Private Attributes

std::string m_least_squares_engine
 
unsigned int m_max_iterations
 

Detailed Description

Definition at line 33 of file MoffatModelFittingTask.h.

Constructor & Destructor Documentation

◆ MoffatModelFittingTask()

SourceXtractor::MoffatModelFittingTask::MoffatModelFittingTask ( const std::string & least_squares_engine,
unsigned int max_iterations )
inline

Definition at line 36 of file MoffatModelFittingTask.h.

◆ ~MoffatModelFittingTask()

virtual SourceXtractor::MoffatModelFittingTask::~MoffatModelFittingTask ( )
virtualdefault

Member Function Documentation

◆ computeProperties()

void SourceXtractor::MoffatModelFittingTask::computeProperties ( SourceInterface & source) const
overridevirtual

Member Data Documentation

◆ m_least_squares_engine

std::string SourceXtractor::MoffatModelFittingTask::m_least_squares_engine
private

Definition at line 45 of file MoffatModelFittingTask.h.

Referenced by computeProperties().

◆ m_max_iterations

unsigned int SourceXtractor::MoffatModelFittingTask::m_max_iterations
private

Definition at line 46 of file MoffatModelFittingTask.h.

Referenced by computeProperties().


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