A fitting solution record.
More...
#include <IMP/multifit/FittingSolutionRecord.h>
|
| 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 std::string | get_record_header () |
|
Definition at line 23 of file FittingSolutionRecord.h.
IMP::multifit::FittingSolutionRecord::FittingSolutionRecord |
( |
| ) |
|
void IMP::multifit::FittingSolutionRecord::show |
( |
std::ostream & |
out = std::cout | ) |
const |
The documentation for this class was generated from the following file: