Matrix Science header

ms_fitexy_result.hpp

00001 /*
00002 ##############################################################################
00003 # file: ms_fitexy_result.hpp
00004 # 'msparser' toolkit
00005 # 
00006 ##############################################################################
00007 # COPYRIGHT NOTICE
00008 # Copyright 1998-2014 Matrix Science Limited  All Rights Reserved.
00009 #
00010 ##############################################################################
00011  * @(#)$Source: parser/inc/ms_fitexy_result.hpp $
00012  * @(#)$Revision: 1b450440f9c97e1e41d0fc6016a27d68951d4532 | MSPARSER_REL_2_8_1-0-gea32989045 $
00013  * @(#)$Date: 2018-07-30 16:23:53 +0100 $
00014 ##############################################################################
00015  */
00016 
00017 #ifndef MS_FITEXY_RESULT_HPP
00018 #define MS_FITEXY_RESULT_HPP
00019 
00020 
00021 namespace matrix_science
00022 {
00023     //=========================================================================
00029     class ms_fitexy_result_body;
00030 
00032 
00038     class MS_MASCOTRESFILE_API ms_fitexy_result :
00039         public ms_handle
00040     {
00041         public:
00043             ms_fitexy_result();
00044 
00046             ms_fitexy_result(const ms_fitexy_result_body & body);
00047 
00048 #ifndef SWIG
00049             ms_fitexy_result_body * body();
00050             const ms_fitexy_result_body * body() const;
00051 
00053             ms_fitexy_result(double sigx, double sigy, double a, double siga, double b, double sigb, double chi2, double q);
00054 #endif
00055 
00057             double getSigmaX() const;
00059             double getSigmaY() const;
00060 
00062             double getA() const;
00064             double getSigmaA() const;
00065 
00067             double getB() const;
00069             double getSigmaB() const;
00070 
00072             double getChi2() const;
00073 
00075             double getQ() const;
00076     };
00077  // end of quantitation_group
00079     //=========================================================================
00080 
00081 } // namespace matrix_science
00082 
00083 #endif // MS_FITEXY_RESULT_HPP
00084 
00085 /*------------------------------- End of File -------------------------------*/

Copyright © 2022 Matrix Science Ltd.  All Rights Reserved. Generated on Thu Mar 31 2022 01:12:29