casa
5.7.0-16
|
#include <ProfileFitResults.h>
Public Member Functions | |
ProfileFitResults (const ImageFit1D< casacore::Float > &fitter) | |
Class to store results from a ImageFit1D object that ImageProfileFitter needs. More... | |
~ProfileFitResults () | |
const SpectralList | getList () const |
casacore::Bool | converged () const |
casacore::uInt | getNumberIterations () const |
casacore::Bool | isValid () const |
casacore::Bool | succeeded () const |
Private Attributes | |
SpectralList | _spectralList |
casacore::Bool | _converged |
casacore::Bool | _isValid |
casacore::Bool | _succeeded |
casacore::uInt | _iterations |
Definition at line 37 of file ProfileFitResults.h.
casa::ProfileFitResults::ProfileFitResults | ( | const ImageFit1D< casacore::Float > & | fitter | ) |
Class to store results from a ImageFit1D object that ImageProfileFitter needs.
Results of a profile fit.
Class to store results from a ImageFit1D object that ImageProfileFitter needs
|
inline |
Definition at line 63 of file ProfileFitResults.h.
|
inline |
Definition at line 67 of file ProfileFitResults.h.
References _converged.
|
inline |
Definition at line 65 of file ProfileFitResults.h.
References _spectralList.
|
inline |
Definition at line 69 of file ProfileFitResults.h.
References _iterations.
|
inline |
Definition at line 71 of file ProfileFitResults.h.
References _isValid.
|
inline |
Definition at line 73 of file ProfileFitResults.h.
References _succeeded.
|
private |
Definition at line 76 of file ProfileFitResults.h.
Referenced by converged().
|
private |
Definition at line 76 of file ProfileFitResults.h.
Referenced by isValid().
|
private |
Definition at line 77 of file ProfileFitResults.h.
Referenced by getNumberIterations().
|
private |
Definition at line 75 of file ProfileFitResults.h.
Referenced by getList().
|
private |
Definition at line 76 of file ProfileFitResults.h.
Referenced by succeeded().