|
OpenStructure
|
#include <local_dist_diff_test.hh>
Public Member Functions | |
| lDDTScorer (std::vector< EntityView > &init_references, ost::mol::EntityView &init_model, lDDTSettings &init_settings) | |
| Real | GetGlobalScore () |
| std::vector< lDDTLocalScore > | GetLocalScores () |
| int | GetNumConservedContacts () |
| int | GetNumTotalContacts () |
| std::vector< EntityView > | GetReferences () |
| void | PrintPerResidueStats () |
| bool | IsValid () |
Data Fields | |
| lDDTSettings | settings |
| EntityView | model_view |
| std::vector< EntityView > | references_view |
| GlobalRDMap | glob_dist_list |
Definition at line 85 of file local_dist_diff_test.hh.
| lDDTScorer | ( | std::vector< EntityView > & | init_references, |
| ost::mol::EntityView & | init_model, | ||
| lDDTSettings & | init_settings | ||
| ) |
| Real GetGlobalScore | ( | ) |
| std::vector< lDDTLocalScore > GetLocalScores | ( | ) |
| int GetNumConservedContacts | ( | ) |
| int GetNumTotalContacts | ( | ) |
| std::vector< EntityView > GetReferences | ( | ) |
| bool IsValid | ( | ) |
| void PrintPerResidueStats | ( | ) |
| GlobalRDMap glob_dist_list |
Definition at line 91 of file local_dist_diff_test.hh.
| EntityView model_view |
Definition at line 89 of file local_dist_diff_test.hh.
| std::vector<EntityView> references_view |
Definition at line 90 of file local_dist_diff_test.hh.
| lDDTSettings settings |
Definition at line 88 of file local_dist_diff_test.hh.