Parameters of a fit, from ProfileFitter.
More...
#include <IMP/saxs/FitParameters.h>
Parameters of a fit, from ProfileFitter.
Definition at line 16 of file FitParameters.h.
|
| FitParameters (double chi_square, double c1, double c2, double c, double o) |
|
| FitParameters (double chi_square, double c1, double c2) |
|
double | get_c1 () const |
|
double | get_c2 () const |
|
double | get_chi_square () const |
|
double | get_default_chi_square () const |
|
int | get_mol_index () const |
|
double | get_offset () const |
|
std::string | get_pdb_file_name () const |
|
std::string | get_profile_file_name () const |
|
double | get_scale () const |
|
double | get_score () const |
|
void | set_chi_square (double chi_square) |
|
void | set_default_chi_square (double chi_square) |
|
void | set_mol_index (int index) |
|
void | set_pdb_file_name (std::string file_name) |
|
void | set_profile_file_name (std::string file_name) |
|
void | set_score (double score) |
|
void | show (std::ostream &s) const |
|
|
double | c1_ |
|
double | c2_ |
|
double | c_ |
|
double | chi_square_ |
|
double | default_chi_square_ |
|
int | mol_index_ |
|
double | o_ |
|
std::string | pdb_file_name_ |
|
std::string | profile_file_name_ |
|
The documentation for this class was generated from the following file: