Rosetta Protocols  2014.16.56682
Public Types | Public Member Functions | Private Attributes | List of all members
protocols::toolbox::task_operations::LimitAromaChi2Operation Class Reference

#include <LimitAromaChi2Operation.hh>

Public Types

typedef core::Real Real
 
typedef core::pose::Pose Pose
 
typedef
core::pack::task::PackerTask 
PackerTask
 
typedef
core::pack::task::operation::TaskOperation 
TaskOperation
 
typedef
core::pack::task::operation::TaskOperationOP 
TaskOperationOP
 
typedef TaskOperation parent
 
typedef utility::tag::TagCOP TagCOP
 

Public Member Functions

 LimitAromaChi2Operation ()
 default constructor More...
 
virtual ~LimitAromaChi2Operation ()
 destructor More...
 
virtual TaskOperationOP clone () const
 make clone More...
 
Real chi2max () const
 max chi2 for picking rotamers of YFH More...
 
Real chi2min () const
 min chi2 for picking rotamers of YFH More...
 
bool include_trp () const
 include TRP ? More...
 
void chi2max (Real const r)
 max chi2 for picking rotamers of YFH More...
 
void chi2min (Real const r)
 min chi2 for picking rotamers of YFH More...
 
void include_trp (bool const b)
 include TRP ? More...
 
virtual void apply (Pose const &pose, PackerTask &task) const
 apply More...
 
void parse_tag (TagCOP tag, DataMap &)
 
void parse_def (utility::lua::LuaObject const &def)
 

Private Attributes

Real chi2max_
 max chi2 for picking rotamers of YFH More...
 
Real chi2min_
 min chi2 for picking rotamers of YFH More...
 
bool include_trp_
 include TRP ? ( default false ) More...
 

Member Typedef Documentation

Constructor & Destructor Documentation

protocols::toolbox::task_operations::LimitAromaChi2Operation::LimitAromaChi2Operation ( )

default constructor

defauot constructor

Referenced by clone().

protocols::toolbox::task_operations::LimitAromaChi2Operation::~LimitAromaChi2Operation ( )
virtual

destructor

Member Function Documentation

void protocols::toolbox::task_operations::LimitAromaChi2Operation::apply ( Pose const &  pose,
PackerTask task 
) const
virtual
Real protocols::toolbox::task_operations::LimitAromaChi2Operation::chi2max ( ) const
inline

max chi2 for picking rotamers of YFH

References chi2max_.

Referenced by parse_def(), and parse_tag().

void protocols::toolbox::task_operations::LimitAromaChi2Operation::chi2max ( Real const  r)
inline

max chi2 for picking rotamers of YFH

References chi2max_.

Real protocols::toolbox::task_operations::LimitAromaChi2Operation::chi2min ( ) const
inline

min chi2 for picking rotamers of YFH

References chi2min_.

Referenced by parse_def(), and parse_tag().

void protocols::toolbox::task_operations::LimitAromaChi2Operation::chi2min ( Real const  r)
inline

min chi2 for picking rotamers of YFH

References chi2min_.

core::pack::task::operation::TaskOperationOP protocols::toolbox::task_operations::LimitAromaChi2Operation::clone ( ) const
virtual
bool protocols::toolbox::task_operations::LimitAromaChi2Operation::include_trp ( ) const
inline

include TRP ?

References include_trp_.

Referenced by parse_tag().

void protocols::toolbox::task_operations::LimitAromaChi2Operation::include_trp ( bool const  b)
inline

include TRP ?

References protocols::match::upstream::b, and include_trp_.

void protocols::toolbox::task_operations::LimitAromaChi2Operation::parse_def ( utility::lua::LuaObject const &  def)

References chi2max(), and chi2min().

void protocols::toolbox::task_operations::LimitAromaChi2Operation::parse_tag ( TagCOP  tag,
DataMap &   
)

References chi2max(), chi2min(), and include_trp().

Member Data Documentation

Real protocols::toolbox::task_operations::LimitAromaChi2Operation::chi2max_
private

max chi2 for picking rotamers of YFH

Referenced by apply(), and chi2max().

Real protocols::toolbox::task_operations::LimitAromaChi2Operation::chi2min_
private

min chi2 for picking rotamers of YFH

Referenced by apply(), and chi2min().

bool protocols::toolbox::task_operations::LimitAromaChi2Operation::include_trp_
private

include TRP ? ( default false )

Referenced by apply(), and include_trp().


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