Class to aid in distributing different fitters.
More...
Class to aid in distributing different fitters.
Definition at line 114 of file FittingProxy.h.
§ FitType() [1/2]
casacore::FittingProxy::FitType::FitType |
( |
| ) |
|
Default constructor: no method known.
Referenced by getSolved().
§ ~FitType()
casacore::FittingProxy::FitType::~FitType |
( |
| ) |
|
§ FitType() [2/2]
casacore::FittingProxy::FitType::FitType |
( |
const FitType & |
other | ) |
|
|
private |
Copy constructor: not implemented.
§ getColfac()
Double casacore::FittingProxy::FitType::getColfac |
( |
| ) |
const |
|
inline |
§ getFitter()
Get a fitter pointer (real or complex)
§ getFitterCX()
GenericL2Fit<DComplex>* const& casacore::FittingProxy::FitType::getFitterCX |
( |
| ) |
const |
§ getLMfac()
Double casacore::FittingProxy::FitType::getLMfac |
( |
| ) |
const |
|
inline |
§ getN()
Int casacore::FittingProxy::FitType::getN |
( |
| ) |
const |
|
inline |
§ getNceq()
Int casacore::FittingProxy::FitType::getNceq |
( |
| ) |
const |
|
inline |
§ getNreal()
Int casacore::FittingProxy::FitType::getNreal |
( |
| ) |
const |
|
inline |
§ getSolved()
Bool casacore::FittingProxy::FitType::getSolved |
( |
| ) |
const |
|
inline |
§ getType()
Int casacore::FittingProxy::FitType::getType |
( |
| ) |
const |
|
inline |
§ operator=()
FitType& casacore::FittingProxy::FitType::operator= |
( |
const FitType & |
other | ) |
|
|
private |
Assignment: not implemented.
Referenced by getSolved().
§ setFitter()
Set a fitter pointer (real or complex)
§ setFitterCX()
void casacore::FittingProxy::FitType::setFitterCX |
( |
GenericL2Fit< DComplex > * |
ptr | ) |
|
§ setSolved()
void casacore::FittingProxy::FitType::setSolved |
( |
Bool |
solved | ) |
|
Set solution done or not.
Referenced by getLMfac().
§ setStatus()
void casacore::FittingProxy::FitType::setStatus |
( |
Int |
n, |
|
|
Int |
typ, |
|
|
Double |
colfac, |
|
|
Double |
lmfac |
|
) |
| |
§ colfac_p
Double casacore::FittingProxy::FitType::colfac_p |
|
private |
§ fitter_p
Pointer to a Fitting Machine: real or complex.
Definition at line 158 of file FittingProxy.h.
§ fitterCX_p
§ lmfac_p
Double casacore::FittingProxy::FitType::lmfac_p |
|
private |
§ n_p
Int casacore::FittingProxy::FitType::n_p |
|
private |
§ nceq_p
Int casacore::FittingProxy::FitType::nceq_p |
|
private |
§ nr_p
uInt casacore::FittingProxy::FitType::nr_p |
|
private |
§ nreal_p
Int casacore::FittingProxy::FitType::nreal_p |
|
private |
§ soldone_p
Bool casacore::FittingProxy::FitType::soldone_p |
|
private |
§ typ_p
Int casacore::FittingProxy::FitType::typ_p |
|
private |
The documentation for this class was generated from the following file: