Rosetta
|
#include <PoseConformationFeatures.hh>
Public Member Functions | |
PoseConformationFeatures () | |
void | write_schema_to_db (utility::sql_database::sessionOP db_session) const override |
generate the table schemas and write them to the database More... | |
utility::vector1< std::string > | features_reporter_dependencies () const override |
return the set of features reporters that are required to also already be extracted by the time this one is used. More... | |
core::Size | report_features (core::pose::Pose const &pose, utility::vector1< bool > const &relevant_residues, StructureID struct_id, utility::sql_database::sessionOP db_session) override |
collect all the feature data for the pose More... | |
void | delete_record (StructureID struct_id, utility::sql_database::sessionOP db_session) override |
void | load_into_pose (utility::sql_database::sessionOP db_session, StructureID struct_id, core::pose::Pose &pose, bool &ideal) |
Load information from pose_conformations into pose. More... | |
std::string | type_name () const override |
![]() | |
FeaturesReporter () | |
~FeaturesReporter () override | |
Automatically generated virtual destructor for class deriving directly from VirtualBase. 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 &, StructureID, utility::sql_database::sessionOP) |
collect all the feature data for the pose. More... | |
virtual void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &) |
virtual void | load_into_pose (utility::sql_database::sessionOP, StructureID, core::pose::Pose &) |
void | set_relevant_residues_mode (RelevantResiduesMode::T setting) |
RelevantResiduesMode::T | get_relevant_residues_mode () const |
bool | check_relevant_residues (utility::vector1< bool > const &relevant_residues, core::Size res1) const |
bool | check_relevant_residues (utility::vector1< bool > const &relevant_residues, core::Size res1, core::Size res2) const |
bool | check_relevant_residues_range (utility::vector1< bool > const &relevant_residues, core::Size res1, core::Size res2) const |
bool | check_relevant_residues (utility::vector1< bool > const &relevant_residues, utility::vector1< core::Size > const &residues) const |
Static Public Member Functions | |
static std::string | class_name () |
static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Private Member Functions | |
bool | load_sequence (utility::sql_database::sessionOP db_session, StructureID struct_id, core::pose::Pose &pose) |
void | load_fold_tree (utility::sql_database::sessionOP db_session, StructureID struct_id, core::pose::Pose &pose) |
void | load_jumps (utility::sql_database::sessionOP db_session, StructureID struct_id, core::pose::Pose &pose) |
void | load_chain_endings (utility::sql_database::sessionOP db_session, StructureID struct_id, core::pose::Pose &pose) |
core::Size | report_features_implementation (core::pose::Pose const &pose_orig, StructureID struct_id, utility::sql_database::sessionOP db_session) |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
RelevantResiduesMode::T | relevant_residues_mode_ |
|
inline |
|
static |
|
overridevirtual |
Reimplemented from protocols::features::FeaturesReporter.
|
overridevirtual |
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 core::conformation::Conformation::chain_endings(), core::pose::Pose::conformation(), and protocols::features::TR().
Referenced by load_into_pose().
|
private |
References core::pose::Pose::fold_tree(), protocols::hybridization::t, and protocols::features::TR().
Referenced by load_into_pose().
void protocols::features::PoseConformationFeatures::load_into_pose | ( | utility::sql_database::sessionOP | db_session, |
StructureID | struct_id, | ||
core::pose::Pose & | pose, | ||
bool & | ideal | ||
) |
Load information from pose_conformations into pose.
[in,out] | ideal | - true if structure is ideal, false if not |
References load_chain_endings(), load_fold_tree(), load_jumps(), and load_sequence().
|
private |
References core::pose::Pose::set_jump(), protocols::hybridization::t, and protocols::features::TR().
Referenced by load_into_pose().
|
private |
References core::chemical::CENTROID, protocols::pack_daemon::error_message, core::chemical::FA_STANDARD, core::pose::make_pose_from_sequence(), core::pose::Pose::size(), and protocols::features::TR().
Referenced by load_into_pose().
|
static |
|
overridevirtual |
collect all the feature data for the pose
Implements protocols::features::FeaturesReporter.
References core::io::pose_from_pose(), report_features_implementation(), and core::pose::Pose::size().
|
private |
References core::pose::Pose::annotated_sequence(), core::conformation::Conformation::chain_endings(), core::pose::Pose::conformation(), core::conformation::Conformation::fold_tree(), core::kinematics::Jump::get_rotation(), core::kinematics::Jump::get_translation(), core::pose::Pose::is_fullatom(), core::conformation::is_ideal_position(), core::pose::Pose::jump(), core::kinematics::FoldTree::num_jump(), core::pose::Pose::size(), and protocols::hybridization::t.
Referenced by report_features().
|
overridevirtual |
Reimplemented from protocols::features::FeaturesReporter.
References class_name().
|
overridevirtual |
generate the table schemas and write them to the database
Implements protocols::features::FeaturesReporter.