|
Rosetta 3.5
|
#include <ResidueScoresFeatures.hh>


Public Member Functions | |
| ResidueScoresFeatures () | |
| ResidueScoresFeatures (core::scoring::ScoreFunctionOP scfxn) | |
| ResidueScoresFeatures (ResidueScoresFeatures const &src) | |
| virtual | ~ResidueScoresFeatures () |
| std::string | type_name () const |
| return string with class name More... | |
| void | write_schema_to_db (utility::sql_database::sessionOP db_session) const |
| generate the table schemas and write them to the database More... | |
| utility::vector1< std::string > | features_reporter_dependencies () const |
| return the set of features reporters that are required to also already be extracted by the time this one is used. More... | |
| void | parse_my_tag (utility::tag::TagPtr const tag, protocols::moves::DataMap &data, protocols::filters::Filters_map const &, protocols::moves::Movers_map const &, core::pose::Pose const &) |
| core::Size | report_features (core::pose::Pose const &pose, utility::vector1< bool > const &relevant_residues, boost::uuids::uuid struct_id, utility::sql_database::sessionOP db_session) |
| collect all the feature data for the pose More... | |
Public Member Functions inherited from protocols::features::FeaturesReporter | |
| virtual | ~FeaturesReporter () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
| virtual std::string | schema () const |
| return sql statements that sets up the appropriate tables to contain the features. This should be removed once everything has been moved to the schema generator More... | |
| core::Size | report_features (core::pose::Pose const &, boost::uuids::uuid, utility::sql_database::sessionOP) |
| collect all the feature data for the pose. More... | |
| virtual void | load_into_pose (utility::sql_database::sessionOP, boost::uuids::uuid, core::pose::Pose &) |
| virtual void | delete_record (boost::uuids::uuid, utility::sql_database::sessionOP) |
Private Member Functions | |
| void | write_residue_scores_1b_table_schema (utility::sql_database::sessionOP db_session) const |
| generate the residue_scores_1b table schema More... | |
| void | write_residue_scores_2b_table_schema (utility::sql_database::sessionOP db_session) const |
| generate the residue_scores_2b table schema More... | |
| void | write_residue_scores_lr_2b_table_schema (utility::sql_database::sessionOP db_session) const |
| generate the residue_scores_2b table schema More... | |
| void | insert_residue_scores_rows (core::pose::Pose const &pose, utility::vector1< bool > const &relevant_residues, boost::uuids::uuid const struct_id, utility::sql_database::sessionOP db_session) |
| void | insert_one_body_residue_score_rows (core::pose::Pose const &pose, utility::vector1< bool > const &relevant_residues, Size const batch_id, boost::uuids::uuid const struct_id, utility::sql_database::sessionOP db_session) |
| void | insert_two_body_residue_score_rows (core::pose::Pose const &pose, utility::vector1< bool > const &relevant_residues, Size const batch_id, boost::uuids::uuid const struct_id, utility::sql_database::sessionOP db_session) |
| void | insert_two_body_long_range_residue_score_rows (core::pose::Pose const &pose, utility::vector1< bool > const &relevant_residues, Size const batch_id, boost::uuids::uuid const struct_id, utility::sql_database::sessionOP db_session) |
Private Attributes | |
| core::scoring::ScoreFunctionOP | scfxn_ |
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, boost::uuids::uuid 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... | |
Definition at line 43 of file ResidueScoresFeatures.hh.
| protocols::features::ResidueScoresFeatures::ResidueScoresFeatures | ( | ) |
Definition at line 93 of file ResidueScoresFeatures.cc.
| protocols::features::ResidueScoresFeatures::ResidueScoresFeatures | ( | core::scoring::ScoreFunctionOP | scfxn) |
| protocols::features::ResidueScoresFeatures::ResidueScoresFeatures | ( | ResidueScoresFeatures const & | src) |
Definition at line 102 of file ResidueScoresFeatures.cc.
|
virtual |
Definition at line 107 of file ResidueScoresFeatures.cc.
|
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.
Definition at line 284 of file ResidueScoresFeatures.cc.
|
private |
Definition at line 395 of file ResidueScoresFeatures.cc.
References core::scoring::methods::cd_1b, core::scoring::methods::ci_1b, core::pose::Pose::residue(), scfxn_, and core::pose::Pose::total_residue().
Referenced by insert_residue_scores_rows().
|
private |
Definition at line 354 of file ResidueScoresFeatures.cc.
References core::conformation::Residue::aa(), core::chemical::aa_vrt, protocols::features::get_batch_id(), insert_one_body_residue_score_rows(), insert_two_body_long_range_residue_score_rows(), insert_two_body_residue_score_rows(), core::pose::Pose::residue(), scfxn_, and core::pose::Pose::total_residue().
Referenced by report_features().
|
private |
Definition at line 584 of file ResidueScoresFeatures.cc.
References core::scoring::methods::cd_lr_2b, core::scoring::methods::ci_lr_2b, core::pose::Pose::energies(), core::scoring::Energies::long_range_container(), scfxn_, and core::pose::Pose::total_residue().
Referenced by insert_residue_scores_rows().
|
private |
Definition at line 475 of file ResidueScoresFeatures.cc.
References core::scoring::methods::cd_2b, core::scoring::methods::ci_2b, core::graph::Node::const_upper_edge_list_end(), core::pose::Pose::energies(), core::graph::Edge::get_node(), core::graph::Edge::get_second_node_ind(), core::pose::Pose::residue(), scfxn_, and core::pose::Pose::total_residue().
Referenced by insert_residue_scores_rows().
|
virtual |
Reimplemented from protocols::features::FeaturesReporter.
Definition at line 292 of file ResidueScoresFeatures.cc.
References protocols::moves::DataMap::get(), scfxn_, and type_name().
|
virtual |
collect all the feature data for the pose
Implements protocols::features::FeaturesReporter.
Definition at line 313 of file ResidueScoresFeatures.cc.
References insert_residue_scores_rows().
|
virtual |
return string with class name
Reimplemented from protocols::features::FeaturesReporter.
Definition at line 111 of file ResidueScoresFeatures.cc.
Referenced by parse_my_tag().
|
private |
generate the residue_scores_1b table schema
Definition at line 123 of file ResidueScoresFeatures.cc.
Referenced by write_schema_to_db().
|
private |
generate the residue_scores_2b table schema
Definition at line 169 of file ResidueScoresFeatures.cc.
Referenced by write_schema_to_db().
|
private |
generate the residue_scores_2b table schema
Definition at line 226 of file ResidueScoresFeatures.cc.
Referenced by write_schema_to_db().
|
virtual |
generate the table schemas and write them to the database
Implements protocols::features::FeaturesReporter.
Definition at line 114 of file ResidueScoresFeatures.cc.
References write_residue_scores_1b_table_schema(), write_residue_scores_2b_table_schema(), and write_residue_scores_lr_2b_table_schema().
|
private |
Definition at line 138 of file ResidueScoresFeatures.hh.
Referenced by insert_one_body_residue_score_rows(), insert_residue_scores_rows(), insert_two_body_long_range_residue_score_rows(), insert_two_body_residue_score_rows(), and parse_my_tag().
1.8.4