|
| InterbondAngleScore (Size, Real, bool, std::string, Size, utility::vector1< std::string >) |
| Prepare an atom-based score that utilizes some user-defined atoms. More...
|
|
| InterbondAngleScore (Size, Real, bool, std::string, Size) |
| Prepare an atom-based score that utilizes the following predefined atoms: N, CA, C, O and CB. More...
|
|
bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) |
| Calculates the score. More...
|
|
| AtomBasedConstraintsScore (Size, Real, bool, Size, utility::vector1< std::string >, std::string) |
| Prepare an atom-based score that utilizes some user-defined atoms. More...
|
|
| AtomBasedConstraintsScore (Size, Real, bool, Size, std::string) |
| Prepare an atom-based score that utilizes the following predefined atoms: N, CA, C, O and CB. More...
|
|
void | do_caching (VallChunkOP) |
| In this case caching means copying coordinates of relevant atoms from a chunk's pose. More...
|
|
void | clean_up () |
| Erases the internal array of coordinates. More...
|
|
bool | has_atom (Size residue_id, Size atom_id) |
| Returns true if a given atom has been successfully cached and one can use its coordinates. More...
|
|
numeric::xyzVector< Real > | get_atom_coordinates (Size residue_id, Size atom_id) |
| Returns coordinates for a given atom. More...
|
|
std::map< std::string, Size > | get_constrainable_atoms_map () |
| Returns a map that defines all constrained atoms used by this scoring method. More...
|
|
Size | get_constrained_atom_id (std::string atom_name) |
| returns an internal ID assigned to a given atom name More...
|
|
std::string | get_constrained_atom_name (Size atom_id) |
| returns a name of a constrained atom when its internal ID is known More...
|
|
Size | get_query_size () |
| provides an access to the size of the length of a query sequence More...
|
|
| CachingScoringMethod (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string name) |
|
virtual bool | score (FragmentCandidateOP fragment, FragmentScoreMapOP scores) |
|
| FragmentScoringMethod (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string name) |
|
std::string & | get_score_name () |
| Returns a name of this scoring method. More...
|
|
Size | get_id () |
| Returns an integer index assigned to this scoring method by a scoring manager. More...
|
|
void | set_id (Size id) |
| Sets a new integer index for this scoring method. More...
|
|
Size | get_priority () |
| Returns a priority of this scoring method. More...
|
|
Real | get_min_allowed_score () |
| Returns the lowest acceptable score value for this scoring method. More...
|
|
bool | get_use_lowest () |
| Returns the boolean choice on using the above lowest acceptable score value. More...
|
|
void | set_min_allowed_score (Real lowest_acceptable_value) |
| Sets a new value of the lowest acceptable score. More...
|
|
Scores a fragment with a set of Dihedral constraints.