casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casa::ProfileFitResults Class Reference

#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
 

Detailed Description

Definition at line 37 of file ProfileFitResults.h.

Constructor & Destructor Documentation

casa::ProfileFitResults::ProfileFitResults ( const ImageFit1D< casacore::Float > &  fitter)

Class to store results from a ImageFit1D object that ImageProfileFitter needs.

Etymology

Results of a profile fit.

Synopsis

Class to store results from a ImageFit1D object that ImageProfileFitter needs

Example

casa::ProfileFitResults::~ProfileFitResults ( )
inline

Definition at line 63 of file ProfileFitResults.h.

Member Function Documentation

casacore::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.

casacore::uInt casa::ProfileFitResults::getNumberIterations ( ) const
inline

Definition at line 69 of file ProfileFitResults.h.

References _iterations.

casacore::Bool casa::ProfileFitResults::isValid ( ) const
inline

Definition at line 71 of file ProfileFitResults.h.

References _isValid.

casacore::Bool casa::ProfileFitResults::succeeded ( ) const
inline

Definition at line 73 of file ProfileFitResults.h.

References _succeeded.

Member Data Documentation

casacore::Bool casa::ProfileFitResults::_converged
private

Definition at line 76 of file ProfileFitResults.h.

Referenced by converged().

casacore::Bool casa::ProfileFitResults::_isValid
private

Definition at line 76 of file ProfileFitResults.h.

Referenced by isValid().

casacore::uInt casa::ProfileFitResults::_iterations
private

Definition at line 77 of file ProfileFitResults.h.

Referenced by getNumberIterations().

SpectralList casa::ProfileFitResults::_spectralList
private

Definition at line 75 of file ProfileFitResults.h.

Referenced by getList().

casacore::Bool casa::ProfileFitResults::_succeeded
private

Definition at line 76 of file ProfileFitResults.h.

Referenced by succeeded().


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