![]() |
Rosetta Protocols
2014.16.56682
|
#include <LoopAnchorFeatures.hh>
Private Attributes | |
| bool | use_relevant_residues_as_loop_length_ |
| bool | use_single_residue_to_define_anchor_transfrom_ |
| core::Size | min_loop_length_ |
| core::Size | max_loop_length_ |
Additional Inherited Members | |
Protected Member Functions inherited from protocols::features::FeaturesReporter | |
| std::string | find_tag (core::pose::Pose const &pose) const |
| void | delete_records_from_table (std::string const &table_name, StructureID struct_id, utility::sql_database::sessionOP db_session) |
| a helper function for deleting data associated with a given structure from feature database WARNING table_name must be sanitized! More... | |
Protected Attributes inherited from protocols::features::FeaturesReporter | |
| RelevantResiduesMode::T | relevant_residues_mode_ |
| protocols::features::LoopAnchorFeatures::LoopAnchorFeatures | ( | ) |
| protocols::features::LoopAnchorFeatures::LoopAnchorFeatures | ( | LoopAnchorFeatures const & | src | ) |
|
virtual |
References use_single_residue_to_define_anchor_transfrom_.
Referenced by compute_transform_and_write_to_db().
|
private |
References core::pose::Pose::residue(), runtime_assert_string_msg, and core::conformation::Residue::xyz().
Referenced by compute_transform_and_write_to_db().
|
private |
References numeric::arccos(), core::pose::Pose::residue(), runtime_assert_string_msg, and core::conformation::Residue::xyz().
Referenced by compute_transform_and_write_to_db().
|
private |
References atoms(), compute_anchor_transform(), compute_atom_angles(), end_residue(), numeric::HomogeneousTransform< T >::euler_angles_rad(), protocols::stepwise::sampling::protein::omega(), numeric::HomogeneousTransform< T >::point(), basic::database::safely_write_to_database(), start_residue(), and t.
Referenced by report_features().
|
private |
References use_relevant_residues_as_loop_length_.
Referenced by max_loop_length(), and min_loop_length().
References use_single_residue_to_define_anchor_transfrom_.
Referenced by compute_transform_and_write_to_db().
|
virtual |
return the set of features reporters that are required to also already be extracted by the time this one is used.
Reimplemented from protocols::features::FeaturesReporter.
|
private |
References determine_correct_length(), and max_loop_length_.
Referenced by report_features().
|
private |
References determine_correct_length(), and min_loop_length_.
Referenced by report_features().
|
virtual |
Reimplemented from protocols::features::FeaturesReporter.
References max_loop_length_, min_loop_length_, and set_use_relevant_residues_as_loop_length().
|
virtual |
collect all the feature data for the pose
An anchor is a take off and landing for a loop. Every residue in the loop must be relevant in order for the loop to be stored.
Implements protocols::features::FeaturesReporter.
References begin, core::conformation::Conformation::chain_endings(), compute_transform_and_write_to_db(), core::pose::Pose::conformation(), end, max_loop_length(), min_loop_length(), safely_prepare_statement(), basic::database::safely_write_to_database(), set_use_single_residue_to_define_anchor_transfrom(), and core::pose::Pose::total_residue().
| void protocols::features::LoopAnchorFeatures::set_use_relevant_residues_as_loop_length | ( | bool const | use_relevant_residues_as_loop_length | ) |
References use_relevant_residues_as_loop_length_.
Referenced by parse_my_tag().
| void protocols::features::LoopAnchorFeatures::set_use_single_residue_to_define_anchor_transfrom | ( | bool const | use_single_residue_to_define_anchor_transfrom | ) |
References use_single_residue_to_define_anchor_transfrom_.
Referenced by report_features().
References use_single_residue_to_define_anchor_transfrom_.
Referenced by compute_transform_and_write_to_db().
|
virtual |
return string with class name
Reimplemented from protocols::features::FeaturesReporter.
|
private |
generate the loop_anchor_transforms table schema
References basic::database::schema_generator::Schema::add_column(), basic::database::schema_generator::Schema::add_foreign_key(), protocols::stepwise::sampling::protein::omega(), protocols::stepwise::sampling::protein::phi(), protocols::stepwise::sampling::protein::psi(), table, and basic::database::schema_generator::Schema::write().
Referenced by write_schema_to_db().
|
private |
generate the loop_anchor_transforms_three_res table schema
References basic::database::schema_generator::Schema::add_column(), basic::database::schema_generator::Schema::add_foreign_key(), protocols::stepwise::sampling::protein::omega(), protocols::stepwise::sampling::protein::phi(), protocols::stepwise::sampling::protein::psi(), table, and basic::database::schema_generator::Schema::write().
Referenced by write_schema_to_db().
|
private |
generate the loop_anchors table schema
References basic::database::schema_generator::Schema::add_foreign_key(), table, and basic::database::schema_generator::Schema::write().
Referenced by write_schema_to_db().
|
virtual |
generate the table schemas and write them to the database
Implements protocols::features::FeaturesReporter.
References write_loop_anchor_transforms_table_schema(), write_loop_anchor_transforms_three_res_table_schema(), and write_loop_anchors_table_schema().
|
private |
Referenced by max_loop_length(), and parse_my_tag().
|
private |
Referenced by min_loop_length(), and parse_my_tag().
|
private |
Referenced by determine_correct_length(), and set_use_relevant_residues_as_loop_length().
|
private |
Referenced by atoms(), end_residue(), set_use_single_residue_to_define_anchor_transfrom(), and start_residue().
1.8.7