![]() |
Rosetta Protocols
2014.35
|
Scores a fragment with a set of Dihedral constraints. More...
#include <InterbondAngleScore.hh>
Public Member Functions | |
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... | |
Private Member Functions | |
void | read_constraints (std::string) |
Size | get_atom_type (std::string atom_name) |
Private Attributes | |
utility::vector1 < utility::vector1 < FourAtomsConstraintDataOP > > | data_ |
core::scoring::func::FuncFactory | factory_ |
Additional Inherited Members | |
![]() | |
Size | id_ |
Size | priority_ |
std::string | name_ |
Real | lowest_acceptable_value_ |
bool | use_lowest_ |
Scores a fragment with a set of Dihedral constraints.
protocols::frag_picker::scores::InterbondAngleScore::InterbondAngleScore | ( | Size | priority, |
Real | lowest_acceptable_value, | ||
bool | use_lowest, | ||
std::string | constraints_file_name, | ||
Size | query_size, | ||
utility::vector1< std::string > | constrainable_atoms | ||
) |
Prepare an atom-based score that utilizes some user-defined atoms.
References core::scoring::func::FuncFactory::add_type(), data_, factory_, protocols::frag_picker::scores::AtomBasedConstraintsScore::get_query_size(), and read_constraints().
protocols::frag_picker::scores::InterbondAngleScore::InterbondAngleScore | ( | Size | priority, |
Real | lowest_acceptable_value, | ||
bool | use_lowest, | ||
std::string | constraints_file_name, | ||
Size | query_size | ||
) |
Prepare an atom-based score that utilizes the following predefined atoms: N, CA, C, O and CB.
References core::scoring::func::FuncFactory::add_type(), data_, factory_, protocols::frag_picker::scores::AtomBasedConstraintsScore::get_query_size(), and read_constraints().
|
virtual |
Calculates the score.
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References angle, angle_of(), c, data_, basic::FRAGMENTPICKING_DIHEDRALCONSTR_SCORE, protocols::frag_picker::scores::AtomBasedConstraintsScore::get_atom_coordinates(), protocols::frag_picker::scores::AtomBasedConstraintsScore::has_atom(), protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, numeric::NumericTraits< class >::pi(), PROF_START, PROF_STOP, total_score, protocols::frag_picker::scores::trInterbondAngleScore, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
|
private |
|
private |
References c, data_, factory_, protocols::frag_picker::scores::AtomBasedConstraintsScore::get_constrainable_atoms_map(), getline(), core::scoring::func::FuncFactory::new_func(), tag, protocols::frag_picker::scores::trInterbondAngleScore, type, and utility_exit_with_message.
Referenced by InterbondAngleScore().
|
private |
Referenced by cached_score(), InterbondAngleScore(), and read_constraints().
|
private |
Referenced by InterbondAngleScore(), and read_constraints().