Rosetta
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
protocols::protein_interface_design::FavorNativeResidue Class Reference

#include <design_utils.hh>

Public Types

typedef core::pose::Pose Pose
 
typedef core::Real Real
 

Public Member Functions

 FavorNativeResidue (Pose &pose, Real const native_residue_bonus)
 
 FavorNativeResidue (Pose &pose, utility::vector1< Real > const &native_residue_bonus)
 
virtual ~FavorNativeResidue ()=default
 

Private Member Functions

void add_residue_constraints (Pose &pose) const
 

Private Attributes

utility::vector1< Realnative_residue_bonus_
 

Detailed Description

class FavorNativeResidue changes a pose object so that its residue identities at the initialization of FavorNativeResidue are kept in memory. If the res_type_constraint score term is set to a value other than 0, an energy bonus will be assigned if the residue doesn't change. This is useful e.g., in design based on a native scaffold where we want a barrier to mutation.

Member Typedef Documentation

◆ Pose

◆ Real

Constructor & Destructor Documentation

◆ FavorNativeResidue() [1/2]

protocols::protein_interface_design::FavorNativeResidue::FavorNativeResidue ( Pose pose,
core::Real const  native_residue_bonus 
)

◆ FavorNativeResidue() [2/2]

protocols::protein_interface_design::FavorNativeResidue::FavorNativeResidue ( Pose pose,
utility::vector1< Real > const &  native_residue_bonus 
)

◆ ~FavorNativeResidue()

virtual protocols::protein_interface_design::FavorNativeResidue::~FavorNativeResidue ( )
virtualdefault

Member Function Documentation

◆ add_residue_constraints()

void protocols::protein_interface_design::FavorNativeResidue::add_residue_constraints ( Pose pose) const
private

Member Data Documentation

◆ native_residue_bonus_

utility::vector1< Real > protocols::protein_interface_design::FavorNativeResidue::native_residue_bonus_
private

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