Rosetta 3.5
|
#include <ScoreMap.hh>
Public Member Functions | |
virtual | ~ScoreMap () |
Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
Static Public Member Functions | |
static void | nonzero_energies (std::map< std::string, core::Real > &score_map, core::scoring::ScoreFunctionOP score_fxn, core::pose::Pose &pose) |
full atom energies for output More... | |
static void | score_map_from_scored_pose (std::map< std::string, core::Real > &score_map, core::pose::Pose const &pose) |
generates a scoremap assuming the pose is already scored (note const w.r.t. pose) More... | |
static std::map< std::string, core::Real > | score_map_from_scored_pose (core::pose::Pose const &pose) |
return-by-value version of score_map_from_scored_pose More... | |
static void | print (std::map< std::string, core::Real > &score_map, std::ostream &out) |
print out the values in the scoremap More... | |
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
|
static |
full atom energies for output
Score output helper functions
creates a list of non zero weighted energies and adds them to the score_file information that is to be written out at the end of the protocol.
Referenced by protocols::ub_e2c::ubi_e2c_modeler::apply(), protocols::antibody::AntibodyModeler::apply(), protocols::simple_moves::ScoreMover::apply(), protocols::relax::ClassicRelax::apply(), protocols::symmetric_docking::SymDockProtocol::apply(), and protocols::ub_e2c::ubi_e2c_modeler::monoub_apply().
|
static |
print out the values in the scoremap
print out the contents of the ScoreMap
References protocols::comparative_modeling::features::A, core::scoring::pair, and core::io::raw_data::precision().
Referenced by protocols::simple_moves::ScoreMover::apply().
|
static |
generates a scoremap assuming the pose is already scored (note const w.r.t. pose)
creates score map from scored pdb; const so it can be used in job distributor
References core::pose::Pose::energies(), core::scoring::n_score_types, core::scoring::name_from_score_type(), core::scoring::Energies::total_energies(), core::scoring::total_score, and core::scoring::Energies::weights().
Referenced by protocols::docking::DockingProtocol::apply(), protocols::jd2::FileJobOutputter::scorefile(), and protocols::canonical_sampling::PDBTrajectoryRecorder::write_model().
|
static |
return-by-value version of score_map_from_scored_pose