Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
MyScoreMover Class Reference
Inheritance diagram for MyScoreMover:
Inheritance graph
[legend]

Public Member Functions

 MyScoreMover ()
 
void apply (core::pose::Pose &pose) override
 
std::string get_name () const override
 
MoverOP clone () const override
 
MoverOP fresh_instance () const override
 
void set_keep_input_scores ()
 
void set_skip_scoring ()
 

Private Attributes

core::scoring::ScoreFunctionOP sfxn_
 
bool keep_scores_flag_ {false}
 
bool skip_scoring_ {false}
 
bool assign_ss_
 

Constructor & Destructor Documentation

MyScoreMover::MyScoreMover ( )

Member Function Documentation

void MyScoreMover::apply ( core::pose::Pose pose)
override
MoverOP MyScoreMover::clone ( ) const
inlineoverride
MoverOP MyScoreMover::fresh_instance ( ) const
inlineoverride
std::string MyScoreMover::get_name ( ) const
inlineoverride
void MyScoreMover::set_keep_input_scores ( )
inline
void MyScoreMover::set_skip_scoring ( )
inline

Member Data Documentation

bool MyScoreMover::assign_ss_
private
bool MyScoreMover::keep_scores_flag_ {false}
private
core::scoring::ScoreFunctionOP MyScoreMover::sfxn_
private
bool MyScoreMover::skip_scoring_ {false}
private

The documentation for this class was generated from the following file: