Detailed Description
List of all members.
Protected Attributes |
|
std::vector< FittingSolution > | fs_ |
Member Function Documentation
Add a solution to the fitting solution set.
| int IMP::em::FittingSolutions::get_number_of_solutions |
( |
| ) |
const |
Get the number of solutions in the set.
| Float IMP::em::FittingSolutions::get_score |
( |
unsigned int |
i | ) |
const |
Get the score of the i'th solution.
- Returns:
- the i'th score, or throw an exception if the index is out of range
Get the score of the i'th solution.
- Returns:
- the i'th transformation, or throw an exception if the index is out of range
Multiply each transformation (T) by t, *such that the new transformation are T*t
| void IMP::em::FittingSolutions::sort |
( |
bool |
reverse = false | ) |
|
Sort solutions by cross-correlation scores.
The documentation for this class was generated from the following file: