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