| 
    IMP Reference Guide
    2.23.0
    
   The Integrative Modeling Platform 
   | 
 
A fitting solution record. More...
#include <IMP/multifit/FittingSolutionRecord.h>
A fitting solution record.
Definition at line 24 of file FittingSolutionRecord.h.
Public Member Functions | |
| FittingSolutionRecord () | |
| Constructor.  More... | |
| algebra::Transformation3D | get_dock_transformation () const | 
| Float | get_envelope_penetration_score () const | 
| algebra::Transformation3D | get_fit_transformation () const | 
| Float | get_fitting_score () const | 
| unsigned int | get_index () const | 
| Float | get_match_average_distance () const | 
| unsigned int | get_match_size () const | 
| Float | get_rmsd_to_reference () const | 
| std::string | get_solution_filename () const | 
| void | set_dock_transformation (algebra::Transformation3D t) | 
| void | set_envelope_penetration_score (Float s) | 
| void | set_fit_transformation (algebra::Transformation3D t) | 
| void | set_fitting_score (Float fit_score) | 
| void | set_index (unsigned int new_ind) | 
| void | set_match_average_distance (Float match_avg_dist) | 
| void | set_match_size (unsigned int match_size) | 
| void | set_rmsd_to_reference (Float rmsd_to_ref) | 
| void | set_solution_filename (std::string sol_fn) | 
| void | show (std::ostream &out=std::cout) const | 
| Show.  More... | |
Static Public Member Functions | |
| static std::string | get_record_header () | 
Protected Attributes | |
| algebra::Transformation3D | dock_transformation_ | 
| Float | env_pen_ | 
| algebra::Transformation3D | fit_transformation_ | 
| Float | fitting_score_ | 
| unsigned int | index_ | 
| Float | match_avg_dist_ | 
| unsigned int | match_size_ | 
| Float | rmsd_to_ref_ | 
| std::string | sol_fn_ | 
| IMP::multifit::FittingSolutionRecord::FittingSolutionRecord | ( | ) | 
Constructor.
| void IMP::multifit::FittingSolutionRecord::show | ( | std::ostream & | out = std::cout | ) | const | 
Show.