|
Rosetta 3.5
|
#include <ProteinRMSDFeatures.hh>


Public Member Functions | |
| ProteinRMSDFeatures () | |
| ProteinRMSDFeatures (core::pose::PoseCOP reference_pose) | |
| ProteinRMSDFeatures (ProteinRMSDFeatures const &) | |
| virtual | ~ProteinRMSDFeatures () |
| std::string | type_name () const |
| return string with class name 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 | write_schema_to_db (utility::sql_database::sessionOP db_session) const |
| generate the table schemas and write them to the database More... | |
| core::pose::PoseCOP | reference_pose () const |
| void | reference_pose (core::pose::PoseCOP) |
| virtual 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 &pose) |
| 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_protein_rmsd_table_schema (utility::sql_database::sessionOP db_session) const |
| generate the protein_rmsd table schema More... | |
Private Attributes | |
| core::pose::PoseCOP | reference_pose_ |
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 42 of file ProteinRMSDFeatures.hh.
|
inline |
If you use this constructore, before applying, make sure the reference pose is specified, either through the set_reference_pose method or parse_my_tag.
Definition at line 48 of file ProteinRMSDFeatures.hh.
| protocols::features::ProteinRMSDFeatures::ProteinRMSDFeatures | ( | core::pose::PoseCOP | reference_pose) |
|
inline |
Definition at line 54 of file ProteinRMSDFeatures.hh.
|
inlinevirtual |
Definition at line 59 of file ProteinRMSDFeatures.hh.
|
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 160 of file ProteinRMSDFeatures.cc.
|
virtual |
Reimplemented from protocols::features::FeaturesReporter.
Definition at line 167 of file ProteinRMSDFeatures.cc.
References core::import_pose::pose_from_pdb(), reference_pose(), protocols::rosetta_scripts::saved_reference_pose(), and type_name().
| PoseCOP protocols::features::ProteinRMSDFeatures::reference_pose | ( | ) | const |
Definition at line 93 of file ProteinRMSDFeatures.cc.
References reference_pose_.
Referenced by parse_my_tag().
| void protocols::features::ProteinRMSDFeatures::reference_pose | ( | core::pose::PoseCOP | ) |
|
virtual |
collect all the feature data for the pose
Implements protocols::features::FeaturesReporter.
Definition at line 197 of file ProteinRMSDFeatures.cc.
References core::scoring::all_atom_rmsd(), protocols::features::FeaturesReporter::find_tag(), core::scoring::is_heavyatom(), core::scoring::is_nbr_atom(), core::scoring::is_protein_backbone(), core::scoring::is_protein_backbone_including_O(), core::scoring::is_protein_CA(), core::scoring::is_protein_CA_or_CB(), core::scoring::is_protein_sidechain_heavyatom(), reference_pose_, and core::scoring::rmsd_with_super().
|
virtual |
return string with class name
Reimplemented from protocols::features::FeaturesReporter.
Definition at line 89 of file ProteinRMSDFeatures.cc.
Referenced by parse_my_tag().
|
private |
generate the protein_rmsd table schema
Definition at line 117 of file ProteinRMSDFeatures.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 110 of file ProteinRMSDFeatures.cc.
References write_protein_rmsd_table_schema().
|
private |
Definition at line 104 of file ProteinRMSDFeatures.hh.
Referenced by reference_pose(), and report_features().
1.8.4