Rosetta
|
#include <JumpEvaluator.hh>
Public Member Functions | |
JumpEvaluator (core::pose::Pose const &native_pose, core::Size jump_nr) | |
core::Real | apply (core::pose::Pose &pose) const override |
evaluate pose More... | |
![]() | |
SingleValuePoseEvaluator (std::string const &name="UNSPECIFIED_SingleValuePoseEvaluator") | |
void | apply (core::pose::Pose &, std::string tag, core::io::silent::SilentStruct &pss) const override |
evaluate pose and store values in Silent_Struct why is this specific to a specific type of SilentStruct? that seems needlessly pointless and overly constraining. More... | |
virtual void | apply (core::pose::Pose &, std::string tag, core::io::silent::SilentStruct &pss) const =0 |
evaluate pose and store values in Silent_Struct More... | |
virtual void | apply (core::io::silent::SilentStruct &pss) const |
direct application to SilentStruct... default implementation makes pose and calls "apply", you can overload if you don't need the pose-step More... | |
bool | applicable (core::pose::Pose const &) const override |
core::Size | size () const override |
std::string | name (core::Size) const override |
![]() | |
PoseEvaluator () | |
~PoseEvaluator () override=default | |
virtual void | apply (core::io::silent::SilentStruct &pss) const |
direct application to SilentStruct... default implementation makes pose and calls "apply", you can overload if you don't need the pose-step More... | |
protocols::simple_filters::JumpEvaluator::JumpEvaluator | ( | core::pose::Pose const & | native_pose, |
core::Size | jump_nr | ||
) |
References core::kinematics::AtomTree::atom(), core::chemical::ResidueType::atom_index(), core::conformation::Conformation::atom_tree(), core::pose::Pose::conformation(), down_jump_atom_, down_stub_, core::pose::Pose::fold_tree(), core::kinematics::tree::Atom::get_stub(), core::kinematics::Edge::has_atom_info(), core::chemical::ResidueTypeBase::is_protein(), core::kinematics::FoldTree::jump_edge(), native_down_, native_up_, core::pose::Pose::residue_type(), core::kinematics::Edge::start(), core::kinematics::Edge::start_atom(), core::kinematics::Edge::stop(), core::kinematics::Edge::stop_atom(), core::kinematics::AtomTree::stub_from_id(), up_jump_atom_, and up_stub_.
|
overridevirtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
References core::kinematics::AtomTree::atom(), core::conformation::Conformation::atom_tree(), core::kinematics::Stub::build_fake_xyz(), core::pose::Pose::conformation(), down_jump_atom_, down_stub_, core::kinematics::tree::Atom::get_stub(), core::kinematics::RT::make_jump(), native_down_, native_up_, core::scoring::rms, core::kinematics::AtomTree::stub_from_id(), up_jump_atom_, up_stub_, and core::id::AtomID::valid().
|
private |
Referenced by apply(), and JumpEvaluator().
|
private |
Referenced by apply(), and JumpEvaluator().
|
private |
Referenced by apply(), and JumpEvaluator().
|
private |
Referenced by apply(), and JumpEvaluator().
|
private |
Referenced by apply(), and JumpEvaluator().
|
private |
Referenced by apply(), and JumpEvaluator().