|
Rosetta 3.5
|
#include <UnrecognizedAtomFeatures.hh>


Public Member Functions | |
| UnrecognizedAtomFeatures () | |
| UnrecognizedAtomFeatures (core::Real neighbor_distance_cutoff) | |
| UnrecognizedAtomFeatures (UnrecognizedAtomFeatures const &src) | |
| virtual | ~UnrecognizedAtomFeatures () |
| std::string | type_name () const |
| return string with class name More... | |
| virtual 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 &, 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... | |
| void | delete_record (boost::uuids::uuid struct_id, utility::sql_database::sessionOP db_sesion) |
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 &) |
Private Member Functions | |
| virtual void | write_unrecognized_atoms_table_schema (utility::sql_database::sessionOP db_session) const |
| generate the unrecognized_atoms table schema More... | |
| virtual void | write_unrecognized_residues_table_schema (utility::sql_database::sessionOP db_session) const |
| generate the unrecognized_residues table schema More... | |
| virtual void | write_unrecognized_neighbors_table_schema (utility::sql_database::sessionOP db_session) const |
| generate the unrecognized_neighbors table schema More... | |
| void | insert_unrecognized_residues_rows (core::pose::Pose const &pose, boost::uuids::uuid struct_id, utility::sql_database::sessionOP db_session) |
| void | insert_unrecognized_atoms_rows (core::pose::Pose const &pose, boost::uuids::uuid struct_id, utility::sql_database::sessionOP db_session) |
| void | insert_unrecognized_neighbors_rows (core::pose::Pose const &pose, utility::vector1< bool > const &relevant_residues, boost::uuids::uuid struct_id, utility::sql_database::sessionOP db_session) |
Private Attributes | |
| core::Real | neighbor_distance_cutoff_ |
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 39 of file UnrecognizedAtomFeatures.hh.
| protocols::features::UnrecognizedAtomFeatures::UnrecognizedAtomFeatures | ( | ) |
Definition at line 90 of file UnrecognizedAtomFeatures.cc.
| protocols::features::UnrecognizedAtomFeatures::UnrecognizedAtomFeatures | ( | core::Real | neighbor_distance_cutoff) |
| protocols::features::UnrecognizedAtomFeatures::UnrecognizedAtomFeatures | ( | UnrecognizedAtomFeatures const & | src) |
Definition at line 104 of file UnrecognizedAtomFeatures.cc.
|
virtual |
Definition at line 111 of file UnrecognizedAtomFeatures.cc.
|
virtual |
Reimplemented from protocols::features::FeaturesReporter.
Definition at line 406 of file UnrecognizedAtomFeatures.cc.
References protocols::features::FeaturesReporter::delete_records_from_table().
|
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 227 of file UnrecognizedAtomFeatures.cc.
|
private |
Definition at line 315 of file UnrecognizedAtomFeatures.cc.
References core::pose::UnrecognizedAtomRecord::atom_name(), core::pose::UnrecognizedAtomRecord::coords(), core::pose::Pose::pdb_info(), core::pose::UnrecognizedAtomRecord::res_num(), and core::pose::UnrecognizedAtomRecord::temp().
Referenced by report_features().
|
private |
Definition at line 353 of file UnrecognizedAtomFeatures.cc.
References core::pose::UnrecognizedAtomRecord::coords(), neighbor_distance_cutoff_, core::pose::Pose::pdb_info(), core::pose::UnrecognizedAtomRecord::res_num(), core::pose::Pose::residue(), and core::pose::Pose::total_residue().
Referenced by report_features().
|
private |
Definition at line 260 of file UnrecognizedAtomFeatures.cc.
References core::pose::Pose::pdb_info(), core::pose::UnrecognizedAtomRecord::res_name(), core::pose::UnrecognizedAtomRecord::res_num(), and core::pose::UnrecognizedAtomRecord::temp().
Referenced by report_features().
|
virtual |
Reimplemented from protocols::features::FeaturesReporter.
Definition at line 235 of file UnrecognizedAtomFeatures.cc.
References neighbor_distance_cutoff_.
|
virtual |
collect all the feature data for the pose
Implements protocols::features::FeaturesReporter.
Definition at line 246 of file UnrecognizedAtomFeatures.cc.
References insert_unrecognized_atoms_rows(), insert_unrecognized_neighbors_rows(), and insert_unrecognized_residues_rows().
|
virtual |
return string with class name
Reimplemented from protocols::features::FeaturesReporter.
Definition at line 115 of file UnrecognizedAtomFeatures.cc.
|
virtual |
generate the table schemas and write them to the database
Implements protocols::features::FeaturesReporter.
Definition at line 118 of file UnrecognizedAtomFeatures.cc.
References write_unrecognized_atoms_table_schema(), write_unrecognized_neighbors_table_schema(), and write_unrecognized_residues_table_schema().
|
privatevirtual |
generate the unrecognized_atoms table schema
Definition at line 157 of file UnrecognizedAtomFeatures.cc.
Referenced by write_schema_to_db().
|
privatevirtual |
generate the unrecognized_neighbors table schema
Definition at line 192 of file UnrecognizedAtomFeatures.cc.
Referenced by write_schema_to_db().
|
privatevirtual |
generate the unrecognized_residues table schema
Definition at line 127 of file UnrecognizedAtomFeatures.cc.
Referenced by write_schema_to_db().
|
private |
Definition at line 126 of file UnrecognizedAtomFeatures.hh.
Referenced by insert_unrecognized_neighbors_rows(), and parse_my_tag().
1.8.4